![]() |
Prusa Slicer 2.6.0
|
#include <src/libslic3r/ClipperUtils.hpp>
Collaboration diagram for Slic3r::ClipperUtils::PathsProvider< PathType >:Classes | |
| struct | iterator |
Public Member Functions | |
| PathsProvider (const std::vector< PathType > &paths) | |
| iterator | cbegin () const |
| iterator | begin () const |
| iterator | cend () const |
| iterator | end () const |
| size_t | size () const |
Private Attributes | |
| const std::vector< PathType > & | m_paths |
|
inline |
|
inline |
References Slic3r::ClipperUtils::PathsProvider< PathType >::cbegin().
Here is the call graph for this function:
|
inline |
References Slic3r::ClipperUtils::PathsProvider< PathType >::m_paths.
Referenced by Slic3r::ClipperUtils::PathsProvider< PathType >::begin().
Here is the caller graph for this function:
|
inline |
References Slic3r::ClipperUtils::PathsProvider< PathType >::m_paths.
Referenced by Slic3r::ClipperUtils::PathsProvider< PathType >::end().
Here is the caller graph for this function:
|
inline |
References Slic3r::ClipperUtils::PathsProvider< PathType >::cend().
Here is the call graph for this function:
|
inline |
|
private |