15#ifndef __igtlImageMetaMessage_h
16#define __igtlImageMetaMessage_h
49 const char*
GetName() {
return this->m_Name.c_str(); };
63 const char*
GetModality() {
return this->m_Modality.c_str(); };
88 void SetSize(igtlUint16 si, igtlUint16 sj, igtlUint16 sk);
95 void GetSize(igtlUint16& si, igtlUint16& sj, igtlUint16& sk);
128 igtlUint16 m_Size[3];
153 virtual int PackBody() { AllocatePack();
return 1; };
Base class for most igtl classes.
Implements transparent reference counting.
The "igtl" namespace contains all OpenIGTLink classes. There are several nested namespaces within the...