11 #include "CDPBaseTypes.h"
virtual void notifyRigidBodyTransformationsChanged()=0
Definition: CDPChangeNotifications.cpp:67
virtual void notifyResultDeleted(cdp_int_t resultId)=0
Definition: CDPChangeNotifications.cpp:55
CDPResultType
The result types supported by this framework.
Definition: CDPDataProviderTypes.h:46
virtual CDPStateInfo * notifyStateAdded(cdp_int_t stateId, const CDPString &name, cdp_double_t referenceValue)=0
Definition: CDPChangeNotifications.cpp:92
virtual CDPResultInfo * notifyResultAdded(CDPResultType resultType, cdp_int_t resultId, const CDPString &name, CDPResultMappingType mapping)=0
Definition: CDPChangeNotifications.cpp:44
Definition: CDPChangeNotifications.h:23
virtual void notifyGeometryChanged(cdp_size_t geometryIndex)=0
Definition: CDPChangeNotifications.cpp:119
virtual void notifyStateDeleted(cdp_int_t stateId)=0
Definition: CDPChangeNotifications.cpp:103
Definition: CDPMetaData.h:57
virtual void notifyResultChanged(cdp_int_t resultId)=0
Definition: CDPChangeNotifications.cpp:32
Definition: CDPString.h:22
CDPResultMappingType
The result mapping types (result positions) supported by this framework.
Definition: CDPDataProviderTypes.h:57
Definition: CDPMetaData.h:75
virtual void notifyStateMetaDataChanged(cdp_int_t stateId, const CDPString &name, cdp_double_t referenceValue)=0
Definition: CDPChangeNotifications.cpp:81