34#include "vtkIOGeometryModule.h"
49 vtkSetStringMacro(GeometryFileName);
56 virtual void SetFileName(
const char* f) { this->SetGeometryFileName(f); }
57 virtual char*
GetFileName() {
return this->GetGeometryFileName(); }
63 vtkSetStringMacro(DisplacementFileName);
71 vtkSetStringMacro(ScalarFileName);
79 vtkSetStringMacro(TextureFileName);
88 vtkGetMacro(ReadDisplacement,
int);
97 vtkGetMacro(ReadScalar,
int);
107 vtkGetMacro(ReadTexture,
int);
116 vtkGetMacro(PartNumber,
int);
134 int idx,
int numDivisions);
151 void operator=(
const vtkBYUReader&) VTK_DELETE_FUNCTION;
read MOVIE.BYU polygon files
int ComputeDivisionExtents(vtkDataObject *output, int idx, int numDivisions)
void ReadTextureFile(int numPts, vtkInformation *outInfo)
void ReadDisplacementFile(int numPts, vtkInformation *outInfo)
void ReadGeometryFile(FILE *fp, int &numPts, vtkInformation *outInfo)
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
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
virtual char * GetFileName()
static vtkBYUReader * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void ReadScalarFile(int numPts, vtkInformation *outInfo)
general representation of visualization data
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.