29 #ifndef vtkBYUWriter_h
30 #define vtkBYUWriter_h
32 #include "vtkIOGeometryModule.h"
49 vtkSetStringMacro(GeometryFileName);
50 vtkGetStringMacro(GeometryFileName);
57 vtkSetStringMacro(DisplacementFileName);
58 vtkGetStringMacro(DisplacementFileName);
65 vtkSetStringMacro(ScalarFileName);
66 vtkGetStringMacro(ScalarFileName);
73 vtkSetStringMacro(TextureFileName);
74 vtkGetStringMacro(TextureFileName);
126 void WriteGeometryFile(FILE* fp,
int numPts);
127 void WriteDisplacementFile(
int numPts);
128 void WriteScalarFile(
int numPts);
129 void WriteTextureFile(
int numPts);