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);
vtkScalarsToColors * LookupTable
#define VTK_COLOR_MODE_OFF
void SetDataByteOrderToBigEndian()
write Stanford PLY file format
#define VTK_COLOR_MODE_UNIFORM_POINT_COLOR
Superclass for mapping scalar values into colors.
a simple class to control print indentation
#define VTK_COLOR_MODE_UNIFORM_COLOR
static vtkPolyDataWriter * New()
represent and manipulate attribute data in a dataset
void SetColorModeToUniformPointColor()
#define VTK_LITTLE_ENDIAN
void SetColorModeToUniformCellColor()
#define VTK_COLOR_MODE_DEFAULT
void SetDataByteOrderToLittleEndian()
void PrintSelf(ostream &os, vtkIndent indent)
void SetColorModeToUniformColor()
#define VTK_LARGE_INTEGER
void SetColorModeToDefault()
#define VTK_COLOR_MODE_UNIFORM_CELL_COLOR