17 MRMESH_API
void run(
const MeshTopology & topology, VertId start,
const VertPredicate & pred );
18 MRMESH_API
void run(
const MeshTopology& topology,
const VertBitSet& start,
const VertPredicate& pred );
20 void run_(
const MeshTopology& topology,
const VertPredicate& pred );
22 std::vector<VertId> bd_;
39 MRMESH_API
void run(
const MeshTopology & topology, VertId start,
const FacePredicate & pred );
43 std::vector<FaceId> bd_;
Definition MREnumNeighbours.h:35
Definition MREnumNeighbours.h:13
Definition MRMeshTopology.h:22
MRMESH_API void run(const MeshTopology &topology, const VertBitSet &start, const VertPredicate &pred)
MRMESH_API void run(const MeshTopology &topology, VertId start, const FacePredicate &pred)
MRMESH_API VertScalars computeSpaceDistances(const Mesh &mesh, const PointOnFace &start, float range)
MRMESH_API void run(const MeshTopology &topology, VertId start, const VertPredicate &pred)
MRMESH_API 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