MeshLib C++ Docs
Loading...
Searching...
No Matches
MRComputeVolume.h
Go to the documentation of this file.
1#pragma once
2#include "MRVoxelsFwd.h"
3
4#include <memory>
5
6namespace MR
7{
10
11
15MRVOXELS_API float voxelizeAndComputeVolume( const std::vector<std::shared_ptr<Mesh>>& meshes, const AffineXf3f& xf, const Vector3f& voxelSize );
16
17}
MRVOXELS_API float voxelizeAndComputeVolume(const std::vector< std::shared_ptr< Mesh > > &meshes, const AffineXf3f &xf, const Vector3f &voxelSize)
only for bindings generation
Definition MRCameraOrientationPlugin.h:8