![]() |
Prusa Slicer 2.6.0
|
#include <src/libslic3r/MeshSplitImpl.hpp>
Collaboration diagram for Slic3r::ItsNeighborsWrapper< IndexT >:Public Types | |
| using | Index = IndexT |
Public Member Functions | |
| ItsNeighborsWrapper (const indexed_triangle_set &its, const IndexT &index) | |
| ItsNeighborsWrapper (const indexed_triangle_set &its, IndexT &&aindex) | |
| const auto & | get_its () const noexcept |
| const auto & | get_index () const noexcept |
Public Attributes | |
| const indexed_triangle_set & | its |
| const IndexT & | index_ref |
| const IndexT | index |
| using Slic3r::ItsNeighborsWrapper< IndexT >::Index = IndexT |
|
inline |
|
inline |
|
inlinenoexcept |
References Slic3r::ItsNeighborsWrapper< IndexT >::index_ref.
|
inlinenoexcept |
References Slic3r::ItsNeighborsWrapper< IndexT >::its.
| const IndexT Slic3r::ItsNeighborsWrapper< IndexT >::index |
| const IndexT& Slic3r::ItsNeighborsWrapper< IndexT >::index_ref |
Referenced by Slic3r::ItsNeighborsWrapper< IndexT >::get_index().
| const indexed_triangle_set& Slic3r::ItsNeighborsWrapper< IndexT >::its |
Referenced by Slic3r::ItsNeighborsWrapper< IndexT >::get_its().