37 #ifndef vtkPLYWriter_h
38 #define vtkPLYWriter_h
51 #define VTK_LITTLE_ENDIAN 0
52 #define VTK_BIG_ENDIAN 1
54 #define VTK_COLOR_MODE_DEFAULT 0
55 #define VTK_COLOR_MODE_UNIFORM_CELL_COLOR 1
56 #define VTK_COLOR_MODE_UNIFORM_POINT_COLOR 2
57 #define VTK_COLOR_MODE_UNIFORM_COLOR 3
58 #define VTK_COLOR_MODE_OFF 4
60 #define VTK_TEXTURECOORDS_UV 0
61 #define VTK_TEXTURECOORDS_TEXTUREUV 1
74 vtkGetMacro(DataByteOrder,
int);
95 vtkSetMacro(ColorMode,
int);
96 vtkGetMacro(ColorMode,
int);
111 vtkSetStringMacro(ArrayName);
112 vtkGetStringMacro(ArrayName);
118 vtkGetMacro(Component,
int);
133 vtkSetVector3Macro(
Color,
unsigned char);
134 vtkGetVector3Macro(
Color,
unsigned char);
145 vtkSetStringMacro(FileName);
146 vtkGetStringMacro(FileName);
152 vtkGetMacro(FileType,
int);
161 vtkGetMacro(TextureCoordinatesName,
int);
vtkScalarsToColors * LookupTable
#define VTK_COLOR_MODE_OFF
void SetTextureCoordinatesNameToTextureUV()
void SetFileTypeToBinary()
void SetDataByteOrderToBigEndian()
write Stanford PLY file format
a vtkAbstractArray subclass for strings
concrete dataset represents vertices, lines, polygons, and triangle strips
#define VTK_COLOR_MODE_UNIFORM_POINT_COLOR
int TextureCoordinatesName
vtkSmartPointer< vtkStringArray > HeaderComments
Superclass for mapping scalar values to colors.
void SetTextureCoordinatesNameToUV()
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()
#define VTK_TEXTURECOORDS_UV
virtual int FillInputPortInformation(int port, vtkInformation *info)
#define VTK_LITTLE_ENDIAN
void SetColorModeToUniformCellColor()
#define VTK_COLOR_MODE_DEFAULT
void SetDataByteOrderToLittleEndian()
#define VTK_TEXTURECOORDS_TEXTUREUV
void SetColorModeToUniformColor()
static vtkAlgorithm * New()
virtual void WriteData()=0
void SetColorModeToDefault()
void PrintSelf(ostream &os, vtkIndent indent)
#define VTK_COLOR_MODE_UNIFORM_CELL_COLOR