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
vtkScalarsToColors * LookupTable
#define VTK_COLOR_MODE_OFF
void SetFileTypeToBinary()
#define vtkGetMacro(name, type)
void SetDataByteOrderToBigEndian()
write Stanford PLY file format
#define vtkSetClampMacro(name, type, min, max)
concrete dataset represents vertices, lines, polygons, and triangle strips
#define vtkSetStringMacro(name)
#define vtkTypeMacro(thisClass, superclass)
#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
#define vtkGetVector3Macro(name, type)
represent and manipulate attribute data in a dataset
void SetColorModeToUniformPointColor()
#define vtkGetStringMacro(name)
#define vtkGetObjectMacro(name, type)
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()
#define vtkSetVector3Macro(name, type)
void PrintSelf(ostream &os, vtkIndent indent)
#define VTK_COLOR_MODE_UNIFORM_CELL_COLOR
#define vtkSetMacro(name, type)