21 #ifndef mia_3d_landmarklist_hh
22 #define mia_3d_landmarklist_hh
25 #include <boost/filesystem.hpp>
40 typedef std::map<std::string, P3DLandmark> CMap;
56 static const char *data_descr;
62 typedef std::shared_ptr<C3DLandmarklist>
Pointer;
98 void set_path(
const boost::filesystem::path& path);
104 void set_name(
const std::string &name);
112 const std::string &get_name()
const;
116 boost::filesystem::path m_path;
C3DLandmarklist::Pointer P3DLandmarklist
Pointer type for land mark list.
CMap::const_iterator const_iterator
read only iterator
#define NS_MIA_BEGIN
conveniance define to start the mia namespace
std::shared_ptr< C3DLandmarklist > Pointer
helper class to derive from for data that can be loaded and stored to a disk.
CMap::value_type value_type
Type of the map values (needed for lambda arguments)
C3DLandmark::Pointer P3DLandmark
A list of named landmarks.
CMap::iterator iterator
read-write iterator
#define NS_MIA_END
conveniance define to end the mia namespace