Home

POLYEDGE_MESH Class Reference
[Interactive Hidden Line]

Defines a mesh for the Interactive Hidden Line Component (IHL). More...

#include <pe_mesh.hxx>

Inheritance diagram for POLYEDGE_MESH:

Inheritance graph
[legend]
Collaboration diagram for POLYEDGE_MESH:

Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual void debug (FILE *fp)
 Write debug information to a file (stub).
virtual SPAbox get_box ()
 Return the bounding box (stub).
virtual logical transform (SPAtransf const &trans)
 Transform a MESH (stub).


Detailed Description

Defines a mesh for the Interactive Hidden Line Component (IHL).


Role: A POLYEDGE_MESH is a mesh format that utilizes a global indexed protocol. It has been specifically designed for use by the Interactive Hidden Line Component and is not intended for general use.


Member Function Documentation

virtual void MESH::debug ( FILE *  fp  )  [virtual, inherited]

Write debug information to a file (stub).



Parameters:
fp debug file stream.

virtual SPAbox POLYEDGE_MESH::get_box (  )  [virtual]

Return the bounding box (stub).

Reimplemented from MESH.

virtual logical MESH::transform ( SPAtransf const &  trans  )  [virtual, inherited]

Transform a MESH (stub).



Parameters:
trans transformation.

Reimplemented in INDEXED_MESH, LINKED_MESH, and POLYGON_POINT_MESH.