17 void run_(
const MeshTopology& topology,
const VertPredicate& pred );
19 std::vector<VertId> bd_;
40 std::vector<FaceId> bd_;
#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:79
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:18
Definition MRCameraOrientationPlugin.h:8
std::function< bool(FaceId)> FacePredicate
Definition MRMesh/MRMeshFwd.h:491
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:22
a point located on some mesh's face
Definition MRMesh/MRPointOnFace.h:11