MeshLib C Docs
Loading...
Searching...
No Matches
MRFloatGridComponents.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/exports.h>
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9typedef struct MR_FloatGrid MR_FloatGrid; // Defined in `#include <MRCVoxels/MRFloatGrid.h>`.
10typedef struct MR_std_vector_MR_VoxelBitSet MR_std_vector_MR_VoxelBitSet; // Defined in `#include <MRCMisc/std_vector_MR_VoxelBitSet.h>`.
11
12
19
20#ifdef __cplusplus
21} // extern "C"
22#endif
MRC_API MR_std_vector_MR_VoxelBitSet * MR_FloatGridComponents_getAllComponents(const MR_FloatGrid *grid, const float *isoValue)
struct MR_FloatGrid MR_FloatGrid
Definition expected_MR_FloatGrid_std_string.h:12
#define MRC_API
Definition exports.h:11
struct MR_std_vector_MR_VoxelBitSet MR_std_vector_MR_VoxelBitSet
Definition std_vector_MR_VoxelBitSet.h:18