Blender V4.3
ShrinkwrapBoundaryData Class Reference

#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< intvert_boundary_id
 
blender::Array< ShrinkwrapBoundaryVertDataboundary_verts
 

Detailed Description

Definition at line 50 of file BKE_shrinkwrap.hh.

Member Function Documentation

◆ has_boundary()

bool ShrinkwrapBoundaryData::has_boundary ( ) const
inline

Member Data Documentation

◆ boundary_verts

blender::Array<ShrinkwrapBoundaryVertData> ShrinkwrapBoundaryData::boundary_verts

Definition at line 69 of file BKE_shrinkwrap.hh.

◆ edge_is_boundary

blender::BitVector ShrinkwrapBoundaryData::edge_is_boundary

Definition at line 60 of file BKE_shrinkwrap.hh.

Referenced by has_boundary().

◆ tri_has_boundary

blender::BitVector ShrinkwrapBoundaryData::tri_has_boundary

Definition at line 62 of file BKE_shrinkwrap.hh.

◆ vert_boundary_id

blender::Array<int> ShrinkwrapBoundaryData::vert_boundary_id

Definition at line 66 of file BKE_shrinkwrap.hh.


The documentation for this class was generated from the following file: