Blender V4.3
mesh_selection.cc File Reference
#include "BLI_index_mask.hh"
#include "BKE_mesh.hh"
#include "GEO_mesh_selection.hh"

Go to the source code of this file.

Namespaces

namespace  blender
 
namespace  blender::geometry
 

Functions

IndexMask blender::geometry::vert_selection_from_edge (Span< int2 > edges, const IndexMask &edge_mask, int verts_num, IndexMaskMemory &memory)
 
static IndexMask blender::geometry::mapped_corner_selection_from_face (const OffsetIndices< int > faces, const IndexMask &face_mask, const Span< int > corner_verts_or_edges, const int verts_or_edges_num, IndexMaskMemory &memory)
 
IndexMask blender::geometry::vert_selection_from_face (OffsetIndices< int > faces, const IndexMask &face_mask, Span< int > corner_verts, int verts_num, IndexMaskMemory &memory)
 
IndexMask blender::geometry::edge_selection_from_face (OffsetIndices< int > faces, const IndexMask &face_mask, Span< int > corner_edges, int edges_num, IndexMaskMemory &memory)
 
IndexMask blender::geometry::edge_selection_from_vert (Span< int2 > edges, Span< bool > vert_selection, IndexMaskMemory &memory)
 
static IndexMask blender::geometry::face_selection_from_mapped_corner (const OffsetIndices< int > faces, const Span< int > corner_verts_or_edges, const Span< bool > vert_or_edge_selection, IndexMaskMemory &memory)
 
IndexMask blender::geometry::face_selection_from_vert (OffsetIndices< int > faces, Span< int > corner_verts, Span< bool > vert_selection, IndexMaskMemory &memory)
 
IndexMask blender::geometry::face_selection_from_edge (OffsetIndices< int > faces, Span< int > corner_edges, Span< bool > edge_mask, IndexMaskMemory &memory)