shape_doc 0.1
|
#include <region.hpp>
Definition at line 33 of file region.hpp.
typedef Seq<Face*>::const_iterator const_iterator |
Definition at line 39 of file region.hpp.
typedef region_def<K>::Face Face |
Definition at line 37 of file region.hpp.
typedef region_def<K>::Shape Shape |
Definition at line 36 of file region.hpp.
region | ( | void | ) | [inline] |
Definition at line 41 of file region.hpp.
{};
Definition at line 42 of file region.hpp.
: Shape() { m_faces <<f; };
const_iterator begin | ( | ) | const [inline] |
Definition at line 47 of file region.hpp.
{return m_faces.begin();}
const_iterator end | ( | ) | const [inline] |
Definition at line 48 of file region.hpp.
{return m_faces.end();}
Definition at line 52 of file region.hpp.
{return m_faces[i];}
Seq<Face*>& faces | ( | ) | [inline] |
Definition at line 51 of file region.hpp.
{return m_faces;}
void insert | ( | Face * | f | ) | [inline] |
Definition at line 54 of file region.hpp.
{ m_faces<<f; } ;
Face* operator[] | ( | int | i | ) | [inline] |
Definition at line 53 of file region.hpp.
{return m_faces[i];}
unsigned size | ( | void | ) | const [inline] |
Definition at line 50 of file region.hpp.
{return m_faces.size();}