#include <curve_pl.hpp>
Definition at line 32 of file curve_pl.hpp.
typedef bounding_box<C, REF_OF(V) > BoundingBox |
Reimplemented from edge_set< C, REF_OF(V) >.
Definition at line 38 of file curve_pl.hpp.
Reimplemented from edge_set< C, REF_OF(V) >.
Definition at line 35 of file curve_pl.hpp.
Reimplemented from edge_set< C, REF_OF(V) >.
Definition at line 39 of file curve_pl.hpp.
Definition at line 36 of file curve_pl.hpp.
Reimplemented from edge_set< C, REF_OF(V) >.
Definition at line 37 of file curve_pl.hpp.
typedef Seq< Point >::const_iterator PointConstIterator [inherited] |
Definition at line 34 of file point_set.hpp.
typedef Seq< Point >::iterator PointIterator [inherited] |
Definition at line 33 of file point_set.hpp.
Definition at line 36 of file edge_set.hpp.
curve_pl | ( | void | ) | [inline] |
Definition at line 66 of file curve_pl.hpp.
curve_pl | ( | unsigned | np, | |
unsigned | ne = 0 | |||
) | [inline] |
Definition at line 67 of file curve_pl.hpp.
References Seq< C, R >::resize().
curve_pl | ( | const BoundingBox & | box | ) | [inline] |
Definition at line 71 of file curve_pl.hpp.
~curve_pl | ( | void | ) | [inline] |
Definition at line 73 of file curve_pl.hpp.
PointIterator begin | ( | ) | [inline, inherited] |
Definition at line 49 of file point_set.hpp.
PointConstIterator begin | ( | ) | const [inline, inherited] |
Definition at line 48 of file point_set.hpp.
void clear | ( | void | ) | [inline] |
Reimplemented from edge_set< C, REF_OF(V) >.
Definition at line 92 of file curve_pl.hpp.
References edge_set< C, REF_OF(V) >::clear().
00092 { 00093 this->EdgeSet::clear() ; 00094 }
bool closed | ( | void | ) | [inline] |
Reimplemented from edge_set< C, REF_OF(V) >.
Definition at line 76 of file curve_pl.hpp.
Reimplemented from edge_set< C, REF_OF(V) >.
Definition at line 64 of file edge_set.hpp.
Definition at line 60 of file edge_set.hpp.
PointIterator end | ( | ) | [inline, inherited] |
Definition at line 51 of file point_set.hpp.
PointConstIterator end | ( | ) | const [inline, inherited] |
Definition at line 50 of file point_set.hpp.
Reimplemented from edge_set< C, REF_OF(V) >.
Edge& get_edge | ( | unsigned | i | ) | [inline, inherited] |
Definition at line 69 of file edge_set.hpp.
const Edge& get_edge | ( | unsigned | i | ) | const [inline, inherited] |
Definition at line 68 of file edge_set.hpp.
void link | ( | void | ) | [inline] |
Reimplemented from edge_set< C, REF_OF(V) >.
Definition at line 86 of file curve_pl.hpp.
unsigned nbe | ( | void | ) | const [inline, inherited] |
Definition at line 73 of file edge_set.hpp.
References Seq< C, R >::size().
unsigned nbv | ( | void | ) | const [inline, inherited] |
Definition at line 61 of file point_set.hpp.
bool opened | ( | void | ) | [inline] |
Reimplemented from edge_set< C, REF_OF(V) >.
Definition at line 81 of file curve_pl.hpp.
Definition at line 64 of file point_set.hpp.
00064 { push_back(p); return *this; }
Definition at line 71 of file edge_set.hpp.
References Seq< C, R >::push_back().
void pop | ( | Edge * | edge | ) |
Reimplemented from edge_set< C, REF_OF(V) >.
void pop | ( | Point * | vertex | ) |
Reimplemented from edge_set< C, REF_OF(V) >.
Definition at line 65 of file point_set.hpp.
00065 { push_back(p); return *this; }
void push_back | ( | const Point & | p | ) | [inline, inherited] |
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().
void push_edge | ( | Edge * | e | ) | [inherited] |
typedef SHAPE_OF | ( | V | ) | [inherited] |
Reimplemented from edge_set< C, REF_OF(V) >.
unsigned size | ( | void | ) | const [inline, inherited] |
Definition at line 62 of file point_set.hpp.
void sort | ( | void | ) |
Reimplemented from edge_set< C, REF_OF(V) >.
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.