MeshLib C Docs
Loading...
Searching...
No Matches
MRDirMax.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMesh/MREnums.h>
4#include <MRCMesh/MRId.h>
5#include <MRCMisc/exports.h>
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11typedef struct MR_AABBTreePoints MR_AABBTreePoints; // Defined in `#include <MRCMesh/MRAABBTreePoints.h>`.
12typedef struct MR_Mesh MR_Mesh; // Defined in `#include <MRCMesh/MRMesh.h>`.
13typedef struct MR_MeshPart MR_MeshPart; // Defined in `#include <MRCMesh/MRMeshPart.h>`.
14typedef struct MR_MeshVertPart MR_MeshVertPart; // Defined in `#include <MRCMesh/MRMeshPart.h>`.
15typedef struct MR_PointCloud MR_PointCloud; // Defined in `#include <MRCMesh/MRPointCloud.h>`.
16typedef struct MR_Polyline2 MR_Polyline2; // Defined in `#include <MRCMesh/MRPolyline.h>`.
17typedef struct MR_Polyline3 MR_Polyline3; // Defined in `#include <MRCMesh/MRPolyline.h>`.
18typedef struct MR_Vector2f MR_Vector2f; // Defined in `#include <MRCMesh/MRVector2.h>`.
19typedef struct MR_Vector3f MR_Vector3f; // Defined in `#include <MRCMesh/MRVector3.h>`.
20typedef struct MR_VertBitSet MR_VertBitSet; // Defined in `#include <MRCMesh/MRBitSet.h>`.
21
22
30
38
46
54
62
70MRC_API MR_VertId MR_findDirMax_4(const MR_Vector3f *dir, const MR_PointCloud *cloud, const MR_VertBitSet *region, const MR_UseAABBTree *u);
71
78
79#ifdef __cplusplus
80} // extern "C"
81#endif
struct MR_AABBTreePoints MR_AABBTreePoints
Definition MRAABBTreePoints.h:29
struct MR_Polyline3 MR_Polyline3
Definition MRAABBTreePolyline.h:16
struct MR_Polyline2 MR_Polyline2
Definition MRAABBTreePolyline.h:15
struct MR_VertBitSet MR_VertBitSet
Definition MRAABBTree.h:15
struct MR_MeshPart MR_MeshPart
Definition MRAABBTree.h:14
struct MR_Mesh MR_Mesh
Definition MRCtm.h:13
struct MR_PointCloud MR_PointCloud
Definition MRCtm.h:15
MRC_API MR_VertId MR_findDirMax_3_const_MR_Vector3f_ref_MR_Polyline3(const MR_Vector3f *dir, const MR_Polyline3 *polyline, const MR_UseAABBTree *u)
struct MR_MeshVertPart MR_MeshVertPart
Definition MRDirMax.h:14
MRC_API MR_VertId MR_findDirMax_3_const_MR_Vector3f_ref_MR_MeshPart(const MR_Vector3f *dir, const MR_MeshPart *mp, const MR_UseAABBTree *u)
MRC_API MR_VertId MR_findDirMax_3_const_MR_Vector3f_ref_MR_Mesh(const MR_Vector3f *dir, const MR_Mesh *m, const MR_UseAABBTree *u)
MRC_API MR_VertId MR_findDirMax_3_const_MR_Vector3f_ref_MR_AABBTreePoints(const MR_Vector3f *dir, const MR_AABBTreePoints *tree, const MR_VertBitSet *region)
MRC_API MR_VertId MR_findDirMax_4(const MR_Vector3f *dir, const MR_PointCloud *cloud, const MR_VertBitSet *region, const MR_UseAABBTree *u)
MRC_API MR_VertId MR_findDirMax_3_const_MR_Vector3f_ref_MR_MeshVertPart(const MR_Vector3f *dir, const MR_MeshVertPart *mp, const MR_UseAABBTree *u)
MRC_API MR_VertId MR_findDirMax_3_const_MR_Vector2f_ref(const MR_Vector2f *dir, const MR_Polyline2 *polyline, const MR_UseAABBTree *u)
char MR_UseAABBTree
Definition MREnums.h:78
#define MRC_API
Definition exports.h:11
Definition MRVector2.h:44
Definition MRVector3.h:51
Definition MRId.h:56