![]() |
Prusa Slicer 2.6.0
|
Keep conversion from VCutAOIs to Index and vice versa Model_index .. contour(or hole) poin from ExPolygons Index .. continous number. More...
Collaboration diagram for priv::ModelCut2index:Public Member Functions | |
| ModelCut2index (const VCutAOIs &cuts) | |
| uint32_t | calc_index (const ModelCutId &id) const |
| ModelCutId | calc_id (uint32_t index) const |
| uint32_t | get_count () const |
| const std::vector< uint32_t > & | get_offsets () const |
Private Attributes | |
| std::vector< uint32_t > | m_offsets |
| uint32_t | m_count |
Keep conversion from VCutAOIs to Index and vice versa Model_index .. contour(or hole) poin from ExPolygons Index .. continous number.
References m_count, m_offsets, and Slic3r::offset().
Here is the call graph for this function:| priv::ModelCutId priv::ModelCut2index::calc_id | ( | uint32_t | index | ) | const |
References priv::ModelCutId::model_index.
| uint32_t priv::ModelCut2index::calc_index | ( | const ModelCutId & | id | ) | const |
|
inline |
References m_count.
Referenced by priv::diff_models(), and priv::has_bb_intersection().
Here is the caller graph for this function:References m_offsets.
Referenced by priv::has_bb_intersection().
Here is the caller graph for this function:
|
private |
Referenced by ModelCut2index(), and get_count().
|
private |
Referenced by ModelCut2index(), and get_offsets().