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

Public Types | |
| typedef std::list < DtAllTypesPolygon * > | DtPolygonList |
Public Member Functions | |
| DtSphereIntersectionRecord () | |
| virtual | ~DtSphereIntersectionRecord () |
| DtSphereIntersectionRecord (const DtSphereIntersectionRecord &orig) | |
| DtSphereIntersectionRecord & | operator= (const DtSphereIntersectionRecord &orig) |
| virtual DtSphereIntersectionRecord * | clone () const |
| virtual void | addPolygon (DtAllTypesPolygon *poly) |
| virtual void | clearPolygons () |
| virtual const DtPolygonList & | intersectedPolygons () const |
Protected Attributes | |
| DtPolygonList | myIntersectedPolygons |
| typedef std::list<DtAllTypesPolygon*> DtSphereIntersectionRecord::DtPolygonList |
| virtual DtSphereIntersectionRecord::~DtSphereIntersectionRecord | ( | ) | [virtual] |
| DtSphereIntersectionRecord& DtSphereIntersectionRecord::operator= | ( | const DtSphereIntersectionRecord & | orig | ) |
| virtual DtSphereIntersectionRecord* DtSphereIntersectionRecord::clone | ( | ) | const [virtual] |
Reimplemented from DtIntersectionRecord.
| virtual void DtSphereIntersectionRecord::addPolygon | ( | DtAllTypesPolygon * | poly | ) | [virtual] |
| virtual void DtSphereIntersectionRecord::clearPolygons | ( | ) | [virtual] |
| virtual const DtPolygonList& DtSphereIntersectionRecord::intersectedPolygons | ( | ) | const [virtual] |