9class EnumNeihbourVertices
14 MRMESH_API void run(
const MeshTopology & topology, VertId start,
const VertPredicate & pred );
15 MRMESH_API void run(
const MeshTopology& topology,
const VertBitSet& start,
const VertPredicate& pred );
17 void run_(
const MeshTopology& topology,
const VertPredicate& pred );
19 std::vector<VertId> bd_;
40 std::vector<FaceId> bd_;
#define MRMESH_API
Definition MRMeshFwd.h:80
Definition MREnumNeighbours.h:32
unsafe void run(MR.Const_MeshTopology topology, MR.VertId start, MR.Std.Const_Function_BoolFuncFromMRFaceId pred)
unsafe void run(MR.Const_MeshTopology topology, MR.VertId start, MR.Std.Const_Function_BoolFuncFromMRVertId pred)
Definition MRMesh/MRMeshTopology.h:19
Definition MRMesh/MRMesh.h:23
Definition MRPointOnFace.h:13
Definition MRCameraOrientationPlugin.h:8
MRMESH_API VertScalars computeSpaceDistances(const Mesh &mesh, const PointOnFace &start, float range)
MRMESH_API VertBitSet findNeighborVerts(const Mesh &mesh, const PointOnFace &start, float rangeSq)