occ
Loading...
Searching...
No Matches
tinyply.h File Reference
#include <algorithm>
#include <cstddef>
#include <functional>
#include <map>
#include <memory>
#include <sstream>
#include <stdint.h>
#include <string>
#include <unordered_map>
#include <vector>
Include dependency graph for tinyply.h:

Classes

struct  tinyply::PropertyInfo
 
class  tinyply::Buffer
 
struct  tinyply::PlyData
 
struct  tinyply::PlyProperty
 
struct  tinyply::PlyElement
 
struct  tinyply::PlyFile
 

Namespaces

namespace  tinyply
 

Enumerations

enum class  tinyply::Type : uint8_t {
  tinyply::INVALID , tinyply::INT8 , tinyply::UINT8 , tinyply::INT16 ,
  tinyply::UINT16 , tinyply::INT32 , tinyply::UINT32 , tinyply::FLOAT32 ,
  tinyply::FLOAT64
}