20 #include "igtl_header.h"
21 #include "igtl_util.h"
26 this->m_DefaultBodyType =
"DUMMY";
35 this->m_dummyString = dummyString;
36 this->m_String =
"This is a dummy string";
41 return this->m_dummyString;
50 clone->SetString(this->GetString());
51 clone->SetDummyString(this->GetDummyString());
65 return original->
Clone();
itk::SmartPointer< Self > Pointer
void SetDummyString(const std::string &dummyString)
igtl::SmartPointer< Self > Pointer
igtl::MessageBase::Pointer Clone()
std::string GetDummyString()
static void clone(T *&dst, S *src, int n)
This class is a dummy message to show the how to implement a new message type.
static itkEventMacro(BoundingShapeInteractionEvent, itk::AnyEvent) class MITKBOUNDINGSHAPE_EXPORT BoundingShapeInteractor Pointer New()
Basic interaction methods for mitk::GeometryData.