32 #ifndef vtkBYUWriter_h
33 #define vtkBYUWriter_h
35 #include "vtkIOGeometryModule.h"
52 vtkSetStringMacro(GeometryFileName);
60 vtkSetStringMacro(DisplacementFileName);
68 vtkSetStringMacro(ScalarFileName);
76 vtkSetStringMacro(TextureFileName);
85 vtkGetMacro(WriteDisplacement,
int);
94 vtkGetMacro(WriteScalar,
int);
103 vtkGetMacro(WriteTexture,
int);
129 void WriteGeometryFile(FILE *fp,
int numPts);
130 void WriteDisplacementFile(
int numPts);
131 void WriteScalarFile(
int numPts);
132 void WriteTextureFile(
int numPts);
138 void operator=(const
vtkBYUWriter&) VTK_DELETE_FUNCTION;
concrete dataset represents vertices, lines, polygons, and triangle strips
abstract class to write data to file(s)
a simple class to control print indentation
vtkDataObject * GetInput()
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
char * DisplacementFileName
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkAlgorithm * New()
virtual void WriteData()=0
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.