Inherits BVHVisitor.
|
| WireFinder (const BVHLineGeometry *wire, const double &t) |
|
virtual void | apply (BVHGroup &leaf) |
|
virtual void | apply (BVHPageNode &leaf) |
|
virtual void | apply (BVHTransform &transform) |
|
virtual void | apply (BVHMotionTransform &transform) |
|
virtual void | apply (BVHLineGeometry &node) |
|
virtual void | apply (BVHStaticGeometry &) |
|
virtual void | apply (BVHTerrainTile &) |
|
virtual void | apply (const BVHStaticBinary &, const BVHStaticData &) |
|
virtual void | apply (const BVHStaticTriangle &, const BVHStaticData &) |
|
const SGLineSegmentd & | getLineSegment () const |
|
bool | getHaveLineSegment () const |
|
const SGVec3d & | getLinearVelocity () const |
|
const SGVec3d & | getAngularVelocity () const |
|
Definition at line 941 of file groundcache.cxx.
◆ WireFinder()
FGGroundCache::WireFinder::WireFinder |
( |
const BVHLineGeometry * | wire, |
|
|
const double & | t ) |
|
inline |
◆ apply() [1/9]
virtual void FGGroundCache::WireFinder::apply |
( |
BVHGroup & | leaf | ) |
|
|
inlinevirtual |
◆ apply() [2/9]
virtual void FGGroundCache::WireFinder::apply |
( |
BVHLineGeometry & | node | ) |
|
|
inlinevirtual |
◆ apply() [3/9]
virtual void FGGroundCache::WireFinder::apply |
( |
BVHMotionTransform & | transform | ) |
|
|
inlinevirtual |
◆ apply() [4/9]
virtual void FGGroundCache::WireFinder::apply |
( |
BVHPageNode & | leaf | ) |
|
|
inlinevirtual |
◆ apply() [5/9]
virtual void FGGroundCache::WireFinder::apply |
( |
BVHStaticGeometry & | | ) |
|
|
inlinevirtual |
◆ apply() [6/9]
virtual void FGGroundCache::WireFinder::apply |
( |
BVHTerrainTile & | | ) |
|
|
inlinevirtual |
◆ apply() [7/9]
virtual void FGGroundCache::WireFinder::apply |
( |
BVHTransform & | transform | ) |
|
|
inlinevirtual |
◆ apply() [8/9]
virtual void FGGroundCache::WireFinder::apply |
( |
const BVHStaticBinary & | , |
|
|
const BVHStaticData & | ) |
|
inlinevirtual |
◆ apply() [9/9]
virtual void FGGroundCache::WireFinder::apply |
( |
const BVHStaticTriangle & | , |
|
|
const BVHStaticData & | ) |
|
inlinevirtual |
◆ getAngularVelocity()
const SGVec3d & FGGroundCache::WireFinder::getAngularVelocity |
( |
| ) |
const |
|
inline |
◆ getHaveLineSegment()
bool FGGroundCache::WireFinder::getHaveLineSegment |
( |
| ) |
const |
|
inline |
◆ getLinearVelocity()
const SGVec3d & FGGroundCache::WireFinder::getLinearVelocity |
( |
| ) |
const |
|
inline |
◆ getLineSegment()
const SGLineSegmentd & FGGroundCache::WireFinder::getLineSegment |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: