Go to the documentation of this file.
31 #ifndef vtkBYUReader_h
32 #define vtkBYUReader_h
34 #include "vtkIOGeometryModule.h"
49 vtkSetStringMacro(GeometryFileName);
50 vtkGetStringMacro(GeometryFileName);
56 virtual void SetFileName(
const char* f) { this->SetGeometryFileName(f); }
57 virtual char*
GetFileName() {
return this->GetGeometryFileName(); }
63 vtkSetStringMacro(DisplacementFileName);
64 vtkGetStringMacro(DisplacementFileName);
71 vtkSetStringMacro(ScalarFileName);
72 vtkGetStringMacro(ScalarFileName);
79 vtkSetStringMacro(TextureFileName);
80 vtkGetStringMacro(TextureFileName);
116 vtkGetMacro(PartNumber,
int);
134 int idx,
int numDivisions);
vtkTypeBool ReadDisplacement
void ReadTextureFile(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 char * GetFileName()
char * DisplacementFileName
virtual void SetFileName(const char *f)
Specify name of geometry FileName (alias).
static vtkBYUReader * New()
int ComputeDivisionExtents(vtkDataObject *output, int idx, int numDivisions)
read MOVIE.BYU polygon files
a simple class to control print indentation
void ReadDisplacementFile(int numPts, vtkInformation *outInfo)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void ReadScalarFile(int numPts, vtkInformation *outInfo)
void ReadGeometryFile(FILE *fp, int &numPts, vtkInformation *outInfo)
general representation of visualization data
Superclass for algorithms that produce only polydata as output.