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{
8
12MRVOXELS_API Expected<Mesh> partialOffsetMesh( const MeshPart& mp, float offset, const GeneralOffsetParameters& params = {} );
13
14} //namespace MR
#define MRVOXELS_API
Definition MRVoxelsFwd.h:14
Definition MROffset.h:103
Definition MRCameraOrientationPlugin.h:8
MRVOXELS_API Expected< Mesh > partialOffsetMesh(const MeshPart &mp, float offset, const GeneralOffsetParameters &params={})