31 #ifndef vtkBYUReader_h
32 #define vtkBYUReader_h
34 #include "vtkIOGeometryModule.h"
49 vtkSetStringMacro(GeometryFileName);
56 virtual void SetFileName(
const char* f) { this->SetGeometryFileName(f); }
57 virtual char*
GetFileName() {
return this->GetGeometryFileName(); }
63 vtkSetStringMacro(DisplacementFileName);
71 vtkSetStringMacro(ScalarFileName);
79 vtkSetStringMacro(TextureFileName);
88 vtkGetMacro(ReadDisplacement,
int);
97 vtkGetMacro(ReadScalar,
int);
107 vtkGetMacro(ReadTexture,
int);
116 vtkGetMacro(PartNumber,
int);
125 static int CanReadFile(
const char *filename);
134 int idx,
int numDivisions);
145 void ReadGeometryFile(FILE *fp,
int &numPts,
vtkInformation *outInfo);
151 void operator=(const
vtkBYUReader&) VTK_DELETE_FUNCTION;
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
virtual void SetFileName(const char *f)
Specify name of geometry FileName (alias).
virtual char * GetFileName()
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
read MOVIE.BYU polygon files
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
char * DisplacementFileName
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
general representation of visualization data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.