Documentation for vtkBYUReader

vtkBYUReader - read MOVIE.BYU polygon files

Super Class: vtkPolyDataSource

Description:

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).

 

Methods:

void vtkBYUReader ()
void vtkBYUReader ()
static vtkBYUReader *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
void SetGeometryFileName (char *)
char *GetGeometryFileName ()
void SetDisplacementFileName (char *)
char *GetDisplacementFileName ()
void SetScalarFileName (char *)
char *GetScalarFileName ()
void SetTextureFileName (char *)
char *GetTextureFileName ()
void SetReadDisplacement (int )
int GetReadDisplacement ()
void ReadDisplacementOn ()
void ReadDisplacementOff ()
void SetReadScalar (int )
int GetReadScalar ()
void ReadScalarOn ()
void ReadScalarOff ()
void SetReadTexture (int )
int GetReadTexture ()
void ReadTextureOn ()
void ReadTextureOff ()
void SetPartNumber (int )
int GetPartNumber ()
void Execute ()
void ReadGeometryFile (unknown * ,int &)
void ReadDisplacementFile (int )
void ReadScalarFile (int )
void ReadTextureFile (int )

 

Detailed Method Descriptions:

Specify name of geometry FileName.

void SetGeometryFileName (char *)
char *GetGeometryFileName ()

Specify name of displacement FileName.

void SetDisplacementFileName (char *)
char *GetDisplacementFileName ()

Specify name of scalar FileName.

void SetScalarFileName (char *)
char *GetScalarFileName ()

Specify name of texture coordinates FileName.

void SetTextureFileName (char *)
char *GetTextureFileName ()

Turn on/off the reading of the displacement file.

void SetReadDisplacement (int )
int GetReadDisplacement ()
void ReadDisplacementOn ()
void ReadDisplacementOff ()

Turn on/off the reading of the scalar file.

void SetReadScalar (int )
int GetReadScalar ()
void ReadScalarOn ()
void ReadScalarOff ()

Turn on/off the reading of the texture coordinate file. Specify name of geometry FileName.

void SetReadTexture (int )
int GetReadTexture ()
void ReadTextureOn ()
void ReadTextureOff ()

Set/Get the part number to be read.

void SetPartNumber (int )
int GetPartNumber ()