MeshLib
 
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{
8
12MRVOXELS_API Expected<Mesh> partialOffsetMesh( const MeshPart& mp, float offset, const GeneralOffsetParameters& params = {} );
13
14} //namespace MR
#define MRVOXELS_API
Definition MRVoxelsFwd.h:13
Definition MRCameraOrientationPlugin.h:8
tl::expected< T, E > Expected
Definition MRExpected.h:58
MRVOXELS_API Expected< Mesh > partialOffsetMesh(const MeshPart &mp, float offset, const GeneralOffsetParameters &params={})
allows the user to select in the parameters which offset algorithm to call
Definition MRVoxels/MROffset.h:97
Definition MRMesh/MRMeshPart.h:11