![]() |
VR-Forces Developer's Guide
|
Overridden, units are not in spatial organization. Just return the items on the source list.

Public Member Functions | |
| DtBypassingLocalizedManagedObjectList (DtManagedObjectListConstPtr objectList, DtPhysicalWorld *physicalWorld) | |
| virtual | ~DtBypassingLocalizedManagedObjectList () |
| void | localize (const DtExtent &extent) |
Public Member Functions inherited from DtLocalizedManagedObjectList | |
| DtLocalizedManagedObjectList (DtManagedObjectListConstPtr objectList, DtPhysicalWorld *physicalWorld) | |
| DtManagedObjectList::iterator | begin () |
| DtManagedObjectList::const_iterator | begin () const |
| DtManagedObjectList::iterator | end () |
| DtManagedObjectList::const_iterator | end () const |
| size_t | size () const |
Private Member Functions | |
| DtBypassingLocalizedManagedObjectList () | |
| DtBypassingLocalizedManagedObjectList & | operator= (DtBypassingLocalizedManagedObjectList &orig) |
Additional Inherited Members | |
Protected Attributes inherited from DtLocalizedManagedObjectList | |
| DtManagedObjectListConstPtr | mySourceList |
| DtPhysicalWorld * | myPhysicalWorld |
| std::set< DtSimObjectReference > | myLocalizedList |
|
private |
Not implemented.
| DtBypassingLocalizedManagedObjectList::DtBypassingLocalizedManagedObjectList | ( | DtManagedObjectListConstPtr | objectList, |
| DtPhysicalWorld * | physicalWorld | ||
| ) |
Pass source object list and the DtPhysicalWorld instance to create a list.
|
virtual |
|
private |
Not implemented.
|
virtual |
Call with the extent of interest to populate this list with the subset of DtManagedObjectList that is within the extent. The extent should be set in world local coordinates.
Reimplemented from DtLocalizedManagedObjectList.