Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

IO/vtkPLY.h File Reference

#include <stdio.h>
#include <stddef.h>
#include "vtkObject.h"

Include dependency graph for vtkPLY.h:

Include dependency graph

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


Define Documentation

#define PLY_ASCII   1
 

Definition at line 104 of file vtkPLY.h.

#define PLY_BINARY_BE   2
 

Definition at line 105 of file vtkPLY.h.

#define PLY_BINARY_LE   3
 

Definition at line 106 of file vtkPLY.h.

#define PLY_OKAY   0
 

Definition at line 108 of file vtkPLY.h.

#define PLY_ERROR   -1
 

Definition at line 109 of file vtkPLY.h.

#define PLY_START_TYPE   0
 

Definition at line 113 of file vtkPLY.h.

#define PLY_CHAR   1
 

Definition at line 114 of file vtkPLY.h.

#define PLY_SHORT   2
 

Definition at line 115 of file vtkPLY.h.

#define PLY_INT   3
 

Definition at line 116 of file vtkPLY.h.

#define PLY_UCHAR   4
 

Definition at line 117 of file vtkPLY.h.

#define PLY_USHORT   5
 

Definition at line 118 of file vtkPLY.h.

#define PLY_UINT   6
 

Definition at line 119 of file vtkPLY.h.

#define PLY_FLOAT   7
 

Definition at line 120 of file vtkPLY.h.

#define PLY_DOUBLE   8
 

Definition at line 121 of file vtkPLY.h.

#define PLY_END_TYPE   9
 

Definition at line 122 of file vtkPLY.h.

#define PLY_SCALAR   0
 

Definition at line 124 of file vtkPLY.h.

#define PLY_LIST   1
 

Definition at line 125 of file vtkPLY.h.

#define myalloc mem_size       vtkPLY::my_alloc((mem_size), __LINE__, __FILE__)
 

Definition at line 190 of file vtkPLY.h.


Typedef Documentation

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
 


Generated on Thu Mar 28 14:25:12 2002 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001