18 std::vector<VertId> bd_;
39 std::vector<FaceId> bd_;
#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:46
Definition MREnumNeighbours.h:31
MRMESH_API void run(const MeshTopology &topology, VertId start, const FacePredicate &pred)
Definition MREnumNeighbours.h:10
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:423
MRMESH_API VertBitSet findNeighborVerts(const Mesh &mesh, const PointOnFace &start, float range)
MRMESH_API VertScalars computeSpaceDistances(const Mesh &mesh, const PointOnFace &start, float range)
Definition MRMesh/MRMesh.h:23
Definition MRMesh/MRPointOnFace.h:11