bool
|
cn.is_edge_node ()
|
returns false;
|
|
Subcurve_iterator
|
cn.level_begin ( unsigned int i)
|
| |
returns the begin iterator
to the 'th level of subcurves (for the first subcurve level ).
Precondition: i < cn.number_of_sc_levels()
|
|
Subcurve_iterator
|
cn.level_end ( unsigned int i)
|
| |
returns the
past-the-end iterator
to the 'th level of subcurves (for the first subcurve level ).
Precondition: i < cn.number_of_sc_levels()
|
|
unsigned int
|
cn.number_of_sc_levels ()
|
| |
returns the number of subcurve levels
(not including the edge level and the curve level).
|
|
Edge_iterator
|
cn.edges_begin ()
|
overrides the same function in
the Subcurve_node, to gain efficiency.
|
|
Edge_iterator
|
cn.edges_end ()
|
overrides the same function in
the Subcurve_node, to gain efficiency.
|