#include <vtkBYUReader.h>
Inheritance diagram for vtkBYUReader:
Public Methods | |
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 | 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 Methods | |
vtkBYUReader * | New () |
int | IsTypeOf (const char *type) |
vtkBYUReader * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkBYUReader () | |
~vtkBYUReader () | |
vtkBYUReader (const vtkBYUReader &) | |
void | operator= (const vtkBYUReader &) |
void | Execute () |
int | ComputeDivisionExtents (vtkDataObject *output, int idx, int numDivisions) |
void | ReadGeometryFile (FILE *fp, int &numPts) |
void | ReadDisplacementFile (int numPts) |
void | ReadScalarFile (int numPts) |
void | ReadTextureFile (int numPts) |
Protected Attributes | |
char * | GeometryFileName |
char * | DisplacementFileName |
char * | ScalarFileName |
char * | TextureFileName |
int | ReadDisplacement |
int | ReadScalar |
int | ReadTexture |
int | PartNumber |
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 61 of file vtkBYUReader.h.
|
|
|
|
|
Definition at line 108 of file vtkBYUReader.h. |
|
Instantiate object with no start, end, or progress methods. Reimplemented from vtkPolyDataSource. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataSource. |
|
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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataSource. |
|
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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataSource. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataSource. |
|
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 vtkSource. |
|
Specify name of geometry FileName. |
|
|
|
Specify name of displacement FileName. |
|
|
|
Specify name of scalar FileName. |
|
|
|
Specify name of texture coordinates FileName. |
|
|
|
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 texture coordinate file. Specify name of geometry FileName. |
|
|
|
|
|
|
|
Set/Get the part number to be read. |
|
|
|
Definition at line 109 of file vtkBYUReader.h. |
|
Reimplemented from vtkSource. |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 116 of file vtkBYUReader.h. |
|
Definition at line 117 of file vtkBYUReader.h. |
|
Definition at line 118 of file vtkBYUReader.h. |
|
Definition at line 119 of file vtkBYUReader.h. |
|
Definition at line 120 of file vtkBYUReader.h. |
|
Definition at line 121 of file vtkBYUReader.h. |
|
Definition at line 122 of file vtkBYUReader.h. |
|
Definition at line 123 of file vtkBYUReader.h. |