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);
126 void WriteGeometryFile(FILE* fp,
int numPts);
127 void WriteDisplacementFile(
int numPts);
128 void WriteScalarFile(
int numPts);
129 void WriteTextureFile(
int numPts);
concrete dataset represents vertices, lines, polygons, and triangle strips
abstract class to write data to file(s)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
vtkDataObject * GetInput()
vtkTypeBool WriteDisplacement
char * DisplacementFileName
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
static vtkAlgorithm * New()
virtual void WriteData()=0