|
My Project
|
Go to the source code of this file.
Data Structures | |
| class | CSegPoint2D |
| a point in a 2D segmentation shape More... | |
Functions | |
| void | read_attribute_from_node (const CXMLElement &elm, const std::string &key, bool &out_value, bool required) |
| template<typename T> | |
| void | read_attribute_from_node (const CXMLElement &elm, const std::string &key, T &out_value, bool required) |
| void read_attribute_from_node | ( | const CXMLElement & | elm, |
| const std::string & | key, | ||
| bool & | out_value, | ||
| bool | required ) |
References NS_MIA_END.
| void read_attribute_from_node | ( | const CXMLElement & | elm, |
| const std::string & | key, | ||
| T & | out_value, | ||
| bool | required ) |