Medical Imaging Interaction Toolkit
2022.04.99-01b95b17
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 |
|
overrideprotected |
|
override |
Returns a clone of itself
std::string mitk::IGTLDummyMessage::GetDummyString | ( | ) |
Get dummy string
mitk::IGTLDummyMessage::igtlNewMacro | ( | mitk::IGTLDummyMessage | ) |
mitk::IGTLDummyMessage::igtlTypeMacro | ( | mitk::IGTLDummyMessage | , |
igtl::StringMessage | |||
) |
void mitk::IGTLDummyMessage::SetDummyString | ( | const std::string & | dummyString | ) |
Set dummy string
|
protected |
Definition at line 60 of file mitkIGTLDummyMessage.h.