![]() |
VR-Forces 4.0.4 Class Documentation
|
Public Member Functions | |
| DtTerrainIntersectionTestData (bool successful, unsigned int numTests, unsigned int numSuccessfulTests) | |
| bool | wasSuccessful () const |
| void | setWasSuccessful (bool yesOrNo) |
| unsigned int | numElementTests () const |
| unsigned int | numSuccessfulElementTests () const |
| void | setNumElementTests (unsigned int newNumTests) |
Private Attributes | |
| bool | myWasSuccessful |
| unsigned int | myNumElementTests |
| unsigned int | myNumSuccessfulElementTests |
| DtTerrainIntersectionTestData::DtTerrainIntersectionTestData | ( | bool | successful, |
| unsigned int | numTests, | ||
| unsigned int | numSuccessfulTests | ||
| ) | [inline] |
| bool DtTerrainIntersectionTestData::wasSuccessful | ( | ) | const [inline] |
Referenced by DtTerrainIntersectionProfile::addTestSamplePoint().
| void DtTerrainIntersectionTestData::setWasSuccessful | ( | bool | yesOrNo | ) | [inline] |
| unsigned int DtTerrainIntersectionTestData::numElementTests | ( | ) | const [inline] |
Referenced by DtTerrainIntersectionProfile::addTestSamplePoint().
| unsigned int DtTerrainIntersectionTestData::numSuccessfulElementTests | ( | ) | const [inline] |
Referenced by DtTerrainIntersectionProfile::addTestSamplePoint().
| void DtTerrainIntersectionTestData::setNumElementTests | ( | unsigned int | newNumTests | ) | [inline] |
unsigned int DtTerrainIntersectionTestData::myNumElementTests [private] |
unsigned int DtTerrainIntersectionTestData::myNumSuccessfulElementTests [private] |