VTK
Classes | Macros | Typedefs
vtkPLY.h File Reference
#include "vtkIOPLYModule.h"
#include "vtkObject.h"
Include dependency graph for vtkPLY.h:

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
 

Macro Definition Documentation

◆ PLY_ASCII

#define PLY_ASCII   1 /* ascii PLY file */

Definition at line 70 of file vtkPLY.h.

◆ PLY_BINARY_BE

#define PLY_BINARY_BE   2 /* binary PLY file, big endian */

Definition at line 71 of file vtkPLY.h.

◆ PLY_BINARY_LE

#define PLY_BINARY_LE   3 /* binary PLY file, little endian */

Definition at line 72 of file vtkPLY.h.

◆ PLY_OKAY

#define PLY_OKAY   0 /* ply routine worked okay */

Definition at line 74 of file vtkPLY.h.

◆ PLY_ERROR

#define PLY_ERROR   -1 /* error in ply routine */

Definition at line 75 of file vtkPLY.h.

◆ PLY_START_TYPE

#define PLY_START_TYPE   0

Definition at line 79 of file vtkPLY.h.

◆ PLY_CHAR

#define PLY_CHAR   1

Definition at line 80 of file vtkPLY.h.

◆ PLY_SHORT

#define PLY_SHORT   2

Definition at line 81 of file vtkPLY.h.

◆ PLY_INT

#define PLY_INT   3

Definition at line 82 of file vtkPLY.h.

◆ PLY_INT32

#define PLY_INT32   4

Definition at line 83 of file vtkPLY.h.

◆ PLY_UCHAR

#define PLY_UCHAR   5

Definition at line 84 of file vtkPLY.h.

◆ PLY_USHORT

#define PLY_USHORT   6

Definition at line 85 of file vtkPLY.h.

◆ PLY_UINT

#define PLY_UINT   7

Definition at line 86 of file vtkPLY.h.

◆ PLY_UINT8

#define PLY_UINT8   8

Definition at line 87 of file vtkPLY.h.

◆ PLY_FLOAT

#define PLY_FLOAT   9

Definition at line 88 of file vtkPLY.h.

◆ PLY_FLOAT32

#define PLY_FLOAT32   10

Definition at line 89 of file vtkPLY.h.

◆ PLY_DOUBLE

#define PLY_DOUBLE   11

Definition at line 90 of file vtkPLY.h.

◆ PLY_END_TYPE

#define PLY_END_TYPE   12

Definition at line 91 of file vtkPLY.h.

◆ PLY_SCALAR

#define PLY_SCALAR   0

Definition at line 93 of file vtkPLY.h.

◆ PLY_LIST

#define PLY_LIST   1

Definition at line 94 of file vtkPLY.h.

Typedef Documentation

◆ PlyProperty

typedef struct PlyProperty PlyProperty

◆ PlyElement

typedef struct PlyElement PlyElement

◆ PlyOtherProp

typedef struct PlyOtherProp PlyOtherProp

◆ OtherData

typedef struct OtherData OtherData

◆ OtherElem

typedef struct OtherElem OtherElem

◆ PlyOtherElems

typedef struct PlyOtherElems PlyOtherElems

◆ PlyFile

typedef struct PlyFile PlyFile