MeshLib C Docs
Loading...
Searching...
No Matches
MRPartialOffset.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/exports.h>
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9typedef struct MR_GeneralOffsetParameters MR_GeneralOffsetParameters; // Defined in `#include <MRCVoxels/MROffset.h>`.
10typedef struct MR_MeshPart MR_MeshPart; // Defined in `#include <MRCMesh/MRMeshPart.h>`.
11typedef struct MR_expected_MR_Mesh_std_string MR_expected_MR_Mesh_std_string; // Defined in `#include <MRCMisc/expected_MR_Mesh_std_string.h>`.
12
13
23
24#ifdef __cplusplus
25} // extern "C"
26#endif
struct MR_MeshPart MR_MeshPart
Definition MRAABBTree.h:14
struct MR_expected_MR_Mesh_std_string MR_expected_MR_Mesh_std_string
Definition MRCtm.h:18
struct MR_GeneralOffsetParameters MR_GeneralOffsetParameters
Definition MROffset.h:65
MRC_API MR_expected_MR_Mesh_std_string * MR_partialOffsetMesh(const MR_MeshPart *mp, float offset, const MR_GeneralOffsetParameters *params)
#define MRC_API
Definition exports.h:11