19#include "vtkIOGeometryModule.h"  
   22VTK_ABI_NAMESPACE_BEGIN
 
   45    return this->GetGeometryFileName();
 
  105  vtkGetMacro(PartNumber, 
int);
 
read MOVIE.BYU polygon files
 
vtkGetFilePathMacro(TextureFileName)
Specify name of texture coordinates FileName.
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
int ComputeDivisionExtents(vtkDataObject *output, int idx, int numDivisions)
 
vtkSetFilePathMacro(ScalarFileName)
Specify name of scalar FileName.
 
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)
 
vtkSetFilePathMacro(TextureFileName)
Specify name of texture coordinates FileName.
 
virtual VTK_FILEPATH VTK_FUTURE_CONST char * GetFileName() VTK_FUTURE_CONST
 
vtkGetFilePathMacro(DisplacementFileName)
Specify name of displacement FileName.
 
void ReadDisplacementFile(int numPts, vtkInformation *outInfo)
 
vtkSetFilePathMacro(GeometryFileName)
Specify name of geometry FileName.
 
void ReadGeometryFile(FILE *fp, int &numPts, vtkInformation *outInfo)
 
vtkGetFilePathMacro(ScalarFileName)
Specify name of scalar FileName.
 
char * DisplacementFileName
 
vtkSetFilePathMacro(DisplacementFileName)
Specify name of displacement FileName.
 
static vtkBYUReader * New()
 
void ReadScalarFile(int numPts, vtkInformation *outInfo)
 
vtkGetFilePathMacro(GeometryFileName)
Specify name of geometry FileName.
 
vtkTypeBool ReadDisplacement
 
virtual void SetFileName(VTK_FILEPATH const char *f)
Specify name of geometry FileName (alias).
 
static int CanReadFile(VTK_FILEPATH const char *filename)
Returns 1 if this file can be read and 0 if the file cannot be read.
 
general representation of visualization data
 
a simple class to control print indentation
 
Superclass for algorithms that produce only polydata as output.