#include <MRCMisc/exports.h>Go to the source code of this file.
Functions | |
| MRC_API MR_std_vector_MR_VoxelBitSet * | MR_FloatGridComponents_getAllComponents (const MR_FloatGrid *grid, const float *isoValue) |
| MRC_API MR_std_vector_MR_VoxelBitSet * MR_FloatGridComponents_getAllComponents | ( | const MR_FloatGrid * | grid, |
| const float * | isoValue ) |
finds separated by iso-value components in grid space (0 voxel id is minimum active voxel in grid) Generated from function MR::FloatGridComponents::getAllComponents. Parameter grid can not be null. It is a single object. Parameter isoValue has a default argument: 0.0f, pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_std_vector_MR_VoxelBitSet_Destroy() to free it when you're done using it.