INET Framework for OMNeT++/OMNEST
|
This is the complete list of members for inet::BVHTree, including all inherited members.
axisOrder | inet::BVHTree | protected |
boundingMax | inet::BVHTree | protected |
boundingMin | inet::BVHTree | protected |
buildHierarchy(std::vector< const IPhysicalObject * > &objects, unsigned int start, unsigned int end, Axis axis) | inet::BVHTree | protected |
BVHTree(const Coord &boundingMin, const Coord &boundingMax, std::vector< const IPhysicalObject * > &objects, unsigned int start, unsigned int end, Axis axis, unsigned int leafCapacity) | inet::BVHTree | |
center | inet::BVHTree | protected |
computeBoundingBox(Coord &boundingMin, Coord &boundingMax, std::vector< const IPhysicalObject * > &objects, unsigned int start, unsigned int end) const | inet::BVHTree | protected |
intersectWithLineSegment(const LineSegment &lineSegment) const | inet::BVHTree | protected |
isLeaf() const | inet::BVHTree | protected |
leafCapacity | inet::BVHTree | protected |
left | inet::BVHTree | protected |
lineSegmentQuery(const LineSegment &lineSegment, const IVisitor *visitor) const | inet::BVHTree | |
objects | inet::BVHTree | protected |
right | inet::BVHTree | protected |
~BVHTree() | inet::BVHTree | virtual |