#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.
00042 : Shape() { 00043 m_faces <<f; 00044 };
const_iterator begin | ( | ) | const [inline] |
Definition at line 47 of file region.hpp.
References Seq< C, R >::begin().
const_iterator end | ( | ) | const [inline] |
Definition at line 48 of file region.hpp.
References Seq< C, R >::end().
Definition at line 52 of file region.hpp.
Definition at line 51 of file region.hpp.
void insert | ( | Face * | f | ) | [inline] |
Definition at line 54 of file region.hpp.
Face* operator[] | ( | int | i | ) | [inline] |
Definition at line 53 of file region.hpp.
unsigned size | ( | void | ) | const [inline] |
Definition at line 50 of file region.hpp.
References Seq< C, R >::size().