Go to the documentation of this file.
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
void SetDataByteOrderToBigEndian()
void SetColorModeToUniformColor()
#define vtkGetObjectMacro(name, type)
void PrintSelf(ostream &os, vtkIndent indent)
void SetColorModeToDefault()
#define vtkSetVector3Macro(name, type)
represent and manipulate attribute data in a dataset
#define vtkTypeMacro(thisClass, superclass)
vtkScalarsToColors * LookupTable
#define VTK_COLOR_MODE_UNIFORM_POINT_COLOR
write Stanford PLY file format
#define vtkSetClampMacro(name, type, min, max)
#define vtkGetVector3Macro(name, type)
#define VTK_COLOR_MODE_OFF
void SetColorModeToUniformCellColor()
void SetColorModeToUniformPointColor()
#define VTK_COLOR_MODE_UNIFORM_CELL_COLOR
static vtkPLYWriter * New()
a simple class to control print indentation
#define vtkSetStringMacro(name)
abstract class to write data to file(s)
#define VTK_COLOR_MODE_DEFAULT
#define VTK_COLOR_MODE_UNIFORM_COLOR
#define vtkGetMacro(name, type)
Superclass for mapping scalar values to colors.
vtkGetStringMacro(ExtensionsString)
virtual void SetLookupTable(vtkScalarsToColors *)
virtual int FillInputPortInformation(int port, vtkInformation *info)
vtkSetMacro(IgnoreDriverBugs, bool)
vtkPolyData * GetInput(int port)
void SetFileTypeToASCII()
#define VTK_LITTLE_ENDIAN
concrete dataset represents vertices, lines, polygons, and triangle strips
unsigned char * GetColors(vtkIdType num, vtkDataSetAttributes *dsa)
void SetDataByteOrderToLittleEndian()
void SetFileTypeToBinary()