![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Types | |
| enum | DtRecordType { BASE_TYPE = 0, CHORD_TYPE = 1, GDBCHORD_TYPE = 2, SPHERE_TYPE = 3, GDBSPHERE_TYPE = 4 } |
| enum | DtIntersectionType { INT_EXISTS = 0, INT_POINT = 0x01, INT_NORMAL = 0x02, INT_RESERVED = 0x04, INT_ALL_DATA = 0x07 } |
Public Member Functions | |
| DtIntersectionRecord () | |
| virtual | ~DtIntersectionRecord () |
| DtIntersectionRecord (const DtIntersectionRecord &orig) | |
| DtIntersectionRecord & | operator= (const DtIntersectionRecord &orig) |
| virtual DtIntersectionRecord * | clone () const |
| virtual DtRecordType | type () const |
| virtual void | dump () const |
| bool | intersectionFound () const |
| void | setIntersectionFound (bool arg) |
Protected Attributes | |
| bool | myIntersectionFound |
| virtual DtIntersectionRecord::~DtIntersectionRecord | ( | ) | [virtual] |
| DtIntersectionRecord::DtIntersectionRecord | ( | const DtIntersectionRecord & | orig | ) |
| DtIntersectionRecord& DtIntersectionRecord::operator= | ( | const DtIntersectionRecord & | orig | ) |
| virtual DtIntersectionRecord* DtIntersectionRecord::clone | ( | ) | const [virtual] |
Reimplemented in DtGdbChordIntersectionRecord, DtChordIntersectionRecord, and DtSphereIntersectionRecord.
| virtual DtRecordType DtIntersectionRecord::type | ( | ) | const [virtual] |
Reimplemented in DtGdbChordIntersectionRecord, and DtChordIntersectionRecord.
| virtual void DtIntersectionRecord::dump | ( | ) | const [virtual] |
Reimplemented in DtChordIntersectionRecord, and DtGdbChordIntersectionRecord.
| bool DtIntersectionRecord::intersectionFound | ( | ) | const [inline] |
References myIntersectionFound.
| void DtIntersectionRecord::setIntersectionFound | ( | bool | arg | ) | [inline] |
References myIntersectionFound.
bool DtIntersectionRecord::myIntersectionFound [protected] |
Referenced by intersectionFound(), and setIntersectionFound().