MeshLib C Docs
Loading...
Searching...
No Matches
MRDistanceMapLoad.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_DistanceMapLoadSettings MR_DistanceMapLoadSettings; // Defined in `#include <MRCMesh/MRDistanceMapParams.h>`.
10typedef struct MR_expected_MR_DistanceMap_std_string MR_expected_MR_DistanceMap_std_string; // Defined in `#include <MRCMisc/expected_MR_DistanceMap_std_string.h>`.
11
12
25
32
39
46
47#ifdef __cplusplus
48} // extern "C"
49#endif
MRC_API MR_expected_MR_DistanceMap_std_string * MR_DistanceMapLoad_fromRaw(const char *path, const char *path_end, const MR_DistanceMapLoadSettings *settings)
Load DistanceMap from binary file Format: 2 integer - DistanceMap.resX & DistanceMap....
MRC_API MR_expected_MR_DistanceMap_std_string * MR_DistanceMapLoad_fromTiff(const char *path, const char *path_end, const MR_DistanceMapLoadSettings *settings)
MRC_API MR_expected_MR_DistanceMap_std_string * MR_DistanceMapLoad_fromAnySupportedFormat(const char *path, const char *path_end, const MR_DistanceMapLoadSettings *settings)
MRC_API MR_expected_MR_DistanceMap_std_string * MR_DistanceMapLoad_fromMrDistanceMap(const char *path, const char *path_end, const MR_DistanceMapLoadSettings *settings)
struct MR_DistanceMapLoadSettings MR_DistanceMapLoadSettings
Definition MRDistanceMapLoad.h:9
struct MR_expected_MR_DistanceMap_std_string MR_expected_MR_DistanceMap_std_string
Definition MRDistanceMap.h:24
#define MRC_API
Definition exports.h:11