![]() |
Prusa Slicer 2.6.0
|
Inheritance diagram for igl::geodesic::SortedSources:
Collaboration diagram for igl::geodesic::SortedSources:Public Types | |
| typedef sorted_vector_type::iterator | sorted_iterator |
| typedef std::pair< sorted_iterator, sorted_iterator > | sorted_iterator_pair |
Public Member Functions | |
| sorted_iterator_pair | sources (base_pointer mesh_element) |
| void | initialize (std::vector< SurfacePoint > &sources) |
| SurfacePointWithIndex & | operator[] (unsigned i) |
Public Attributes | |
| T | elements |
| STL member. | |
Private Types | |
| typedef std::vector< SurfacePointWithIndex * > | sorted_vector_type |
Private Attributes | |
| sorted_vector_type | m_sorted |
| SurfacePointWithIndex | m_search_dummy |
| SurfacePointWithIndex | m_compare_less |
| typedef sorted_vector_type::iterator igl::geodesic::SortedSources::sorted_iterator |
| typedef std::pair<sorted_iterator, sorted_iterator> igl::geodesic::SortedSources::sorted_iterator_pair |
|
private |
|
inline |
References igl::geodesic::SurfacePointWithIndex::initialize(), m_compare_less, m_sorted, and sources().
Referenced by igl::geodesic::GeodesicAlgorithmExact::set_sources().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
|
inline |
References igl::geodesic::SurfacePoint::base_element(), m_compare_less, m_search_dummy, and m_sorted.
Referenced by igl::geodesic::GeodesicAlgorithmExact::best_first_interval(), and initialize().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inherited |
STL member.
|
private |
Referenced by initialize(), and sources().
|
private |
Referenced by sources().
|
private |
Referenced by initialize(), and sources().