13 #ifndef MITKIGTLDUMMYMESSAGE_H 14 #define MITKIGTLDUMMYMESSAGE_H 16 #include "MitkOpenIGTLinkExports.h" 18 #include "igtlObject.h" 19 #include "igtlStringMessage.h" 44 void SetDummyString(
const std::string& dummyString );
49 std::string GetDummyString();
54 igtl::MessageBase::Pointer
Clone()
override ;
std::string m_dummyString
igtl::SmartPointer< Self > Pointer
DataCollection - Class to facilitate loading/accessing structured data.
#define mitkIGTMessageCloneClassMacro(messagetype, classname)
igtl::SmartPointer< const Self > ConstPointer
This class is a dummy message to show how to implement a new message type.