Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
This class is a dummy message to show how to implement a new message type. More...
#include <mitkIGTLDummyMessage.h>
Public Types | |
typedef IGTLDummyMessage | Self |
typedef StringMessage | Superclass |
typedef igtl::SmartPointer< Self > | Pointer |
typedef igtl::SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
igtlTypeMacro (mitk::IGTLDummyMessage, igtl::StringMessage) | |
igtlNewMacro (mitk::IGTLDummyMessage) | |
void | SetDummyString (const std::string &dummyString) |
std::string | GetDummyString () |
igtl::MessageBase::Pointer | Clone () override |
Protected Member Functions | |
IGTLDummyMessage () | |
~IGTLDummyMessage () override | |
Protected Attributes | |
std::string | m_dummyString |
This class is a dummy message to show how to implement a new message type.
Definition at line 29 of file mitkIGTLDummyMessage.h.
typedef igtl::SmartPointer<const Self> mitk::IGTLDummyMessage::ConstPointer |
Definition at line 35 of file mitkIGTLDummyMessage.h.
typedef igtl::SmartPointer<Self> mitk::IGTLDummyMessage::Pointer |
Definition at line 34 of file mitkIGTLDummyMessage.h.
Definition at line 32 of file mitkIGTLDummyMessage.h.
typedef StringMessage mitk::IGTLDummyMessage::Superclass |
Definition at line 33 of file mitkIGTLDummyMessage.h.
|
protected |
Definition at line 20 of file mitkIGTLDummyMessage.cpp.
|
overrideprotected |
Definition at line 24 of file mitkIGTLDummyMessage.cpp.
|
override |
Returns a clone of itself
Definition at line 39 of file mitkIGTLDummyMessage.cpp.
References clone(), and GetDummyString().
Referenced by mitk::DummyMsgCloneHandler::Clone().
std::string mitk::IGTLDummyMessage::GetDummyString | ( | ) |
Get dummy string
Definition at line 34 of file mitkIGTLDummyMessage.cpp.
References m_dummyString.
Referenced by Clone().
mitk::IGTLDummyMessage::igtlNewMacro | ( | mitk::IGTLDummyMessage | ) |
mitk::IGTLDummyMessage::igtlTypeMacro | ( | mitk::IGTLDummyMessage | , |
igtl::StringMessage | |||
) |
void mitk::IGTLDummyMessage::SetDummyString | ( | const std::string & | dummyString | ) |
|
protected |
Definition at line 60 of file mitkIGTLDummyMessage.h.
Referenced by GetDummyString(), and SetDummyString().