25 #ifndef vtkBYUReader_h
26 #define vtkBYUReader_h
28 #include "vtkIOGeometryModule.h"
43 vtkSetStringMacro(GeometryFileName);
44 vtkGetStringMacro(GeometryFileName);
50 virtual void SetFileName(
const char* f) { this->SetGeometryFileName(f); }
51 virtual char*
GetFileName() {
return this->GetGeometryFileName(); }
57 vtkSetStringMacro(DisplacementFileName);
58 vtkGetStringMacro(DisplacementFileName);
65 vtkSetStringMacro(ScalarFileName);
66 vtkGetStringMacro(ScalarFileName);
73 vtkSetStringMacro(TextureFileName);
74 vtkGetStringMacro(TextureFileName);
110 vtkGetMacro(PartNumber,
int);
read MOVIE.BYU polygon files
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int ComputeDivisionExtents(vtkDataObject *output, int idx, int numDivisions)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void ReadTextureFile(int numPts, vtkInformation *outInfo)
virtual char * GetFileName()
static vtkBYUReader * New()
void ReadDisplacementFile(int numPts, vtkInformation *outInfo)
void ReadGeometryFile(FILE *fp, int &numPts, vtkInformation *outInfo)
static int CanReadFile(const char *filename)
Returns 1 if this file can be read and 0 if the file cannot be read.
virtual void SetFileName(const char *f)
Specify name of geometry FileName (alias).
char * DisplacementFileName
void ReadScalarFile(int numPts, vtkInformation *outInfo)
vtkTypeBool ReadDisplacement
general representation of visualization data
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.