14 #include <boost/shared_ptr.hpp>
15 #include <tbb/spin_mutex.h>
33 const DtObjectType& filter = DtObjectType::anyType(),
34 bool invertFilter =
false);
37 const DtObjectType& filter = DtObjectType::anyType(),
38 bool invertFilter =
false);
40 virtual void invokeCallbacks(
const DtLocalObject* vrfObject)
const;
42 virtual void removeAll();
46 return myCallbackList.size();
int count() const
Definition: simObjectListActivityCallbackList.h:44
DtCallbackListType myCallbackList
Definition: simObjectListActivityCallbackList.h:54
Callback list for DtLocalObjectManager object list activity, such as adding and removing objects...
Definition: simObjectListActivityCallbackList.h:25
void(* DtVrfObjectListActivityCallbackFcn)(const DtLocalObject *vrfObject, void *usr)
Callback function definition (for callbacks registered on DtLocalObject* additions to and removals fr...
Definition: simObjectListActivityCallbackList.h:19
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
tbb::spin_mutex myMutex
Definition: simObjectListActivityCallbackList.h:52
std::set< DtSimObjectListActivityCallbackInfo > DtCallbackListType
Definition: simObjectListActivityCallbackList.h:50
A locally simulated VRF object. Holds all internal and external data for the object, and provides access to both the current frame and next frame state data for the object. All current frame data is read-only, and next-frame data can be written to. No thread safety guarantees are made on this object during the simulation frame and it should only be accessed by the thread that is simulating the object.
Definition: localObject.h:86