31 #ifndef __vtkBYUWriter_h
32 #define __vtkBYUWriter_h
34 #include "vtkIOGeometryModule.h"
47 vtkSetStringMacro(GeometryFileName);
53 vtkSetStringMacro(DisplacementFileName);
59 vtkSetStringMacro(ScalarFileName);
65 vtkSetStringMacro(TextureFileName);
71 vtkSetMacro(WriteDisplacement,
int);
72 vtkGetMacro(WriteDisplacement,
int);
73 vtkBooleanMacro(WriteDisplacement,
int);
78 vtkSetMacro(WriteScalar,
int);
79 vtkGetMacro(WriteScalar,
int);
80 vtkBooleanMacro(WriteScalar,
int);
85 vtkSetMacro(WriteTexture,
int);
86 vtkGetMacro(WriteTexture,
int);
87 vtkBooleanMacro(WriteTexture,
int);
104 void WriteGeometryFile(FILE *fp,
int numPts);
105 void WriteDisplacementFile(
int numPts);
106 void WriteScalarFile(
int numPts);
107 void WriteTextureFile(
int numPts);