#include <src/libslic3r/MutablePolygon.hpp>
◆ const_iterator()
IndexType m_idx
Definition MutablePolygon.hpp:38
const MutablePolygon * m_data
Definition MutablePolygon.hpp:37
◆ next()
◆ operator!=()
22{ return ! (*this == rhs); }
◆ operator*()
| const PointType & Slic3r::MutablePolygon::const_iterator::operator* |
( |
| ) |
const |
|
inline |
◆ operator++() [1/2]
| const_iterator & Slic3r::MutablePolygon::const_iterator::operator++ |
( |
| ) |
|
|
inline |
◆ operator++() [2/2]
| const_iterator Slic3r::MutablePolygon::const_iterator::operator++ |
( |
int |
| ) |
|
|
inline |
const_iterator(const MutablePolygon *data, IndexType idx)
Definition MutablePolygon.hpp:35
◆ operator--() [1/2]
| const_iterator & Slic3r::MutablePolygon::const_iterator::operator-- |
( |
| ) |
|
|
inline |
◆ operator--() [2/2]
| const_iterator Slic3r::MutablePolygon::const_iterator::operator-- |
( |
int |
| ) |
|
|
inline |
◆ operator->()
| const PointType * Slic3r::MutablePolygon::const_iterator::operator-> |
( |
| ) |
const |
|
inline |
◆ operator==()
std::vector< LinkedPoint > m_data
Definition MutablePolygon.hpp:196
References m_data, m_idx, and valid().
◆ polygon()
◆ prev()
◆ size()
| IndexType Slic3r::MutablePolygon::const_iterator::size |
( |
| ) |
const |
|
inline |
◆ valid()
| bool Slic3r::MutablePolygon::const_iterator::valid |
( |
| ) |
const |
|
inline |
◆ MutablePolygon
◆ m_data
◆ m_idx
| IndexType Slic3r::MutablePolygon::const_iterator::m_idx |
|
private |
The documentation for this class was generated from the following file: