Go to the documentation of this file.
30 #ifndef vtkBYUReader_h
31 #define vtkBYUReader_h
52 virtual void SetFileName(
const char*
f) { this->SetGeometryFileName(
f); }
53 virtual char*
GetFileName() {
return this->GetGeometryFileName(); }
115 int idx,
int numDivisions);
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void ReadTextureFile(int numPts, vtkInformation *outInfo)
static int CanReadFile(const char *filename)
#define vtkTypeMacro(thisClass, superclass)
virtual char * GetFileName()
char * DisplacementFileName
virtual void SetFileName(const char *f)
#define VTKIOGEOMETRY_EXPORT
static vtkBYUReader * New()
int ComputeDivisionExtents(vtkDataObject *output, int idx, int numDivisions)
#define vtkSetClampMacro(name, type, min, max)
read MOVIE.BYU polygon files
a simple class to control print indentation
#define vtkSetStringMacro(name)
void ReadDisplacementFile(int numPts, vtkInformation *outInfo)
#define vtkGetMacro(name, type)
vtkGetStringMacro(ExtensionsString)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
void PrintSelf(ostream &os, vtkIndent indent)
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.