37 #ifndef __vtkPLYWriter_h
38 #define __vtkPLYWriter_h
45 #define VTK_LITTLE_ENDIAN 0
46 #define VTK_BIG_ENDIAN 1
48 #define VTK_COLOR_MODE_DEFAULT 0
49 #define VTK_COLOR_MODE_UNIFORM_CELL_COLOR 1
50 #define VTK_COLOR_MODE_UNIFORM_POINT_COLOR 2
51 #define VTK_COLOR_MODE_UNIFORM_COLOR 3
52 #define VTK_COLOR_MODE_OFF 4
66 vtkGetMacro(DataByteOrder,
int);
87 vtkSetMacro(ColorMode,
int);
88 vtkGetMacro(ColorMode,
int);
103 vtkSetStringMacro(ArrayName);
104 vtkGetStringMacro(ArrayName);
110 vtkGetMacro(Component,
int);
125 vtkSetVector3Macro(
Color,
unsigned char);
126 vtkGetVector3Macro(
Color,
unsigned char);