MeshLib C++ Docs
Loading...
Searching...
No Matches
MRMeshC/MRVoxelsSave.h
Go to the documentation of this file.
1#pragma once
2#include "MRVoxelsFwd.h"
3
5
7MRMESHC_API void mrVoxelsSaveToAnySupportedFormat( const MRVdbVolume* volume, const char* file, MRProgressCallback cb, MRString** errorStr );
8
#define MR_EXTERN_C_BEGIN
Definition MRMeshC/MRMeshFwd.h:26
bool(* MRProgressCallback)(float)
Definition MRMeshC/MRMeshFwd.h:54
#define MR_EXTERN_C_END
Definition MRMeshC/MRMeshFwd.h:27
typedefMR_EXTERN_C_BEGIN struct MRString MRString
Definition MRMeshC/MRMeshFwd.h:32
#define MRMESHC_API
Definition MRMeshC/MRMeshFwd.h:19
MR_EXTERN_C_BEGIN MRMESHC_API void mrVoxelsSaveToAnySupportedFormat(const MRVdbVolume *volume, const char *file, MRProgressCallback cb, MRString **errorStr)
Saves voxels in a file, detecting the format from file extension.
Definition MRMeshC/MRVoxelsFwd.h:12