MeshLib C++ Docs
Loading...
Searching...
No Matches
MRVoxelFilter.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRVoxelsFwd.h"
4
5
6namespace MR
7{
10
11
12enum class VoxelFilterType : int
13{
17};
18
22MRVOXELS_API VdbVolume voxelFilter( const VdbVolume& volume, VoxelFilterType type, int width );
23
24}
#define MRVOXELS_API
see explanation in MRMesh/MRMeshFwd.h
Definition MRVoxelsFwd.h:14
auto width(const Box< V > &box)
returns size along x axis
Definition MRBox.h:354
VdbVolume voxelFilter(const VdbVolume &volume, VoxelFilterType type, int width)
double volume(const MeshTopology &topology, const VertCoords &points, const FaceBitSet *region=nullptr)
VoxelFilterType
Definition MRVoxelFilter.h:13
@ Mean
Definition MRVoxelFilter.h:15
@ Median
Definition MRVoxelFilter.h:14
@ Gaussian
Definition MRVoxelFilter.h:16
only for bindings generation
Definition MRCameraOrientationPlugin.h:8