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{
14 Median,
15 Mean,
17};
18
22MRVOXELS_API VdbVolume voxelFilter( const VdbVolume& volume, VoxelFilterType type, int width );
23
24}
auto width(const Box< V > &box)
returns size along x axis
Definition MRBox.h:354
MRMESH_API double volume(const MeshTopology &topology, const VertCoords &points, const FaceBitSet *region=nullptr)
VoxelFilterType
Definition MRVoxelFilter.h:13
MRVOXELS_API VdbVolume voxelFilter(const VdbVolume &volume, VoxelFilterType type, int width)
only for bindings generation
Definition MRCameraOrientationPlugin.h:8