#include <pe_mesh.hxx>


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). | |
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.
| virtual void MESH::debug | ( | FILE * | fp | ) | [virtual, inherited] |
Write debug information to a file (stub).
| fp | debug file stream. |
| virtual SPAbox POLYEDGE_MESH::get_box | ( | ) | [virtual] |
| virtual logical MESH::transform | ( | SPAtransf const & | trans | ) | [virtual, inherited] |
Transform a MESH (stub).
| trans | transformation. |
Reimplemented in INDEXED_MESH, LINKED_MESH, and POLYGON_POINT_MESH.