|
Blender V5.0
|
Public Member Functions | |
| IndexMapping (const int64_t domain_size) | |
| void | recalculate_inverse_maps () |
Public Attributes | |
| Array< int > | from_sorted1 |
| Array< int > | from_sorted2 |
| Array< int > | to_sorted1 |
| Array< int > | to_sorted2 |
| Array< int > | set_ids |
| Array< int > | set_sizes |
Definition at line 85 of file geometry_compare.cc.
|
inline |
Definition at line 102 of file geometry_compare.cc.
References from_sorted1, from_sorted2, set_ids, set_sizes, to_sorted1, and to_sorted2.
|
inline |
Update the "to_sorted" maps by inverting the "from_sorted" maps.
Definition at line 121 of file geometry_compare.cc.
References from_sorted1, from_sorted2, to_sorted1, and to_sorted2.
Referenced by blender::bke::compare_geometry::compare_meshes().
| Array<int> blender::bke::compare_geometry::IndexMapping::from_sorted1 |
Definition at line 95 of file geometry_compare.cc.
Referenced by blender::bke::compare_geometry::compare_curves(), IndexMapping(), recalculate_inverse_maps(), blender::bke::compare_geometry::sort_domain_using_attributes(), and blender::bke::compare_geometry::sort_edges().
| Array<int> blender::bke::compare_geometry::IndexMapping::from_sorted2 |
Definition at line 96 of file geometry_compare.cc.
Referenced by blender::bke::compare_geometry::compare_curves(), IndexMapping(), recalculate_inverse_maps(), blender::bke::compare_geometry::sort_domain_using_attributes(), and blender::bke::compare_geometry::sort_edges().
| Array<int> blender::bke::compare_geometry::IndexMapping::set_ids |
Definition at line 99 of file geometry_compare.cc.
Referenced by blender::bke::compare_geometry::construct_vert_mapping(), IndexMapping(), blender::bke::compare_geometry::sort_corners_based_on_domain(), blender::bke::compare_geometry::sort_domain_using_attributes(), and blender::bke::compare_geometry::sort_edges().
| Array<int> blender::bke::compare_geometry::IndexMapping::set_sizes |
Definition at line 100 of file geometry_compare.cc.
Referenced by IndexMapping(), blender::bke::compare_geometry::sort_domain_using_attributes(), and blender::bke::compare_geometry::sort_edges().
| Array<int> blender::bke::compare_geometry::IndexMapping::to_sorted1 |
Definition at line 97 of file geometry_compare.cc.
Referenced by blender::bke::compare_geometry::construct_vert_mapping(), IndexMapping(), recalculate_inverse_maps(), and blender::bke::compare_geometry::sort_corners_based_on_domain().
| Array<int> blender::bke::compare_geometry::IndexMapping::to_sorted2 |
Definition at line 98 of file geometry_compare.cc.
Referenced by blender::bke::compare_geometry::construct_vert_mapping(), IndexMapping(), recalculate_inverse_maps(), and blender::bke::compare_geometry::sort_corners_based_on_domain().