#include <point_set.hpp>
Definition at line 28 of file point_set.hpp.
Reimplemented in curve_pl< C, V >, edge_set< C, V >, and edge_set< C, REF_OF(V) >.
Definition at line 32 of file point_set.hpp.
typedef Seq< Point >::const_iterator PointConstIterator |
Definition at line 34 of file point_set.hpp.
typedef Seq< Point >::iterator PointIterator |
Definition at line 33 of file point_set.hpp.
point_set | ( | void | ) | [inline] |
Definition at line 70 of file point_set.hpp.
00070 : Shape() {}
point_set | ( | unsigned | n | ) | [inline] |
Definition at line 72 of file point_set.hpp.
00072 : Shape(), m_vertices(n) {}
~point_set | ( | void | ) | [inline] |
Definition at line 74 of file point_set.hpp.
PointIterator begin | ( | ) | [inline] |
Definition at line 49 of file point_set.hpp.
PointConstIterator begin | ( | ) | const [inline] |
Definition at line 48 of file point_set.hpp.
void clear | ( | void | ) | [inline] |
Reimplemented in curve_pl< C, V >, edge_set< C, V >, and edge_set< C, REF_OF(V) >.
Definition at line 86 of file point_set.hpp.
References Seq< C, R >::resize().
PointIterator end | ( | ) | [inline] |
Definition at line 51 of file point_set.hpp.
PointConstIterator end | ( | ) | const [inline] |
Definition at line 50 of file point_set.hpp.
unsigned nbv | ( | void | ) | const [inline] |
Definition at line 61 of file point_set.hpp.
Definition at line 64 of file point_set.hpp.
00064 { push_back(p); return *this; }
void pop | ( | Point * | vertex | ) | [inline] |
Reimplemented in curve_pl< C, V >, edge_set< C, V >, and edge_set< C, REF_OF(V) >.
Definition at line 82 of file point_set.hpp.
Definition at line 65 of file point_set.hpp.
00065 { push_back(p); return *this; }
void push_back | ( | const Point & | p | ) | [inline] |
Definition at line 77 of file point_set.hpp.
References Seq< C, R >::push_back().
Referenced by point_set< C, 3, REF_OF(REF_OF(V)) >::operator<<(), and point_set< C, 3, REF_OF(REF_OF(V)) >::push().
typedef SHAPE_OF | ( | V | ) |
unsigned size | ( | void | ) | const [inline] |
Definition at line 62 of file point_set.hpp.
Definition at line 57 of file point_set.hpp.
Definition at line 53 of file point_set.hpp.
Definition at line 46 of file point_set.hpp.