#include <stdio.h>
#include <stddef.h>
#include "vtkObject.h"
Include dependency graph for vtkPLY.h:
Go to the source code of this file.
Compounds | |
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... | |
Defines | |
#define | PLY_ASCII 1 |
#define | PLY_BINARY_BE 2 |
#define | PLY_BINARY_LE 3 |
#define | PLY_OKAY 0 |
#define | PLY_ERROR -1 |
#define | PLY_START_TYPE 0 |
#define | PLY_CHAR 1 |
#define | PLY_SHORT 2 |
#define | PLY_INT 3 |
#define | PLY_UCHAR 4 |
#define | PLY_USHORT 5 |
#define | PLY_UINT 6 |
#define | PLY_FLOAT 7 |
#define | PLY_DOUBLE 8 |
#define | PLY_END_TYPE 9 |
#define | PLY_SCALAR 0 |
#define | PLY_LIST 1 |
#define | myalloc(mem_size) vtkPLY::my_alloc((mem_size), __LINE__, __FILE__) |
Typedefs | |
typedef PlyProperty | PlyProperty |
typedef PlyElement | PlyElement |
typedef PlyOtherProp | PlyOtherProp |
typedef OtherData | OtherData |
typedef OtherElem | OtherElem |
typedef PlyOtherElems | PlyOtherElems |
typedef PlyFile | PlyFile |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|