32 #ifndef vtkBYUWriter_h
33 #define vtkBYUWriter_h
35 #include "vtkIOGeometryModule.h"
52 vtkSetFilePathMacro(GeometryFileName);
53 vtkGetFilePathMacro(GeometryFileName);
60 vtkSetFilePathMacro(DisplacementFileName);
61 vtkGetFilePathMacro(DisplacementFileName);
68 vtkSetFilePathMacro(ScalarFileName);
69 vtkGetFilePathMacro(ScalarFileName);
76 vtkSetFilePathMacro(TextureFileName);
77 vtkGetFilePathMacro(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