17 #ifndef MITKIGTLDUMMYMESSAGE_H
18 #define MITKIGTLDUMMYMESSAGE_H
20 #include "MitkOpenIGTLinkExports.h"
22 #include "igtlObject.h"
23 #include "igtlStringMessage.h"
49 void SetDummyString(
const std::string& dummyString );
54 std::string GetDummyString();
std::string m_dummyString
itk::SmartPointer< Self > Pointer
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 the how to implement a new message type.