|
VTK
|
Go to the source code of this file.
Classes | |
| struct | PlyProperty |
| struct | PlyElement |
| struct | PlyOtherProp |
| struct | OtherData |
| struct | OtherElem |
| struct | PlyOtherElems |
| struct | PlyFile |
| class | vtkPLY |
| a modified version of the PLY 1.1 library More... | |
Macros | |
| #define | PLY_ASCII 1 /* ascii PLY file */ |
| #define | PLY_BINARY_BE 2 /* binary PLY file, big endian */ |
| #define | PLY_BINARY_LE 3 /* binary PLY file, little endian */ |
| #define | PLY_OKAY 0 /* ply routine worked okay */ |
| #define | PLY_ERROR -1 /* error in ply routine */ |
| #define | PLY_START_TYPE 0 |
| #define | PLY_CHAR 1 |
| #define | PLY_SHORT 2 |
| #define | PLY_INT 3 |
| #define | PLY_INT32 4 |
| #define | PLY_UCHAR 5 |
| #define | PLY_USHORT 6 |
| #define | PLY_UINT 7 |
| #define | PLY_UINT8 8 |
| #define | PLY_FLOAT 9 |
| #define | PLY_FLOAT32 10 |
| #define | PLY_DOUBLE 11 |
| #define | PLY_END_TYPE 12 |
| #define | PLY_SCALAR 0 |
| #define | PLY_LIST 1 |
Typedefs | |
| typedef struct PlyProperty | PlyProperty |
| typedef struct PlyElement | PlyElement |
| typedef struct PlyOtherProp | PlyOtherProp |
| typedef struct OtherData | OtherData |
| typedef struct OtherElem | OtherElem |
| typedef struct PlyOtherElems | PlyOtherElems |
| typedef struct PlyFile | PlyFile |
| #define PLY_BINARY_LE 3 /* binary PLY file, little endian */ |
| typedef struct PlyProperty PlyProperty |
| typedef struct PlyElement PlyElement |
| typedef struct PlyOtherProp PlyOtherProp |
| typedef struct PlyOtherElems PlyOtherElems |
1.8.13