#include <MRCMisc/exports.h>Go to the source code of this file.
Typedefs | |
| typedef struct MR_Mesh | MR_Mesh |
| typedef struct MR_SaveSettings | MR_SaveSettings |
| typedef struct MR_expected_void_std_string | MR_expected_void_std_string |
| typedef struct MR_std_ostream | MR_std_ostream |
| typedef struct MR_std_string | MR_std_string |
| typedef struct MR_expected_void_std_string MR_expected_void_std_string |
| typedef struct MR_SaveSettings MR_SaveSettings |
| typedef struct MR_std_ostream MR_std_ostream |
| typedef struct MR_std_string MR_std_string |
| MRC_API MR_expected_void_std_string * MR_MeshSave_to3mf | ( | const MR_Mesh * | mesh, |
| const char * | file, | ||
| const char * | file_end, | ||
| const MR_SaveSettings * | settings ) |
saves in .3mf file Generated from function MR::MeshSave::to3mf. Parameter mesh can not be null. It is a single object. Parameter file is a UTF-8 encoded filesystem path. Parameter settings is a single object. Parameter settings has a default argument: {}, pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_void_std_string_Destroy() to free it when you're done using it.
| MRC_API MR_expected_void_std_string * MR_MeshSave_toAnySupportedFormat_3 | ( | const MR_Mesh * | mesh, |
| const char * | file, | ||
| const char * | file_end, | ||
| const MR_SaveSettings * | settings ) |
detects the format from file extension and save mesh to it Generated from function MR::MeshSave::toAnySupportedFormat. Parameter mesh can not be null. It is a single object. Parameter file is a UTF-8 encoded filesystem path. Parameter settings is a single object. Parameter settings has a default argument: {}, pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_void_std_string_Destroy() to free it when you're done using it.
| MRC_API MR_expected_void_std_string * MR_MeshSave_toAnySupportedFormat_4 | ( | const MR_Mesh * | mesh, |
| const MR_std_string * | extension, | ||
| MR_std_ostream * | out, | ||
| const MR_SaveSettings * | settings ) |
extension in *.ext format Generated from function MR::MeshSave::toAnySupportedFormat. Parameter mesh can not be null. It is a single object. Parameter extension can not be null. It is a single object. Parameter out can not be null. It is a single object. Parameter settings is a single object. Parameter settings has a default argument: {}, pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_void_std_string_Destroy() to free it when you're done using it.
| MRC_API MR_expected_void_std_string * MR_MeshSave_toAsciiStl_std_filesystem_path | ( | const MR_Mesh * | mesh, |
| const char * | file, | ||
| const char * | file_end, | ||
| const MR_SaveSettings * | settings ) |
saves in textual .stl file; SaveSettings::onlyValidPoints = false is ignored Generated from function MR::MeshSave::toAsciiStl. Parameter mesh can not be null. It is a single object. Parameter file is a UTF-8 encoded filesystem path. Parameter settings is a single object. Parameter settings has a default argument: {}, pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_void_std_string_Destroy() to free it when you're done using it.
| MRC_API MR_expected_void_std_string * MR_MeshSave_toAsciiStl_std_ostream | ( | const MR_Mesh * | mesh, |
| MR_std_ostream * | out, | ||
| const MR_SaveSettings * | settings ) |
Generated from function MR::MeshSave::toAsciiStl. Parameter mesh can not be null. It is a single object. Parameter out can not be null. It is a single object. Parameter settings is a single object. Parameter settings has a default argument: {}, pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_void_std_string_Destroy() to free it when you're done using it.
| MRC_API MR_expected_void_std_string * MR_MeshSave_toBinaryStl_std_filesystem_path | ( | const MR_Mesh * | mesh, |
| const char * | file, | ||
| const char * | file_end, | ||
| const MR_SaveSettings * | settings ) |
saves in binary .stl file; SaveSettings::onlyValidPoints = false is ignored Generated from function MR::MeshSave::toBinaryStl. Parameter mesh can not be null. It is a single object. Parameter file is a UTF-8 encoded filesystem path. Parameter settings is a single object. Parameter settings has a default argument: {}, pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_void_std_string_Destroy() to free it when you're done using it.
| MRC_API MR_expected_void_std_string * MR_MeshSave_toBinaryStl_std_ostream | ( | const MR_Mesh * | mesh, |
| MR_std_ostream * | out, | ||
| const MR_SaveSettings * | settings ) |
Generated from function MR::MeshSave::toBinaryStl. Parameter mesh can not be null. It is a single object. Parameter out can not be null. It is a single object. Parameter settings is a single object. Parameter settings has a default argument: {}, pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_void_std_string_Destroy() to free it when you're done using it.
| MRC_API MR_expected_void_std_string * MR_MeshSave_toModel3mf_std_filesystem_path | ( | const MR_Mesh * | mesh, |
| const char * | file, | ||
| const char * | file_end, | ||
| const MR_SaveSettings * | settings ) |
saves in 3mf .model file Generated from function MR::MeshSave::toModel3mf. Parameter mesh can not be null. It is a single object. Parameter file is a UTF-8 encoded filesystem path. Parameter settings is a single object. Parameter settings has a default argument: {}, pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_void_std_string_Destroy() to free it when you're done using it.
| MRC_API MR_expected_void_std_string * MR_MeshSave_toModel3mf_std_ostream | ( | const MR_Mesh * | mesh, |
| MR_std_ostream * | out, | ||
| const MR_SaveSettings * | settings ) |
Generated from function MR::MeshSave::toModel3mf. Parameter mesh can not be null. It is a single object. Parameter out can not be null. It is a single object. Parameter settings is a single object. Parameter settings has a default argument: {}, pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_void_std_string_Destroy() to free it when you're done using it.
| MRC_API MR_expected_void_std_string * MR_MeshSave_toMrmesh_std_filesystem_path | ( | const MR_Mesh * | mesh, |
| const char * | file, | ||
| const char * | file_end, | ||
| const MR_SaveSettings * | settings ) |
saves in internal file format; SaveSettings::onlyValidPoints = true is ignored Generated from function MR::MeshSave::toMrmesh. Parameter mesh can not be null. It is a single object. Parameter file is a UTF-8 encoded filesystem path. Parameter settings is a single object. Parameter settings has a default argument: {}, pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_void_std_string_Destroy() to free it when you're done using it.
| MRC_API MR_expected_void_std_string * MR_MeshSave_toMrmesh_std_ostream | ( | const MR_Mesh * | mesh, |
| MR_std_ostream * | out, | ||
| const MR_SaveSettings * | settings ) |
Generated from function MR::MeshSave::toMrmesh. Parameter mesh can not be null. It is a single object. Parameter out can not be null. It is a single object. Parameter settings is a single object. Parameter settings has a default argument: {}, pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_void_std_string_Destroy() to free it when you're done using it.
| MRC_API MR_expected_void_std_string * MR_MeshSave_toObj_3_std_filesystem_path | ( | const MR_Mesh * | mesh, |
| const char * | file, | ||
| const char * | file_end, | ||
| const MR_SaveSettings * | settings ) |
Generated from function MR::MeshSave::toObj. Parameter mesh can not be null. It is a single object. Parameter file is a UTF-8 encoded filesystem path. Parameter settings is a single object. Parameter settings has a default argument: {}, pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_void_std_string_Destroy() to free it when you're done using it.
| MRC_API MR_expected_void_std_string * MR_MeshSave_toObj_3_std_ostream | ( | const MR_Mesh * | mesh, |
| MR_std_ostream * | out, | ||
| const MR_SaveSettings * | settings ) |
Generated from function MR::MeshSave::toObj. Parameter mesh can not be null. It is a single object. Parameter out can not be null. It is a single object. Parameter settings is a single object. Parameter settings has a default argument: {}, pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_void_std_string_Destroy() to free it when you're done using it.
| MRC_API MR_expected_void_std_string * MR_MeshSave_toObj_4_std_filesystem_path | ( | const MR_Mesh * | mesh, |
| const char * | file, | ||
| const char * | file_end, | ||
| const MR_SaveSettings * | settings, | ||
| int | firstVertId ) |
saves in .obj file
| firstVertId | is the index of first mesh vertex in the output file (if this object is not the first there) Generated from function MR::MeshSave::toObj. Parameter mesh can not be null. It is a single object. Parameter file is a UTF-8 encoded filesystem path. Parameter settings can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_void_std_string_Destroy() to free it when you're done using it. |
| MRC_API MR_expected_void_std_string * MR_MeshSave_toObj_4_std_ostream | ( | const MR_Mesh * | mesh, |
| MR_std_ostream * | out, | ||
| const MR_SaveSettings * | settings, | ||
| int | firstVertId ) |
Generated from function MR::MeshSave::toObj. Parameter mesh can not be null. It is a single object. Parameter out can not be null. It is a single object. Parameter settings can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_void_std_string_Destroy() to free it when you're done using it.
| MRC_API MR_expected_void_std_string * MR_MeshSave_toOff_std_filesystem_path | ( | const MR_Mesh * | mesh, |
| const char * | file, | ||
| const char * | file_end, | ||
| const MR_SaveSettings * | settings ) |
saves in .off file Generated from function MR::MeshSave::toOff. Parameter mesh can not be null. It is a single object. Parameter file is a UTF-8 encoded filesystem path. Parameter settings is a single object. Parameter settings has a default argument: {}, pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_void_std_string_Destroy() to free it when you're done using it.
| MRC_API MR_expected_void_std_string * MR_MeshSave_toOff_std_ostream | ( | const MR_Mesh * | mesh, |
| MR_std_ostream * | out, | ||
| const MR_SaveSettings * | settings ) |
Generated from function MR::MeshSave::toOff. Parameter mesh can not be null. It is a single object. Parameter out can not be null. It is a single object. Parameter settings is a single object. Parameter settings has a default argument: {}, pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_void_std_string_Destroy() to free it when you're done using it.
| MRC_API MR_expected_void_std_string * MR_MeshSave_toPly_std_filesystem_path | ( | const MR_Mesh * | mesh, |
| const char * | file, | ||
| const char * | file_end, | ||
| const MR_SaveSettings * | settings ) |
saves in .ply file Generated from function MR::MeshSave::toPly. Parameter mesh can not be null. It is a single object. Parameter file is a UTF-8 encoded filesystem path. Parameter settings is a single object. Parameter settings has a default argument: {}, pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_void_std_string_Destroy() to free it when you're done using it.
| MRC_API MR_expected_void_std_string * MR_MeshSave_toPly_std_ostream | ( | const MR_Mesh * | mesh, |
| MR_std_ostream * | out, | ||
| const MR_SaveSettings * | settings ) |
Generated from function MR::MeshSave::toPly. Parameter mesh can not be null. It is a single object. Parameter out can not be null. It is a single object. Parameter settings is a single object. Parameter settings has a default argument: {}, pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_void_std_string_Destroy() to free it when you're done using it.