MeshLib C++ Docs
Loading...
Searching...
No Matches
MRMeshC/MRSaveSettings.h
Go to the documentation of this file.
1#pragma once
2#include "MRMeshFwd.h"
3#include "MRColor.h"
4
6
21
23
#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
#define MRMESHC_API
Definition MRMeshC/MRMeshFwd.h:19
MR_EXTERN_C_BEGIN struct MRSaveSettings MRSaveSettings
determines how to save points/lines/mesh
MRMESHC_API MRSaveSettings mrSaveSettingsNew(void)
determines how to save points/lines/mesh
Definition MRMeshC/MRSaveSettings.h:9
bool saveValidOnly
Definition MRMeshC/MRSaveSettings.h:12
bool rearrangeTriangles
Definition MRMeshC/MRSaveSettings.h:15
MRProgressCallback progress
to report save progress and cancel saving if user desires
Definition MRMeshC/MRSaveSettings.h:19
const MRVertColors * colors
optional per-vertex color to save with the geometry
Definition MRMeshC/MRSaveSettings.h:17