![]() |
VR-Forces 4.1 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 |
| DtIntersectionRecord::DtIntersectionRecord | ( | ) |
|
virtual |
| DtIntersectionRecord::DtIntersectionRecord | ( | const DtIntersectionRecord & | orig | ) |
| DtIntersectionRecord& DtIntersectionRecord::operator= | ( | const DtIntersectionRecord & | orig | ) |
|
virtual |
Reimplemented in DtGdbChordIntersectionRecord, DtChordIntersectionRecord, and DtSphereIntersectionRecord.
|
virtual |
Reimplemented in DtGdbChordIntersectionRecord, and DtChordIntersectionRecord.
|
virtual |
Reimplemented in DtChordIntersectionRecord, and DtGdbChordIntersectionRecord.
|
inline |
References myIntersectionFound.
|
inline |
References myIntersectionFound.
|
protected |
Referenced by intersectionFound(), and setIntersectionFound().