![]() |
Prusa Slicer 2.6.0
|
#include <src/libslic3r/libslic3r.h>
Public Types | |
| using | iterator = It |
| using | value_type = typename std::iterator_traits< It >::value_type |
Public Member Functions | |
| It | begin () const |
| It | end () const |
| Range ()=default | |
| Range (It b, It e) | |
| size_t | size () const |
| bool | empty () const |
Private Attributes | |
| It | from |
| It | to |
| using Slic3r::Range< It >::iterator = It |
| using Slic3r::Range< It >::value_type = typename std::iterator_traits<It>::value_type |
|
default |
|
inline |
|
inline |
References Slic3r::Range< It >::from.
Referenced by Slic3r::csg::check_csgmesh_booleans(), and Slic3r::csg::is_same().
Here is the caller graph for this function:
|
inline |
References Slic3r::Range< It >::from, and Slic3r::Range< It >::to.
|
inline |
References Slic3r::Range< It >::to.
Referenced by Slic3r::csg::check_csgmesh_booleans().
Here is the caller graph for this function:
|
inline |
References Slic3r::Range< It >::from, and Slic3r::Range< It >::to.
Referenced by Slic3r::csg::check_csgmesh_booleans(), Slic3r::csg::detail_cgal::get_cgalptrs(), and Slic3r::csg::is_same().
Here is the caller graph for this function:
|
private |
Referenced by Slic3r::Range< It >::begin(), Slic3r::Range< It >::empty(), and Slic3r::Range< It >::size().
|
private |
Referenced by Slic3r::Range< It >::empty(), Slic3r::Range< It >::end(), and Slic3r::Range< It >::size().