#include <sim3DDynArray.h>
Inheritance diagram for INTEGERARRAY:
Public Member Functions | |
INTEGERARRAY () | |
INTEGERARRAY (const INTEGERARRAY &) | |
virtual | ~INTEGERARRAY () |
virtual void | Resize (INTEGER by) |
void | AddElement (INTEGER) |
INTEGER & | operator[] (INTEGER) const |
Private Attributes | |
INTEGER * | Data |
Definition at line 70 of file sim3DDynArray.h.
INTEGERARRAY::INTEGERARRAY | ( | ) |
INTEGERARRAY::INTEGERARRAY | ( | const INTEGERARRAY & | ) |
Definition at line 176 of file sim3DDynArray.cpp.
References DYNARRAY::Count, Data, DYNARRAY::Delta, and DYNARRAY::Size.
INTEGERARRAY::~INTEGERARRAY | ( | ) | [virtual] |
void INTEGERARRAY::AddElement | ( | INTEGER | ) |
Definition at line 207 of file sim3DDynArray.cpp.
References DYNARRAY::Count, Data, and DYNARRAY::NewElementCount().
Referenced by SIM3DPolyeder::AddEdgeOnce(), SIM3DPolyeder::AddFaceEdge(), SIM3DFacette::ReadAttr(), SIM3DCamera::ReadAttr(), SIM3DSensor::ReadAttr(), SURFACEDESCR::ReadAttr(), SIM3DSensor::SIM3DSensor(), and VIEW::VIEW().
Definition at line 214 of file sim3DDynArray.cpp.
References DYNARRAY::Count, Data, sim3DFatalError(), and sim3DOutOfRange.
void INTEGERARRAY::Resize | ( | INTEGER | by | ) | [virtual] |
Implements DYNARRAY.
Definition at line 192 of file sim3DDynArray.cpp.
References Data, and DYNARRAY::Size.
INTEGER* INTEGERARRAY::Data [private] |
Definition at line 72 of file sim3DDynArray.h.
Referenced by AddElement(), INTEGERARRAY(), operator[](), Resize(), and ~INTEGERARRAY().