Go to the documentation of this file.
21 #ifndef mia_3d_landmarklist_hh
22 #define mia_3d_landmarklist_hh
38 typedef std::map<std::string, P3DLandmark> CMap;
54 static const char *data_descr;
60 typedef std::shared_ptr<C3DLandmarklist>
Pointer;
96 void set_path(
const std::string& path);
102 void set_name(
const std::string &name);
110 const std::string &get_name()
const;
#define NS_MIA_BEGIN
conveniance define to start the mia namespace
CMap::iterator iterator
read-write iterator
std::shared_ptr< C3DLandmarklist > Pointer
C3DLandmark::Pointer P3DLandmark
#define NS_MIA_END
conveniance define to end the mia namespace
CMap::value_type value_type
Type of the map values (needed for lambda arguments)
CMap::const_iterator const_iterator
read only iterator
A list of named landmarks.
helper class to derive from for data that can be loaded and stored to a disk.
C3DLandmarklist::Pointer P3DLandmarklist
Pointer type for land mark list.