Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

TK_Mesh Class Reference

#include <BPolyhedron.h>

Inheritance diagram for TK_Mesh:

Inheritance graph
[legend]
Collaboration diagram for TK_Mesh:

Collaboration graph
[legend]
List of all members.

Detailed Description

Handles the TKE_Mesh opcode.

TK_Mesh provides support for writing/reading the TKE_Mesh opcode object to/from an HSF file.

The HOOPS/3dGS scene-graph supports 'mesh' primitives which consist of a number of rows, columns and a pionts array to define a 3d mesh with fixed topology. (Picture a distored checkerboard.)

Definition at line 595 of file BPolyhedron.h.

Public Member Functions

TK_Status Read (BStreamFileToolkit &tk) alter
TK_Status Write (BStreamFileToolkit &tk) alter
void Reset (void) alter

Protected Attributes

int m_rows
int m_columns


Member Function Documentation

TK_Status TK_Mesh::Read BStreamFileToolkit tk  )  [virtual]
 

Reads data from the toolkit buffer, decodes/decompresses it, and maps it to the opcode handlers data members. User-defined classes which need to write out custom data should utilize one of the available GetData() methods.

Parameters:
tk A reference to the BStreamFileToolkit object.
Returns:
The result of the function call.

Implements BBaseOpcodeHandler.

void TK_Mesh::Reset void   )  [virtual]
 

Resets the current opcode handler. This is called by the toolkit when it is done processing an opcode. This method reinitializes any opcode handler variables and frees up temporary data.

Reimplemented from BBaseOpcodeHandler.

TK_Status TK_Mesh::Write BStreamFileToolkit tk  )  [virtual]
 

Encodes/compresses data and writes data to the toolkit buffer. User-defined classes which need to write out custom data should utilize one of the available PutData() methods, and first write out the opcode associated with the group of binary data followed by the data itself.

Parameters:
tk A reference to the BStreamFileToolkit object.
Returns:
The result of the function call.

Implements BBaseOpcodeHandler.


Member Data Documentation

int TK_Mesh::m_columns [protected]
 

Number of columns in this Mesh object

Definition at line 603 of file BPolyhedron.h.

int TK_Mesh::m_rows [protected]
 

Number of rows in this Mesh object

Definition at line 602 of file BPolyhedron.h.


The documentation for this class was generated from the following file:
Generated on Tue May 17 12:06:11 2005 for Autodesk DWF 3D Toolkit by  doxygen 1.4.1