29 #ifndef vtkBYUWriter_h
30 #define vtkBYUWriter_h
32 #include "vtkIOGeometryModule.h"
49 vtkSetStringMacro(GeometryFileName);
50 vtkGetStringMacro(GeometryFileName);
57 vtkSetStringMacro(DisplacementFileName);
58 vtkGetStringMacro(DisplacementFileName);
65 vtkSetStringMacro(ScalarFileName);
66 vtkGetStringMacro(ScalarFileName);
73 vtkSetStringMacro(TextureFileName);
74 vtkGetStringMacro(TextureFileName);
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void WriteDisplacementFile(int numPts)
void WriteScalarFile(int numPts)
vtkTypeBool WriteDisplacement
void WriteGeometryFile(FILE *fp, int numPts)
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void WriteTextureFile(int numPts)
vtkPolyData * GetInput(int port)
vtkPolyData * GetInput()
Get the input to this writer.
char * DisplacementFileName
static vtkBYUWriter * New()
void WriteData() override
a simple class to control print indentation
concrete dataset represents vertices, lines, polygons, and triangle strips
abstract class to write data to file(s)