29 #ifndef vtkBYUWriter_h
30 #define vtkBYUWriter_h
32 #include "vtkIOGeometryModule.h"
49 vtkSetStringMacro(GeometryFileName);
57 vtkSetStringMacro(DisplacementFileName);
65 vtkSetStringMacro(ScalarFileName);
73 vtkSetStringMacro(TextureFileName);
82 vtkGetMacro(WriteDisplacement,
int);
91 vtkGetMacro(WriteScalar,
int);
100 vtkGetMacro(WriteTexture,
int);
116 void WriteData() VTK_OVERRIDE;
118 char *GeometryFileName;
119 char *DisplacementFileName;
120 char *ScalarFileName;
121 char *TextureFileName;
122 int WriteDisplacement;
126 void WriteGeometryFile(FILE *fp,
int numPts);
127 void WriteDisplacementFile(
int numPts);
128 void WriteScalarFile(
int numPts);
129 void WriteTextureFile(
int numPts);
135 void operator=(const
vtkBYUWriter&) VTK_DELETE_FUNCTION;
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()
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkAlgorithm * New()
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.