Home
last modified time | relevance | path

Searched refs:PlyType (Results 1 – 12 of 12) sorted by relevance

/dports/devel/vcglib/vcglib-2020.09/wrap/io_tetramesh/
H A Dimport_ply.h44 int PlyType () { return 0;} in PlyType() function
46 template <> inline int PlyType <float >() { return ply::T_FLOAT; }
47 template <> inline int PlyType <double>() { return ply::T_DOUBLE; }
48 template <> inline int PlyType <int >() { return ply::T_INT; }
49 template <> inline int PlyType <short >() { return ply::T_SHORT; }
50 template <> inline int PlyType <unsigned char >() { return ply::T_UCHAR; }
145 …/*00*/ {"vertex", "x", ply::T_FLOAT, PlyType<ScalarType>(), offsetof(LoadPly_Vert… in VertDesc()
155 …/*09*/ {"vertex", "x", ply::T_DOUBLE, PlyType<ScalarType>(),offsetof(LoadPly_VertAux<Scala… in VertDesc()
156 …/*10*/ {"vertex", "y", ply::T_DOUBLE, PlyType<ScalarType>(),offsetof(LoadPly_VertAux<Scala… in VertDesc()
157 …/*11*/ {"vertex", "z", ply::T_DOUBLE, PlyType<ScalarType>(),offsetof(LoadPly_VertAux<Scala… in VertDesc()
[all …]
/dports/graphics/wdune/wdune-1.926/vcglib/wrap/nanoply/include/
H A Dnanoply.hpp148 } PlyType; typedef
164 …template <> struct hash<nanoply::PlyType > { std::size_t operator () (const nanoply::PlyType in operator ()()
176 typedef std::unordered_map<PlyType, NameVector> TypeMap;
185 { PlyType::NNP_UNKNOWN_TYPE, NameVector({ "unknonw" }) },
188 { PlyType::NNP_INT8, NameVector({ "char", "int8" }) },
189 { PlyType::NNP_INT16, NameVector({ "short", "int16" }) },
190 { PlyType::NNP_INT32, NameVector({ "int", "int32" }) },
276 static inline const NameVector& PlyTypeName(PlyType ent) in PlyTypeName()
582 PlyType type; /**< Property type. */
1300 PlyType plyType = PlyType::NNP_UNKNOWN_TYPE; in AddProperty()
[all …]
H A DnanoplyWrapper.hpp64 template<class T> static PlyType getEntity() { return NNP_UNKNOWN_TYPE }; in getEntity()
65 template<> static PlyType getEntity<unsigned char>(){ return NNP_UINT8; }; in getEntity()
66 template<> static PlyType getEntity<char>(){ return NNP_INT8; }; in getEntity()
67 template<> static PlyType getEntity<unsigned short>(){ return NNP_UINT16; }; in getEntity()
68 template<> static PlyType getEntity<short>(){ return NNP_INT16; }; in getEntity()
69 template<> static PlyType getEntity<unsigned int>(){ return NNP_UINT32; }; in getEntity()
70 template<> static PlyType getEntity<int>(){ return NNP_INT32; }; in getEntity()
71 template<> static PlyType getEntity<float>(){ return NNP_FLOAT32; }; in getEntity()
72 template<> static PlyType getEntity<double>(){ return NNP_FLOAT64; }; in getEntity()
212 void AddEdgeAttribDescriptor(std::string& name, PlyType type, void* ptr) in AddEdgeAttribDescriptor()
[all …]
/dports/devel/vcglib/vcglib-2020.09/wrap/nanoply/include/
H A Dnanoply.hpp149 } PlyType; typedef
165 …template <> struct hash<nanoply::PlyType > { std::size_t operator () (const nanoply::PlyType in operator ()()
177 typedef std::unordered_map<PlyType, NameVector> TypeMap;
186 { PlyType::NNP_UNKNOWN_TYPE, NameVector({ "unknonw" }) },
189 { PlyType::NNP_INT8, NameVector({ "char", "int8" }) },
190 { PlyType::NNP_INT16, NameVector({ "short", "int16" }) },
191 { PlyType::NNP_INT32, NameVector({ "int", "int32" }) },
277 static inline const NameVector& PlyTypeName(PlyType ent) in PlyTypeName()
583 PlyType type; /**< Property type. */
1306 PlyType plyType = PlyType::NNP_UNKNOWN_TYPE; in AddProperty()
[all …]
H A DnanoplyWrapper.hpp78 template<class T> static PlyType getEntity() { return NNP_UNKNOWN_TYPE; }; in getEntity()
79 template<> static PlyType getEntity<unsigned char>(){ return NNP_UINT8; }; in getEntity()
80 template<> static PlyType getEntity<char>(){ return NNP_INT8; }; in getEntity()
81 template<> static PlyType getEntity<unsigned short>(){ return NNP_UINT16; }; in getEntity()
82 template<> static PlyType getEntity<short>(){ return NNP_INT16; }; in getEntity()
83 template<> static PlyType getEntity<unsigned int>(){ return NNP_UINT32; }; in getEntity()
84 template<> static PlyType getEntity<int>(){ return NNP_INT32; }; in getEntity()
85 template<> static PlyType getEntity<float>(){ return NNP_FLOAT32; }; in getEntity()
86 template<> static PlyType getEntity<double>(){ return NNP_FLOAT64; }; in getEntity()
90 template<> static PlyType getEntityList<char>(){ return NNP_LIST_UINT8_INT8; }; in getEntityList()
[all …]
/dports/devel/vcglib/vcglib-2020.09/wrap/io_trimesh/
H A Dimport_ply.h38 int PlyType () { return 0;} in PlyType() function
44 template <> inline int PlyType <float >() { return ply::T_FLOAT; }
45 template <> inline int PlyType <double>() { return ply::T_DOUBLE; }
46 template <> inline int PlyType <int >() { return ply::T_INT; }
47 template <> inline int PlyType <short >() { return ply::T_SHORT; }
48 template <> inline int PlyType <unsigned char >() { return ply::T_UCHAR; }
167 …/*00*/ {"vertex", "x", ply::T_FLOAT, PlyType<ScalarType>(),offsetof(LoadPly_VertAux<Sc… in VertDesc()
171 …/*04*/ {"vertex", "quality", ply::T_FLOAT, PlyType<ScalarType>(), offsetof(LoadPly_V… in VertDesc()
192 …/*24*/ {"vertex", "x", ply::T_DOUBLE, PlyType<ScalarType>(),offsetof(LoadPly_VertAux<S… in VertDesc()
198 …/*30*/ {"vertex", "radius", ply::T_DOUBLE, PlyType<ScalarType>(),offsetof(LoadPly_VertAux<S… in VertDesc()
[all …]
/dports/graphics/wdune/wdune-1.926/vcglib/wrap/io_tetramesh/
H A Dimport_ply.h47 int PlyType () { return 0;} in PlyType() function
49 template <> int PlyType <float >() { return ply::T_FLOAT; }
50 template <> int PlyType <double>() { return ply::T_DOUBLE; }
51 template <> int PlyType <int >() { return ply::T_INT; }
52 template <> int PlyType <short >() { return ply::T_SHORT; }
53 template <> int PlyType <unsigned char >() { return ply::T_UCHAR; }
146 …{"vertex", "x", ply::T_FLOAT, PlyType<ScalarType>(),offsetof(LoadPly_VertAux<ScalarType>,p… in VertDesc()
147 …{"vertex", "y", ply::T_FLOAT, PlyType<ScalarType>(),offsetof(LoadPly_VertAux<ScalarType>,p… in VertDesc()
148 …{"vertex", "z", ply::T_FLOAT, PlyType<ScalarType>(),offsetof(LoadPly_VertAux<ScalarType>,p… in VertDesc()
/dports/graphics/wdune/wdune-1.926/vcglib/wrap/io_trimesh/
H A Dimport_ply.h38 int PlyType () { return 0;} in PlyType() function
44 template <> inline int PlyType <float >() { return ply::T_FLOAT; }
45 template <> inline int PlyType <double>() { return ply::T_DOUBLE; }
46 template <> inline int PlyType <int >() { return ply::T_INT; }
47 template <> inline int PlyType <short >() { return ply::T_SHORT; }
48 template <> inline int PlyType <unsigned char >() { return ply::T_UCHAR; }
161 /*00*/ {"vertex", "x", ply::T_FLOAT, PlyType<ScalarType>(),offsetof(LoadPly_VertAux<Sca… in VertDesc()
162 /*01*/ {"vertex", "y", ply::T_FLOAT, PlyType<ScalarType>(),offsetof(LoadPly_VertAux<Sca… in VertDesc()
163 /*02*/ {"vertex", "z", ply::T_FLOAT, PlyType<ScalarType>(),offsetof(LoadPly_VertAux<Sca… in VertDesc()
186 /*24*/ {"vertex", "x", ply::T_DOUBLE, PlyType<ScalarType>(),offsetof(LoadPly_VertAux<Sc… in VertDesc()
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/edit_ocme/src/ocme/
H A Dimport_ply_to_ocme.h41 int PlyType () { return 0;} in PlyType() function
47 template <> inline int PlyType <float >() { return ply::T_FLOAT; }
48 template <> inline int PlyType <double>() { return ply::T_DOUBLE; }
49 template <> inline int PlyType <int >() { return ply::T_INT; }
50 template <> inline int PlyType <short >() { return ply::T_SHORT; }
51 template <> inline int PlyType <unsigned char >() { return ply::T_UCHAR; }
157 /*00*/ {"vertex", "x", ply::T_FLOAT, PlyType<ScalarType>(),offsetof(LoadPly_VertAux<ScalarT… in VertDesc()
158 /*01*/ {"vertex", "y", ply::T_FLOAT, PlyType<ScalarType>(),offsetof(LoadPly_VertAux<ScalarT… in VertDesc()
159 /*02*/ {"vertex", "z", ply::T_FLOAT, PlyType<ScalarType>(),offsetof(LoadPly_VertAux<ScalarT… in VertDesc()
169 /*12*/ {"vertex", "nx", ply::T_FLOAT, PlyType<ScalarType>(),offsetof(LoadPly_VertAux<Scalar… in VertDesc()
[all …]
H A Dimport_ocm_ply.h158 /*00*/ {"vertex", "x", ply::T_FLOAT, PlyType<ScalarType>(),offsetof(LoadPly_VertAux<ScalarT… in VertDesc()
159 /*01*/ {"vertex", "y", ply::T_FLOAT, PlyType<ScalarType>(),offsetof(LoadPly_VertAux<ScalarT… in VertDesc()
160 /*02*/ {"vertex", "z", ply::T_FLOAT, PlyType<ScalarType>(),offsetof(LoadPly_VertAux<ScalarT… in VertDesc()
170 /*12*/ {"vertex", "nx", ply::T_FLOAT, PlyType<ScalarType>(),offsetof(LoadPly_VertAux<Scalar… in VertDesc()
171 /*13*/ {"vertex", "ny", ply::T_FLOAT, PlyType<ScalarType>(),offsetof(LoadPly_VertAux<Scalar… in VertDesc()
172 /*14*/ {"vertex", "nz", ply::T_FLOAT, PlyType<ScalarType>(),offsetof(LoadPly_VertAux<Scalar… in VertDesc()
/dports/x11-toolkits/pangolin/Pangolin-0.6/include/pangolin/geometry/
H A Dgeometry_ply.h39 #define PLY_GROUP_LIST(m) m(PlyHeader) m(PlyFormat) m(PlyType)
59 enum PlyType { enum
/dports/x11-toolkits/pangolin/Pangolin-0.6/src/geometry/
H A Dgeometry_ply.cpp98 const PlyType t = ParseTokenPlyType(is); in PLY_GROUP_LIST()
101 const PlyType idtype = ParseTokenPlyType(is); in PLY_GROUP_LIST()
103 const PlyType itemtype = ParseTokenPlyType(is); in PLY_GROUP_LIST()