37 #ifndef vtkPLYWriter_h
38 #define vtkPLYWriter_h
46 #define VTK_LITTLE_ENDIAN 0
47 #define VTK_BIG_ENDIAN 1
49 #define VTK_COLOR_MODE_DEFAULT 0
50 #define VTK_COLOR_MODE_UNIFORM_CELL_COLOR 1
51 #define VTK_COLOR_MODE_UNIFORM_POINT_COLOR 2
52 #define VTK_COLOR_MODE_UNIFORM_COLOR 3
53 #define VTK_COLOR_MODE_OFF 4
68 vtkGetMacro(DataByteOrder,
int);
89 vtkSetMacro(ColorMode,
int);
90 vtkGetMacro(ColorMode,
int);
105 vtkSetStringMacro(ArrayName);
106 vtkGetStringMacro(ArrayName);
112 vtkGetMacro(Component,
int);
127 vtkSetVector3Macro(
Color,
unsigned char);
128 vtkGetVector3Macro(
Color,
unsigned char);
139 vtkSetStringMacro(FileName);
140 vtkGetStringMacro(FileName);
146 vtkGetMacro(FileType,
int);
vtkScalarsToColors * LookupTable
#define VTK_COLOR_MODE_OFF
void SetFileTypeToBinary()
void SetDataByteOrderToBigEndian()
write Stanford PLY file format
concrete dataset represents vertices, lines, polygons, and triangle strips
#define VTK_COLOR_MODE_UNIFORM_POINT_COLOR
Superclass for mapping scalar values to colors.
abstract class to write data to file(s)
a simple class to control print indentation
vtkDataObject * GetInput()
void SetFileTypeToASCII()
#define VTK_COLOR_MODE_UNIFORM_COLOR
represent and manipulate attribute data in a dataset
void SetColorModeToUniformPointColor()
virtual int FillInputPortInformation(int port, vtkInformation *info)
#define VTK_LITTLE_ENDIAN
void SetColorModeToUniformCellColor()
#define VTK_COLOR_MODE_DEFAULT
void SetDataByteOrderToLittleEndian()
void SetColorModeToUniformColor()
static vtkAlgorithm * New()
virtual void WriteData()=0
void SetColorModeToDefault()
void PrintSelf(ostream &os, vtkIndent indent)
#define VTK_COLOR_MODE_UNIFORM_CELL_COLOR