| 114 | } |
| 115 | |
| 116 | void |
| 117 | mitk::DICOMTag |
| 118 | ::Print(std::ostream& os) const |
| 119 | { |
| 120 | os << "(" << toHexString(m_Group) << "," << toHexString(m_Element) << ") " << this->GetName(); |
| 121 | } |
| 122 | |
| 123 | void mitk::DICOMStringToOrientationVectors( const std::string& s, |
| 124 | Vector3D& right, |