|
Blender V4.3
|
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 69 of file mesh_compare.cc.
|
inline |
Definition at line 86 of file mesh_compare.cc.
References blender::Array< T, InlineBufferCapacity, Allocator >::begin(), blender::Array< T, InlineBufferCapacity, Allocator >::end(), blender::Array< T, InlineBufferCapacity, Allocator >::fill(), from_sorted1, from_sorted2, set_ids, set_sizes, blender::Array< T, InlineBufferCapacity, Allocator >::size(), to_sorted1, and to_sorted2.
|
inline |
Update the "to_sorted" maps by inverting the "from_sorted" maps.
Definition at line 105 of file mesh_compare.cc.
References from_sorted1, from_sorted2, to_sorted1, and to_sorted2.
Definition at line 79 of file mesh_compare.cc.
Referenced by IndexMapping(), and recalculate_inverse_maps().
Definition at line 80 of file mesh_compare.cc.
Referenced by IndexMapping(), and recalculate_inverse_maps().
Definition at line 83 of file mesh_compare.cc.
Referenced by IndexMapping().
Definition at line 84 of file mesh_compare.cc.
Referenced by IndexMapping().
Definition at line 81 of file mesh_compare.cc.
Referenced by IndexMapping(), and recalculate_inverse_maps().
Definition at line 82 of file mesh_compare.cc.
Referenced by IndexMapping(), and recalculate_inverse_maps().