16 #ifndef vtkBYUReader_h
17 #define vtkBYUReader_h
19 #include "vtkIOGeometryModule.h"
22 VTK_ABI_NAMESPACE_BEGIN
35 vtkSetFilePathMacro(GeometryFileName);
36 vtkGetFilePathMacro(GeometryFileName);
45 return this->GetGeometryFileName();
52 vtkSetFilePathMacro(DisplacementFileName);
53 vtkGetFilePathMacro(DisplacementFileName);
60 vtkSetFilePathMacro(ScalarFileName);
61 vtkGetFilePathMacro(ScalarFileName);
68 vtkSetFilePathMacro(TextureFileName);
69 vtkGetFilePathMacro(TextureFileName);
105 vtkGetMacro(PartNumber,
int);
114 static int CanReadFile(
VTK_FILEPATH const char* filename);
122 int ComputeDivisionExtents(
vtkDataObject* output,
int idx,
int numDivisions);
133 void ReadGeometryFile(FILE* fp,
int& numPts,
vtkInformation* outInfo);
143 VTK_ABI_NAMESPACE_END
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.