15 #ifndef __igtlImageMetaMessage_h 16 #define __igtlImageMetaMessage_h 46 int SetName(
const char* name);
49 const char*
GetName() {
return this->m_Name.c_str(); };
53 int SetDeviceName(
const char* devname);
60 int SetModality(
const char* modality);
63 const char*
GetModality() {
return this->m_Modality.c_str(); };
66 int SetPatientName(
const char* patname);
72 int SetPatientID(
const char* patid);
75 const char*
GetPatientID() {
return this->m_PatientID.c_str(); }an>
c72">0; 75 const 61 public: