VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
localizedManagedObjectList.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
13 
14 
15 class DtPhysicalWorld;
16 
17 
24 {
25 private:
31 
32 public:
35 
39  void localize(const DtExtent& extent);
40 
42 
47  size_t size() const;
49 
50 protected:
51 
54  std::set<DtSimObjectReference> myLocalizedList;
55 };
voidpf void uLong size
Definition: ioapi.h:39
Filters the contents of a DtManagedObjectList using a spatial organization to generate a list of only...
Definition: localizedManagedObjectList.h:23
The DtExtent represents an axis-aligned 3d bounding box.
Definition: extent.h:43
DtPhysicalWorld * myPhysicalWorld
Definition: localizedManagedObjectList.h:53
std::set< DtSimObjectReference >::iterator iterator
Definition: managedObjectList.h:97
The DtPhysicalWorld is the primary interface to and manager of all of the &quot;physical&quot; aspects of the s...
Definition: physicalWorld.h:102
std::set< DtSimObjectReference > myLocalizedList
Definition: localizedManagedObjectList.h:54
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
std::set< DtSimObjectReference >::const_iterator const_iterator
Definition: managedObjectList.h:98
DtManagedObjectListConstPtr mySourceList
Definition: localizedManagedObjectList.h:52
DtBoost::shared_ptr< const DtManagedObjectList > DtManagedObjectListConstPtr
Typedef for a shared pointer to a const DtOrgViewManagedObjectList. These lists are used within VR-Fo...
Definition: managedObjectList.h:35

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)