Home
last modified time | relevance | path

Searched refs:Iterator_type (Results 1 – 13 of 13) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DPeriodic_2_triangulation_iterators_2.h58 typedef typename T::Iterator_type Iterator_type; typedef
64 Iterator_type it = T::STORED)
76 Iterator_type it = T::STORED)
170 Iterator_type _it;
377 typedef typename T::Iterator_type Iterator_type; typedef
383 Iterator_type it = T::STORED)
395 Iterator_type it = T::STORED)
488 Iterator_type _it;
673 typedef typename T::Iterator_type Iterator_type; typedef
679 Iterator_type it = T::STORED)
[all …]
H A Ddraw_periodic_2_triangulation_2.h43 typedef typename P2T2::Iterator_type Iterator_type; typedef
152 Iterator_type it_type = (Iterator_type)m_display_type; in compute_elements()
H A DPeriodic_3_triangulation_3.h206 enum Iterator_type {
1527 Iterator_type it = STORED) const {
1531 Iterator_type it = STORED) const {
1536 Iterator_type it = STORED) const {
1540 Iterator_type it = STORED) const {
1545 Iterator_type it = STORED) const {
1549 Iterator_type it = STORED) const {
1554 Iterator_type it = STORED) const {
1558 Iterator_type it = STORED) const {
H A DPeriodic_2_triangulation_2.h155 enum Iterator_type enum
684 Periodic_point_iterator periodic_points_begin(Iterator_type it = STORED) const
689 Periodic_point_iterator periodic_points_end(Iterator_type it = STORED) const
695 Periodic_segment_iterator periodic_segments_begin(Iterator_type it = STORED) const
700 Periodic_segment_iterator periodic_segments_end(Iterator_type it = STORED) const
706 Periodic_triangle_iterator periodic_triangles_begin(Iterator_type it = STORED) const
711 Periodic_triangle_iterator periodic_triangles_end(Iterator_type it = STORED) const
H A Dconvex_hull_3.h1103 typedef typename InputRange::const_iterator Iterator_type;
1104 typedef typename std::iterator_traits<Iterator_type>::value_type Point_3;
H A DPeriodic_3_Delaunay_triangulation_3.h102 typedef typename Base::Iterator_type Iterator_type; typedef
/dports/math/cgal/CGAL-5.3/include/CGAL/internal/
H A DPeriodic_3_triangulation_iterators_3.h57 typedef typename T::Iterator_type Iterator_type; typedef
154 Iterator_type _it;
363 typedef typename T::Iterator_type Iterator_type; typedef
460 Iterator_type _it;
653 typedef typename T::Iterator_type Iterator_type; typedef
749 Iterator_type _it;
912 typedef typename T::Iterator_type Iterator_type; typedef
914 Periodic_3_triangulation_point_iterator_3(Iterator_type it = T::STORED)
918 Iterator_type it = T::STORED)
928 Iterator_type it = T::STORED)
[all …]
/dports/math/cgal/CGAL-5.3/examples/Periodic_2_triangulation_2/
H A Dp2t2_geometric_access.cpp15 typedef P2DT2::Iterator_type Iterator_type; typedef
/dports/math/cgal/CGAL-5.3/examples/Periodic_3_triangulation_3/
H A Dgeometric_access.cpp15 typedef P3DT3::Iterator_type Iterator_type; typedef
/dports/math/cgal/CGAL-5.3/demo/Periodic_2_triangulation_2/include/CGAL/Qt/
H A DPeriodicTriangulationGraphicsItem.h46 enum Iterator_type { enum
53 void setEmphasizedSimplices(Iterator_type type) { this->type = type; } in setEmphasizedSimplices()
54 Iterator_type getEmphasizedSimplices() { return this->type; } in getEmphasizedSimplices()
147 Iterator_type type;
203 typename T::Iterator_type itype; in drawAll()
/dports/math/cgal/CGAL-5.3/demo/Periodic_3_triangulation_3/
H A DScene_utils.h38 typedef P3DT::Iterator_type Iterator_type; typedef
H A DScene.h324 Iterator_type it_type;
/dports/java/jikes/jikes-1.22/src/
H A Dcontrol.cpp83 , Iterator_type(NULL) in Control()