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
MRMESH_API void run(const MeshTopology &topology, VertId start, const FacePredicate &pred)
Definition MREnumNeighbours.h:10
MRMESH_API void run(const MeshTopology &topology, const VertBitSet &start, const VertPredicate &pred)
MRMESH_API void run(const MeshTopology &topology, VertId start, const VertPredicate &pred)
Definition MRMesh/MRMeshTopology.h:19
Definition MRCameraOrientationPlugin.h:8
std::function< bool(FaceId)> FacePredicate
Definition MRMeshFwd.h:565
MRMESH_API VertScalars computeSpaceDistances(const Mesh &mesh, const PointOnFace &start, float range)
MRMESH_API VertBitSet findNeighborVerts(const Mesh &mesh, const PointOnFace &start, float rangeSq)
Definition MRMesh/MRMesh.h:23
a point located on some mesh's face
Definition MRPointOnFace.h:13