32 #ifndef vtkBYUWriter_h
33 #define vtkBYUWriter_h
35 #include "vtkIOGeometryModule.h"
52 vtkSetStringMacro(GeometryFileName);
53 vtkGetStringMacro(GeometryFileName);
60 vtkSetStringMacro(DisplacementFileName);
61 vtkGetStringMacro(DisplacementFileName);
68 vtkSetStringMacro(ScalarFileName);
69 vtkGetStringMacro(ScalarFileName);
76 vtkSetStringMacro(TextureFileName);
77 vtkGetStringMacro(TextureFileName);
129 void WriteGeometryFile(FILE *fp,
int numPts);
130 void WriteDisplacementFile(
int numPts);
131 void WriteScalarFile(
int numPts);
132 void WriteTextureFile(
int numPts);