MeshLib C++ Docs
Loading...
Searching...
No Matches
MRMeshC/MRPointsSave.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRMeshFwd.h"
4#include "MRSaveSettings.h"
5
7
9MRMESHC_API void mrPointsSaveToAnySupportedFormat( const MRPointCloud* pc, const char* file, const MRSaveSettings* settings, MRString** errorString );
10
#define MR_EXTERN_C_BEGIN
Definition MRMeshC/MRMeshFwd.h:21
struct MRPointCloud MRPointCloud
Definition MRMeshC/MRMeshFwd.h:45
#define MR_EXTERN_C_END
Definition MRMeshC/MRMeshFwd.h:22
typedefMR_EXTERN_C_BEGIN struct MRString MRString
Definition MRMeshC/MRMeshFwd.h:27
#define MRMESHC_API
Definition MRMeshC/MRMeshFwd.h:14
MR_EXTERN_C_BEGIN MRMESHC_API void mrPointsSaveToAnySupportedFormat(const MRPointCloud *pc, const char *file, const MRSaveSettings *settings, MRString **errorString)
detects the format from file extension and save points to it
determines how to save points/lines/mesh
Definition MRMeshC/MRSaveSettings.h:9