![]() |
VR-Forces 5.0.1 Developer's Guide
|
Public Types | |
| enum | { BUNDLE_SIZE = 10 } |
Public Member Functions | |
| DtChordBundle () | |
| DtChordBundle (const DtChordBundle &orig) | |
| virtual | ~DtChordBundle () |
| DtChordBundle & | operator= (const DtChordBundle &orig) |
| const DtChord * | operator[] (unsigned int index) const |
| void | addToEnd (const DtChord *arg) |
| virtual void | removeAll () |
| unsigned int | count () const |
| const DtExtent & | extent () const |
Protected Member Functions | |
| const DtChord * | item (unsigned int index) |
| DtChordBundle * | clone () |
Protected Attributes | |
| const DtChord * | myChordArray [BUNDLE_SIZE] |
| unsigned int | myCount |
| DtChordBundle * | myNextBundle |
| DtExtent | myExtent |
|
inline |
References myChordArray.
Referenced by addToEnd().
|
inline |
References clone(), myChordArray, and myNextBundle.
|
inlinevirtual |
References myNextBundle.
| DtChordBundle& DtChordBundle::operator= | ( | const DtChordBundle & | orig | ) |
References BUNDLE_SIZE, item(), myChordArray, and myNextBundle.
|
inline |
References addToEnd(), BUNDLE_SIZE, DtChordBundle(), DtExtent::expandToInclude(), DtChord::extent(), myChordArray, myCount, myExtent, and myNextBundle.
Referenced by addToEnd().
|
virtual |
Referenced by operator[]().
|
protected |
Referenced by DtChordBundle().
|
protected |
Referenced by addToEnd(), DtChordBundle(), and operator[]().
Referenced by addToEnd(), and count().
|
protected |
Referenced by addToEnd(), DtChordBundle(), operator[](), and ~DtChordBundle().
|
protected |
Referenced by addToEnd(), and extent().