#include <sim3DBody.h>
Inheritance diagram for FACEARRAY:
Public Member Functions | |
FACEARRAY () | |
FACEARRAY (const FACEARRAY &) | |
virtual | ~FACEARRAY () |
virtual void | Resize (INTEGER by) |
void | AddElement (const FACESTRUCT &f) |
FACESTRUCT & | operator[] (INTEGER) |
Private Attributes | |
FACESTRUCT * | Data |
Definition at line 65 of file sim3DBody.h.
FACEARRAY::FACEARRAY | ( | ) |
FACEARRAY::FACEARRAY | ( | const FACEARRAY & | ) |
Definition at line 141 of file sim3DBody.cpp.
References DYNARRAY::Count, Data, DYNARRAY::Delta, and DYNARRAY::Size.
FACEARRAY::~FACEARRAY | ( | ) | [virtual] |
void FACEARRAY::AddElement | ( | const FACESTRUCT & | f | ) |
Definition at line 172 of file sim3DBody.cpp.
References DYNARRAY::Count, Data, and DYNARRAY::NewElementCount().
Referenced by SIM3DPolyeder::NewFace().
FACESTRUCT & FACEARRAY::operator[] | ( | INTEGER | ) |
Definition at line 179 of file sim3DBody.cpp.
References DYNARRAY::Count, Data, sim3DFatalError(), and sim3DOutOfRange.
void FACEARRAY::Resize | ( | INTEGER | by | ) | [virtual] |
Implements DYNARRAY.
Definition at line 157 of file sim3DBody.cpp.
References Data, and DYNARRAY::Size.
FACESTRUCT* FACEARRAY::Data [private] |
Definition at line 67 of file sim3DBody.h.
Referenced by AddElement(), FACEARRAY(), operator[](), Resize(), and ~FACEARRAY().