22 void run_(
const MeshTopology& topology,
const VertPredicate& pred );
24 std::vector<VertId> bd_;
45 std::vector<FaceId> bd_;
#define MRMESH_API
Definition MRMeshFwd.h:80
Definition MREnumNeighbours.h:37
Definition MREnumNeighbours.h:13
Definition MRMeshTopology.h:23
void run(const MeshTopology &topology, VertId start, const VertPredicate &pred)
std::function< bool(FaceId)> FacePredicate
Definition MRMeshFwd.h:569
void run(const MeshTopology &topology, VertId start, const FacePredicate &pred)
void run(const MeshTopology &topology, const std::vector< MeshTriPoint > &start, const VertPredicate &pred)
VertScalars computeSpaceDistances(const Mesh &mesh, const PointOnFace &start, float range)
void run(const MeshTopology &topology, const VertBitSet &start, const VertPredicate &pred)
VertBitSet findNeighborVerts(const Mesh &mesh, const PointOnFace &start, float rangeSq)
only for bindings generation
Definition MRCameraOrientationPlugin.h:8
a point located on some mesh's face
Definition MRPointOnFace.h:16