13 #ifndef DtReportObjectsReflectedInteraction_H_
14 #define DtReportObjectsReflectedInteraction_H_
19 #include <vlutil/vlList.h>
21 class DtMomInterCbMgr;
22 class DtReportObjectsReflectedInteraction;
23 typedef void (*DtReportObjectsReflectedInteractionCb)
24 (
const DtReportObjectsReflectedInteraction& inter,
void* usr);
26 class DT_DLL_LRC DtReportObjectsReflectedInteraction :
27 public DtReportInteraction
32 DtReportObjectsReflectedInteraction();
35 virtual ~DtReportObjectsReflectedInteraction();
38 DtReportObjectsReflectedInteraction(
39 const DtReportObjectsReflectedInteraction& orig);
42 DtReportObjectsReflectedInteraction& operator=(
43 const DtReportObjectsReflectedInteraction& orig);
47 virtual const DtPhvps& phvps();
51 virtual bool setFromPhvps(
const DtPhvps& phvps);
54 virtual DtMomTallyList
const& objectCounts()
const;
55 virtual DtMomTallyList & objectCounts();
60 static DtReportInteraction* create();
63 static void addCallback(DtMomInterCbMgr* callBackManager,
64 DtReportObjectsReflectedInteractionCb cb,
void* usr);
65 static void removeCallback(DtMomInterCbMgr* callBackManager,
66 DtReportObjectsReflectedInteractionCb cb,
void* usr);
73 virtual void encodeObjectCounts(
74 const DtMomInteraction& data,
79 virtual void decodeObjectCounts(
80 DtMomInteraction* data,
81 const DtPhvps& parameters,
85 static const char* theInteractionName;
89 DtMomTallyList myObjectCounts;
91 const char *OBJECT_COUNTS_PARAMETER_NAME;
#define DT_DLL_LRC
Definition: rtiMsConfig.h:126
The declaration of internal types.
DtHandle DtParameterHandle
Definition: internalTypes.h:38