#include <vtkBYUReader.h>
Inheritance diagram for vtkBYUReader:
vtkBYUReader is a source object that reads MOVIE.BYU polygon files. These files consist of a geometry file (.g), a scalar file (.s), a displacement or vector file (.d), and a 2D texture coordinate file (.t).
Definition at line 35 of file vtkBYUReader.h.
Public Types | |
typedef vtkPolyDataAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetGeometryFileName (const char *) |
virtual char * | GetGeometryFileName () |
virtual void | SetFileName (const char *f) |
virtual char * | GetFileName () |
virtual void | SetDisplacementFileName (const char *) |
virtual char * | GetDisplacementFileName () |
virtual void | SetScalarFileName (const char *) |
virtual char * | GetScalarFileName () |
virtual void | SetTextureFileName (const char *) |
virtual char * | GetTextureFileName () |
virtual void | SetReadDisplacement (int) |
virtual int | GetReadDisplacement () |
virtual void | ReadDisplacementOn () |
virtual void | ReadDisplacementOff () |
virtual void | SetReadScalar (int) |
virtual int | GetReadScalar () |
virtual void | ReadScalarOn () |
virtual void | ReadScalarOff () |
virtual void | SetReadTexture (int) |
virtual int | GetReadTexture () |
virtual void | ReadTextureOn () |
virtual void | ReadTextureOff () |
virtual void | SetPartNumber (int) |
virtual int | GetPartNumber () |
Static Public Member Functions | |
static vtkBYUReader * | New () |
static int | IsTypeOf (const char *type) |
static vtkBYUReader * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkBYUReader () | |
~vtkBYUReader () | |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
int | ComputeDivisionExtents (vtkDataObject *output, int idx, int numDivisions) |
void | ReadGeometryFile (FILE *fp, int &numPts, vtkInformation *outInfo) |
void | ReadDisplacementFile (int numPts, vtkInformation *outInfo) |
void | ReadScalarFile (int numPts, vtkInformation *outInfo) |
void | ReadTextureFile (int numPts, vtkInformation *outInfo) |
Protected Attributes | |
char * | GeometryFileName |
char * | DisplacementFileName |
char * | ScalarFileName |
char * | TextureFileName |
int | ReadDisplacement |
int | ReadScalar |
int | ReadTexture |
int | PartNumber |
|
Reimplemented from vtkPolyDataAlgorithm. Definition at line 40 of file vtkBYUReader.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkPolyDataAlgorithm. |
|
Reimplemented from vtkPolyDataAlgorithm. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataAlgorithm. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataAlgorithm. |
|
Reimplemented from vtkPolyDataAlgorithm. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkPolyDataAlgorithm. |
|
Specify name of geometry FileName. |
|
|
|
Specify name of geometry FileName (alias). Definition at line 51 of file vtkBYUReader.h. |
|
Specify name of geometry FileName (alias). Definition at line 52 of file vtkBYUReader.h. |
|
Specify name of displacement FileName. |
|
Specify name of displacement FileName. |
|
Specify name of scalar FileName. |
|
Specify name of scalar FileName. |
|
Specify name of texture coordinates FileName. |
|
Specify name of texture coordinates FileName. |
|
Turn on/off the reading of the displacement file. |
|
Turn on/off the reading of the displacement file. |
|
Turn on/off the reading of the displacement file. |
|
Turn on/off the reading of the displacement file. |
|
Turn on/off the reading of the scalar file. |
|
Turn on/off the reading of the scalar file. |
|
Turn on/off the reading of the scalar file. |
|
Turn on/off the reading of the scalar file. |
|
Turn on/off the reading of the texture coordinate file. Specify name of geometry FileName. |
|
Turn on/off the reading of the texture coordinate file. Specify name of geometry FileName. |
|
Turn on/off the reading of the texture coordinate file. Specify name of geometry FileName. |
|
Turn on/off the reading of the texture coordinate file. Specify name of geometry FileName. |
|
Set/Get the part number to be read. |
|
Set/Get the part number to be read. |
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkPolyDataAlgorithm. |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 110 of file vtkBYUReader.h. |
|
Definition at line 111 of file vtkBYUReader.h. |
|
Definition at line 112 of file vtkBYUReader.h. |
|
Definition at line 113 of file vtkBYUReader.h. |
|
Definition at line 114 of file vtkBYUReader.h. |
|
Definition at line 115 of file vtkBYUReader.h. |
|
Definition at line 116 of file vtkBYUReader.h. |
|
Definition at line 117 of file vtkBYUReader.h. |