Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
This class is a dummy message to show the 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 () |
Protected Member Functions | |
IGTLDummyMessage () | |
~IGTLDummyMessage () | |
Protected Attributes | |
std::string | m_dummyString |
This class is a dummy message to show the how to implement a new message type.
Documentation
Definition at line 34 of file mitkIGTLDummyMessage.h.
typedef igtl::SmartPointer<const Self> mitk::IGTLDummyMessage::ConstPointer |
Definition at line 40 of file mitkIGTLDummyMessage.h.
typedef igtl::SmartPointer<Self> mitk::IGTLDummyMessage::Pointer |
Definition at line 39 of file mitkIGTLDummyMessage.h.
Definition at line 37 of file mitkIGTLDummyMessage.h.
typedef StringMessage mitk::IGTLDummyMessage::Superclass |
Definition at line 38 of file mitkIGTLDummyMessage.h.
|
protected |
Definition at line 24 of file mitkIGTLDummyMessage.cpp.
|
protected |
Definition at line 29 of file mitkIGTLDummyMessage.cpp.
igtl::MessageBase::Pointer mitk::IGTLDummyMessage::Clone | ( | ) |
Returns a clone of itself
Definition at line 44 of file mitkIGTLDummyMessage.cpp.
References clone(), and mitk::New().
Referenced by mitk::DummyMsgCloneHandler::Clone().
std::string mitk::IGTLDummyMessage::GetDummyString | ( | ) |
Get dummy string
Definition at line 39 of file mitkIGTLDummyMessage.cpp.
mitk::IGTLDummyMessage::igtlNewMacro | ( | mitk::IGTLDummyMessage | ) |
mitk::IGTLDummyMessage::igtlTypeMacro | ( | mitk::IGTLDummyMessage | , |
igtl::StringMessage | |||
) |
void mitk::IGTLDummyMessage::SetDummyString | ( | const std::string & | dummyString | ) |
Set dummy string
Definition at line 33 of file mitkIGTLDummyMessage.cpp.
|
protected |
Definition at line 65 of file mitkIGTLDummyMessage.h.