MeshLib C++ Docs
Loading...
Searching...
No Matches
MRPartialOffset.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRVoxelsFwd.h"
4#include "MROffset.h"
5
6namespace MR
7{
10
11
15MRVOXELS_API Expected<Mesh> partialOffsetMesh( const MeshPart& mp, float offset, const GeneralOffsetParameters& params = {} );
16
17}
tl::expected< T, E > Expected
Definition MRExpected.h:31
MRVOXELS_API Expected< Mesh > partialOffsetMesh(const MeshPart &mp, float offset, const GeneralOffsetParameters &params={})
only for bindings generation
Definition MRCameraOrientationPlugin.h:8
allows the user to select in the parameters which offset algorithm to call
Definition MROffset.h:106