28 #ifndef vtkBYUReader_h
29 #define vtkBYUReader_h
31 #include "vtkIOGeometryModule.h"
46 vtkSetFilePathMacro(GeometryFileName);
47 vtkGetFilePathMacro(GeometryFileName);
56 return this->GetGeometryFileName();
63 vtkSetFilePathMacro(DisplacementFileName);
64 vtkGetFilePathMacro(DisplacementFileName);
71 vtkSetFilePathMacro(ScalarFileName);
72 vtkGetFilePathMacro(ScalarFileName);
79 vtkSetFilePathMacro(TextureFileName);
80 vtkGetFilePathMacro(TextureFileName);
116 vtkGetMacro(PartNumber,
int);
125 static int CanReadFile(
VTK_FILEPATH const char* filename);
133 int ComputeDivisionExtents(
vtkDataObject* output,
int idx,
int numDivisions);
144 void ReadGeometryFile(FILE* fp,
int& numPts,
vtkInformation* outInfo);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
virtual VTK_FILEPATH VTK_FUTURE_CONST char * GetFileName() VTK_FUTURE_CONST
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
read MOVIE.BYU polygon files
vtkTypeBool ReadDisplacement
char * DisplacementFileName
virtual void SetFileName(VTK_FILEPATH const char *f)
Specify name of geometry FileName (alias).
general representation of visualization data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.