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

Public Types | |
| typedef boost::shared_ptr < makVrv::DtDynamicTerrainFeature > | DynamicTerrainFeaturePtr |
| typedef std::vector < DynamicTerrainFeaturePtr > | DynamicTerrainFeaturePtrContainer |
Public Types inherited from DtIntersectionRecord | |
| 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 } |
Protected Attributes | |
| DynamicTerrainFeaturePtrContainer | myDynamicTerrainFeatures |
| bool | mySurfaceDataAvailable |
Protected Attributes inherited from DtChordIntersectionRecord | |
| DtPoint | myIntersectionPoint |
| DtVector | myIntersectionVector |
| double | myIntersectionTime |
| DtVector | myNormal |
| DtSurface | mySurface |
| unsigned int | myNumberOfIntersectionTests |
Protected Attributes inherited from DtIntersectionRecord | |
| bool | myIntersectionFound |
| typedef boost::shared_ptr<makVrv::DtDynamicTerrainFeature> DtVrfChordIntersectionRecord::DynamicTerrainFeaturePtr |
| typedef std::vector<DynamicTerrainFeaturePtr> DtVrfChordIntersectionRecord::DynamicTerrainFeaturePtrContainer |
| DtVrfChordIntersectionRecord::DtVrfChordIntersectionRecord | ( | ) |
| DtVrfChordIntersectionRecord::DtVrfChordIntersectionRecord | ( | const DtChordIntersectionRecord & | ) |
| DtVrfChordIntersectionRecord::DtVrfChordIntersectionRecord | ( | const DtVrfChordIntersectionRecord & | ) |
|
virtual |
|
virtual |
Reimplemented from DtChordIntersectionRecord.
| DynamicTerrainFeaturePtrContainer& DtVrfChordIntersectionRecord::dynamicTerrainFeatures | ( | ) |
| const DynamicTerrainFeaturePtrContainer& DtVrfChordIntersectionRecord::dynamicTerrainFeatures | ( | ) | const |
| bool DtVrfChordIntersectionRecord::surfaceDataAvailable | ( | ) | const |
| void DtVrfChordIntersectionRecord::setSurfaceDataAvailable | ( | bool | isSurfaceDataAvailable | ) |
|
protected |
|
protected |