#include <igtlBindMessage.h>
Public Attributes | |
std::string | name |
void * | ptr |
igtlUint64 | size |
std::string | type |
A structure to manage properties of a child message, including message type, message name, size and pointer to the class instance of the child message. A ChildMessageInfo structure is allocated per child message and managed by a vector m_ChildMessages.
Definition at line 75 of file igtlBindMessage.h.
std::string igtl::BindMessageBase::ChildMessageInfo::name |
Definition at line 77 of file igtlBindMessage.h.
void* igtl::BindMessageBase::ChildMessageInfo::ptr |
Definition at line 79 of file igtlBindMessage.h.
igtlUint64 igtl::BindMessageBase::ChildMessageInfo::size |
Definition at line 78 of file igtlBindMessage.h.
std::string igtl::BindMessageBase::ChildMessageInfo::type |
Definition at line 76 of file igtlBindMessage.h.