INET Framework for OMNeT++/OMNEST
|
This interface provides abstractions for efficient physical object cache data structures. More...
#include <IObjectCache.h>
Public Member Functions | |
virtual void | visitObjects (const IVisitor *visitor, const LineSegment &lineSegment) const =0 |
Calls the visitor with at least all physical objects that intersect with the provided line segment. More... | |
This interface provides abstractions for efficient physical object cache data structures.
|
pure virtual |
Calls the visitor with at least all physical objects that intersect with the provided line segment.
Implemented in inet::physicalenvironment::BVHObjectCache, and inet::physicalenvironment::GridObjectCache.
Referenced by inet::physicalenvironment::PhysicalEnvironment::visitObjects().