|
Blender V4.3
|
#include <BKE_shrinkwrap.hh>
Public Member Functions | |
| bool | has_boundary () const |
Public Attributes | |
| blender::BitVector | edge_is_boundary |
| blender::BitVector | tri_has_boundary |
| blender::Array< int > | vert_boundary_id |
| blender::Array< ShrinkwrapBoundaryVertData > | boundary_verts |
Definition at line 50 of file BKE_shrinkwrap.hh.
|
inline |
Definition at line 54 of file BKE_shrinkwrap.hh.
References edge_is_boundary, and blender::bits::BitVector< InlineBufferCapacity, Allocator >::is_empty().
| blender::Array<ShrinkwrapBoundaryVertData> ShrinkwrapBoundaryData::boundary_verts |
Definition at line 69 of file BKE_shrinkwrap.hh.
| blender::BitVector ShrinkwrapBoundaryData::edge_is_boundary |
Definition at line 60 of file BKE_shrinkwrap.hh.
Referenced by has_boundary().
| blender::BitVector ShrinkwrapBoundaryData::tri_has_boundary |
Definition at line 62 of file BKE_shrinkwrap.hh.
| blender::Array<int> ShrinkwrapBoundaryData::vert_boundary_id |
Definition at line 66 of file BKE_shrinkwrap.hh.