MeshLib
 
Loading...
Searching...
No Matches
MRFloatGridComponents.h
Go to the documentation of this file.
1#pragma once
2#include "MRMeshFwd.h"
3#ifndef MRMESH_NO_OPENVDB
4
5namespace MR
6{
7
8namespace FloatGridComponents
9{
10
19MRMESH_API std::vector<VoxelBitSet> getAllComponents( const FloatGrid& grid, float isoValue = 0.0f );
20
21}
22
23}
24#endif
#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:46
MRMESH_API std::vector< VoxelBitSet > getAllComponents(const FloatGrid &grid, float isoValue=0.0f)
Definition MRCameraOrientationPlugin.h:7
std::shared_ptr< OpenVdbFloatGrid > FloatGrid
Definition MRMesh/MRMeshFwd.h:537