32 #ifndef vtkBYUWriter_h 33 #define vtkBYUWriter_h 35 #include "vtkIOGeometryModule.h" 52 vtkSetStringMacro(GeometryFileName);
53 vtkGetStringMacro(GeometryFileName);
60 vtkSetStringMacro(DisplacementFileName);
61 vtkGetStringMacro(DisplacementFileName);
68 vtkSetStringMacro(ScalarFileName);
69 vtkGetStringMacro(ScalarFileName);
76 vtkSetStringMacro(TextureFileName);
77 vtkGetStringMacro(TextureFileName);
129 void WriteGeometryFile(FILE *fp,
int numPts);
130 void WriteDisplacementFile(
int numPts);
131 void WriteScalarFile(
int numPts);
132 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