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

| DtGdbChordIntersectionRecord::DtGdbChordIntersectionRecord | ( | DtPoint & | intersectionPoint, |
| double | intersectionTime, | ||
| DtVector & | normal, | ||
| DtSurface * | surface, | ||
| DtAllTypesPolygon * | polygon, | ||
| bool | ownPolygon | ||
| ) |
| virtual DtGdbChordIntersectionRecord::~DtGdbChordIntersectionRecord | ( | ) | [virtual] |
| DtGdbChordIntersectionRecord::DtGdbChordIntersectionRecord | ( | const DtGdbChordIntersectionRecord & | orig | ) |
| DtGdbChordIntersectionRecord& DtGdbChordIntersectionRecord::operator= | ( | const DtGdbChordIntersectionRecord & | orig | ) |
| virtual DtIntersectionRecord* DtGdbChordIntersectionRecord::clone | ( | ) | const [virtual] |
Reimplemented from DtChordIntersectionRecord.
| virtual void DtGdbChordIntersectionRecord::dump | ( | ) | const [virtual] |
Reimplemented from DtChordIntersectionRecord.
| virtual DtRecordType DtGdbChordIntersectionRecord::type | ( | ) | const [virtual] |
Reimplemented from DtChordIntersectionRecord.
| DtAllTypesPolygon * DtGdbChordIntersectionRecord::polygon | ( | ) | [inline] |
References myPolygon.
| const DtAllTypesPolygon * DtGdbChordIntersectionRecord::polygon | ( | ) | const [inline] |
References myPolygon.
| bool DtGdbChordIntersectionRecord::ownPolygon | ( | ) | const [inline] |
References myOwnPolygon.
| void DtGdbChordIntersectionRecord::setPolygon | ( | const DtAllTypesPolygon & | arg | ) |
| void DtGdbChordIntersectionRecord::sharePolygon | ( | DtAllTypesPolygon * | arg | ) |
| void DtGdbChordIntersectionRecord::takePolygon | ( | DtAllTypesPolygon * | arg | ) |
| virtual void DtGdbChordIntersectionRecord::copyAndStealPolygonFrom | ( | DtGdbChordIntersectionRecord & | donor | ) | [virtual] |
| static DtAllTypesPolygon* DtGdbChordIntersectionRecord::copyPolygon | ( | const DtAllTypesPolygon & | orig | ) | [static, protected] |
DtAllTypesPolygon* DtGdbChordIntersectionRecord::myPolygon [protected] |
Referenced by polygon().
bool DtGdbChordIntersectionRecord::myOwnPolygon [protected] |
Referenced by ownPolygon().