MeshLib C Docs
Loading...
Searching...
No Matches
MRCudaPointsToDistanceVolume.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCCuda/exports.h>
4#include <MRCMisc/common.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10typedef struct MR_PointCloud MR_PointCloud; // Defined in `#include <MRCMesh/MRPointCloud.h>`.
11typedef struct MR_PointsToDistanceVolumeParams MR_PointsToDistanceVolumeParams; // Defined in `#include <MRCVoxels/MRPointsToDistanceVolume.h>`.
12typedef struct MR_expected_MR_SimpleVolumeMinMax_std_string MR_expected_MR_SimpleVolumeMinMax_std_string; // Defined in `#include <MRCMisc/expected_MR_SimpleVolumeMinMax_std_string.h>`.
13typedef struct MR_expected_void_std_string MR_expected_void_std_string; // Defined in `#include <MRCMisc/expected_void_std_string.h>`.
14typedef struct MR_std_function_expected_void_std_string_from_const_MR_SimpleVolumeMinMax_ref_int MR_std_function_expected_void_std_string_from_const_MR_SimpleVolumeMinMax_ref_int; // Defined in `#include <MRCMisc/std_function_expected_void_std_string_from_const_MR_SimpleVolumeMinMax_ref_int.h>`.
15
16
23
31
32#ifdef __cplusplus
33} // extern "C"
34#endif
struct MR_expected_void_std_string MR_expected_void_std_string
Definition MRCtm.h:26
struct MR_PointCloud MR_PointCloud
Definition MRCtm.h:19
MRC_CUDA_API MR_expected_void_std_string * MR_Cuda_pointsToDistanceVolumeByParts(const MR_PointCloud *cloud, const MR_PointsToDistanceVolumeParams *params, MR_PassBy addPart_pass_by, MR_std_function_expected_void_std_string_from_const_MR_SimpleVolumeMinMax_ref_int *addPart, int layerOverlap)
MRC_CUDA_API MR_expected_MR_SimpleVolumeMinMax_std_string * MR_Cuda_pointsToDistanceVolume(const MR_PointCloud *cloud, const MR_PointsToDistanceVolumeParams *params)
MR_PassBy
Definition common.h:23
struct MR_expected_MR_SimpleVolumeMinMax_std_string MR_expected_MR_SimpleVolumeMinMax_std_string
Definition expected_MR_SimpleVolumeMinMax_std_string.h:19
struct MR_PointsToDistanceVolumeParams MR_PointsToDistanceVolumeParams
Definition std_function_bool_from_const_MR_PointCloud_ref_const_MR_PointsToDistanceVolumeParams_ref.h:14
struct MR_std_function_expected_void_std_string_from_const_MR_SimpleVolumeMinMax_ref_int MR_std_function_expected_void_std_string_from_const_MR_SimpleVolumeMinMax_ref_int
Definition std_function_expected_void_std_string_from_const_MR_PointCloud_ref_const_MR_PointsToDistance__5fc9.h:16
#define MRC_CUDA_API
Definition uda/include/MRCCuda/exports.h:11