Data Structures | Namespaces | Functions
SegPoint.hh File Reference
#include <mia/2d/vector.hh>
#include <mia/2d/defines2d.hh>
#include <mia/2d/transform.hh>

Go to the source code of this file.

Data Structures

class  CSegPoint2D
 a point in a 2D segmentation shape More...

Namespaces

namespace  xmlpp

Functions

template<typename T >
void read_attribute_from_node (const xmlpp::Element &elm, const std::string &key, T &out_value, bool required=false)
void read_attribute_from_node (const xmlpp::Element &elm, const std::string &key, bool &out_value, bool required=false)

Function Documentation

template<typename T >
void read_attribute_from_node ( const xmlpp::Element &  elm,
const std::string &  key,
T &  out_value,
bool  required = false 
)

Definition at line 86 of file SegPoint.hh.

References from_string().

void read_attribute_from_node ( const xmlpp::Element &  elm,
const std::string &  key,
bool &  out_value,
bool  required = false 
)