#include <import.hpp>
Public Types | |
typedef std::map< int, Element > | TElementMap |
typedef std::map< int, Point > | TPointMap |
Public Member Functions | |
void | add (const Element &element) |
void | add (const Point &point) |
const TElementMap & | elements () const |
const std::string & | ident () const |
unsigned int & | index () |
const unsigned int & | index () const |
Part (const unsigned int &the_index, const std::string &the_ident) | |
const TPointMap & | points () const |
Protected Attributes | |
TElementMap | m_elements |
std::string | m_ident |
unsigned int | m_index |
TPointMap | m_points |