#include <MRCMesh/MRId.h>
#include <MRCMisc/common.h>
#include <MRCMisc/exports.h>
#include <stddef.h>
Go to the source code of this file.
|
| MRC_API MR_EnumNeihbourVertices * | MR_EnumNeihbourVertices_DefaultConstruct (void) |
| MRC_API MR_EnumNeihbourVertices * | MR_EnumNeihbourVertices_DefaultConstructArray (size_t num_elems) |
| MRC_API const MR_EnumNeihbourVertices * | MR_EnumNeihbourVertices_OffsetPtr (const MR_EnumNeihbourVertices *ptr, ptrdiff_t i) |
| MRC_API MR_EnumNeihbourVertices * | MR_EnumNeihbourVertices_OffsetMutablePtr (MR_EnumNeihbourVertices *ptr, ptrdiff_t i) |
| MRC_API MR_EnumNeihbourVertices * | MR_EnumNeihbourVertices_ConstructFromAnother (MR_PassBy _other_pass_by, MR_EnumNeihbourVertices *_other) |
| MRC_API void | MR_EnumNeihbourVertices_Destroy (const MR_EnumNeihbourVertices *_this) |
| | Destroys a heap-allocated instance of MR_EnumNeihbourVertices. Does nothing if the pointer is null.
|
| MRC_API void | MR_EnumNeihbourVertices_DestroyArray (const MR_EnumNeihbourVertices *_this) |
| | Destroys a heap-allocated array of MR_EnumNeihbourVertices. Does nothing if the pointer is null.
|
| MRC_API MR_EnumNeihbourVertices * | MR_EnumNeihbourVertices_AssignFromAnother (MR_EnumNeihbourVertices *_this, MR_PassBy _other_pass_by, MR_EnumNeihbourVertices *_other) |
| MRC_API void | MR_EnumNeihbourVertices_run_MR_VertId (MR_EnumNeihbourVertices *_this, const MR_MeshTopology *topology, MR_VertId start, const MR_std_function_bool_from_MR_VertId *pred) |
| MRC_API void | MR_EnumNeihbourVertices_run_MR_VertBitSet (MR_EnumNeihbourVertices *_this, const MR_MeshTopology *topology, const MR_VertBitSet *start, const MR_std_function_bool_from_MR_VertId *pred) |
| MRC_API void | MR_EnumNeihbourVertices_run_std_vector_MR_MeshTriPoint (MR_EnumNeihbourVertices *_this, const MR_MeshTopology *topology, const MR_std_vector_MR_MeshTriPoint *start, const MR_std_function_bool_from_MR_VertId *pred) |
| MRC_API MR_VertScalars * | MR_computeSpaceDistances (const MR_Mesh *mesh, const MR_PointOnFace *start, float range) |
| MRC_API MR_VertBitSet * | MR_findNeighborVerts (const MR_Mesh *mesh, const MR_PointOnFace *start, float rangeSq) |
| MRC_API MR_EnumNeihbourFaces * | MR_EnumNeihbourFaces_DefaultConstruct (void) |
| MRC_API MR_EnumNeihbourFaces * | MR_EnumNeihbourFaces_DefaultConstructArray (size_t num_elems) |
| MRC_API const MR_EnumNeihbourFaces * | MR_EnumNeihbourFaces_OffsetPtr (const MR_EnumNeihbourFaces *ptr, ptrdiff_t i) |
| MRC_API MR_EnumNeihbourFaces * | MR_EnumNeihbourFaces_OffsetMutablePtr (MR_EnumNeihbourFaces *ptr, ptrdiff_t i) |
| MRC_API MR_EnumNeihbourFaces * | MR_EnumNeihbourFaces_ConstructFromAnother (MR_PassBy _other_pass_by, MR_EnumNeihbourFaces *_other) |
| MRC_API void | MR_EnumNeihbourFaces_Destroy (const MR_EnumNeihbourFaces *_this) |
| | Destroys a heap-allocated instance of MR_EnumNeihbourFaces. Does nothing if the pointer is null.
|
| MRC_API void | MR_EnumNeihbourFaces_DestroyArray (const MR_EnumNeihbourFaces *_this) |
| | Destroys a heap-allocated array of MR_EnumNeihbourFaces. Does nothing if the pointer is null.
|
| MRC_API MR_EnumNeihbourFaces * | MR_EnumNeihbourFaces_AssignFromAnother (MR_EnumNeihbourFaces *_this, MR_PassBy _other_pass_by, MR_EnumNeihbourFaces *_other) |
| MRC_API void | MR_EnumNeihbourFaces_run (MR_EnumNeihbourFaces *_this, const MR_MeshTopology *topology, MR_VertId start, const MR_std_function_bool_from_MR_FaceId *pred) |
◆ MR_EnumNeihbourFaces
Generated from class MR::EnumNeihbourFaces. Supported MR_PassBy modes: MR_PassBy_DefaultConstruct, MR_PassBy_Copy, MR_PassBy_Move (and MR_PassBy_DefaultArgument and MR_PassBy_NoObject if supported by the callee).
◆ MR_EnumNeihbourVertices
Generated from class MR::EnumNeihbourVertices. Supported MR_PassBy modes: MR_PassBy_DefaultConstruct, MR_PassBy_Copy, MR_PassBy_Move (and MR_PassBy_DefaultArgument and MR_PassBy_NoObject if supported by the callee).
◆ MR_PointOnFace
a point located on some mesh's face Generated from class MR::PointOnFace. Supported MR_PassBy modes: MR_PassBy_DefaultConstruct, MR_PassBy_Copy, MR_PassBy_Move (and MR_PassBy_DefaultArgument and MR_PassBy_NoObject if supported by the callee).
◆ MR_std_function_bool_from_MR_FaceId
Stores a functor of type: bool(MR::FaceId). Possibly stateful. Supported MR_PassBy modes: MR_PassBy_DefaultConstruct, MR_PassBy_Copy, MR_PassBy_Move (and MR_PassBy_DefaultArgument and MR_PassBy_NoObject if supported by the callee).
◆ MR_std_function_bool_from_MR_VertId
Stores a functor of type: bool(MR::VertId). Possibly stateful. Supported MR_PassBy modes: MR_PassBy_DefaultConstruct, MR_PassBy_Copy, MR_PassBy_Move (and MR_PassBy_DefaultArgument and MR_PassBy_NoObject if supported by the callee).
◆ MR_computeSpaceDistances()
computes Euclidean 3D distances from given start point to all neighbor vertices within given
- Parameters
-
| range | and to first vertices with the distance more than range Generated from function MR::computeSpaceDistances. Parameter mesh can not be null. It is a single object. Parameter start can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_VertScalars_Destroy() to free it when you're done using it. |
◆ MR_EnumNeihbourFaces_AssignFromAnother()
Generated from method MR::EnumNeihbourFaces::operator=. Parameter _this can not be null. It is a single object. The reference to things referred to by the parameter _other (if any) might be preserved in this object. The returned pointer will never be null. It is non-owning, do NOT destroy it. When this function is called, this object will drop any object references it held previously.
◆ MR_EnumNeihbourFaces_ConstructFromAnother()
Generated from constructor MR::EnumNeihbourFaces::EnumNeihbourFaces. The reference to things referred to by the parameter _other (if any) might be preserved in the constructed object. Never returns null. Returns an instance allocated on the heap! Must call MR_EnumNeihbourFaces_Destroy() to free it when you're done using it.
◆ MR_EnumNeihbourFaces_DefaultConstruct()
Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_EnumNeihbourFaces_Destroy() to free it when you're done using it.
◆ MR_EnumNeihbourFaces_DefaultConstructArray()
◆ MR_EnumNeihbourFaces_Destroy()
◆ MR_EnumNeihbourFaces_DestroyArray()
◆ MR_EnumNeihbourFaces_OffsetMutablePtr()
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element. The reference to the parameter ptr might be preserved in the return value.
◆ MR_EnumNeihbourFaces_OffsetPtr()
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element. The reference to the parameter ptr might be preserved in the return value.
◆ MR_EnumNeihbourFaces_run()
invokes given predicate for faces starting from all incident to
- Parameters
-
| start,and | continuing to all immediate neighbours in depth-first order until the predicate returns false Generated from method MR::EnumNeihbourFaces::run. Parameter _this can not be null. It is a single object. Parameter topology can not be null. It is a single object. Parameter pred can not be null. It is a single object. |
◆ MR_EnumNeihbourVertices_AssignFromAnother()
Generated from method MR::EnumNeihbourVertices::operator=. Parameter _this can not be null. It is a single object. The reference to things referred to by the parameter _other (if any) might be preserved in this object. The returned pointer will never be null. It is non-owning, do NOT destroy it. When this function is called, this object will drop any object references it held previously.
◆ MR_EnumNeihbourVertices_ConstructFromAnother()
Generated from constructor MR::EnumNeihbourVertices::EnumNeihbourVertices. The reference to things referred to by the parameter _other (if any) might be preserved in the constructed object. Never returns null. Returns an instance allocated on the heap! Must call MR_EnumNeihbourVertices_Destroy() to free it when you're done using it.
◆ MR_EnumNeihbourVertices_DefaultConstruct()
Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_EnumNeihbourVertices_Destroy() to free it when you're done using it.
◆ MR_EnumNeihbourVertices_DefaultConstructArray()
◆ MR_EnumNeihbourVertices_Destroy()
◆ MR_EnumNeihbourVertices_DestroyArray()
◆ MR_EnumNeihbourVertices_OffsetMutablePtr()
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element. The reference to the parameter ptr might be preserved in the return value.
◆ MR_EnumNeihbourVertices_OffsetPtr()
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element. The reference to the parameter ptr might be preserved in the return value.
◆ MR_EnumNeihbourVertices_run_MR_VertBitSet()
Generated from method MR::EnumNeihbourVertices::run. Parameter _this can not be null. It is a single object. Parameter topology can not be null. It is a single object. Parameter start can not be null. It is a single object. Parameter pred can not be null. It is a single object.
◆ MR_EnumNeihbourVertices_run_MR_VertId()
invokes given predicate for vertices starting from
- Parameters
-
| start,and | continuing to all immediate neighbours in depth-first order until the predicate returns false Generated from method MR::EnumNeihbourVertices::run. Parameter _this can not be null. It is a single object. Parameter topology can not be null. It is a single object. Parameter pred can not be null. It is a single object. |
◆ MR_EnumNeihbourVertices_run_std_vector_MR_MeshTriPoint()
Generated from method MR::EnumNeihbourVertices::run. Parameter _this can not be null. It is a single object. Parameter topology can not be null. It is a single object. Parameter start can not be null. It is a single object. Parameter pred can not be null. It is a single object.
◆ MR_findNeighborVerts()
calculates all neighbor vertices within a given
- Parameters
-
| range | and to first vertices with the distance more than range |
| rangeSq | square of range Generated from function MR::findNeighborVerts. Parameter mesh can not be null. It is a single object. Parameter start can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_VertBitSet_Destroy() to free it when you're done using it. |