Go to the documentation of this file.
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);
138 void operator=(
const vtkBYUWriter&) VTK_DELETE_FUNCTION;
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
static vtkBYUWriter * New()
vtkPolyData * GetInput()
Get the input to this writer.
vtkPolyData * GetInput(int port)
void WriteScalarFile(int numPts)
a simple class to control print indentation
abstract class to write data to file(s)
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
char * DisplacementFileName
concrete dataset represents vertices, lines, polygons, and triangle strips
void WriteGeometryFile(FILE *fp, int numPts)
void WriteDisplacementFile(int numPts)
void WriteTextureFile(int numPts)