Go to the source code of this file.
| Typedefs | |
| typedef struct MR_Mesh | MR_Mesh | 
| typedef struct MR_MeshLoadSettings | MR_MeshLoadSettings | 
| typedef struct MR_PointCloud | MR_PointCloud | 
| typedef struct MR_PointsLoadSettings | MR_PointsLoadSettings | 
| typedef struct MR_SaveSettings | MR_SaveSettings | 
| typedef struct MR_expected_MR_Mesh_std_string | MR_expected_MR_Mesh_std_string | 
| typedef struct MR_expected_MR_PointCloud_std_string | MR_expected_MR_PointCloud_std_string | 
| typedef struct MR_expected_void_std_string | MR_expected_void_std_string | 
| typedef struct MR_std_istream | MR_std_istream | 
| typedef struct MR_std_ostream | MR_std_ostream | 
| typedef struct MR_MeshSave_CtmSaveOptions | MR_MeshSave_CtmSaveOptions | 
| typedef enum MR_MeshSave_CtmSaveOptions_MeshCompression | MR_MeshSave_CtmSaveOptions_MeshCompression | 
| typedef struct MR_PointsSave_CtmSavePointsOptions | MR_PointsSave_CtmSavePointsOptions | 
| typedef struct MR_expected_MR_Mesh_std_string MR_expected_MR_Mesh_std_string | 
| typedef struct MR_expected_void_std_string MR_expected_void_std_string | 
| typedef struct MR_MeshLoadSettings MR_MeshLoadSettings | 
| typedef struct MR_MeshSave_CtmSaveOptions MR_MeshSave_CtmSaveOptions | 
Generated from class MR::MeshSave::CtmSaveOptions. Base classes: Direct: (non-virtual) MR::SaveSettings 
| typedef struct MR_PointCloud MR_PointCloud | 
| typedef struct MR_PointsLoadSettings MR_PointsLoadSettings | 
Generated from class MR::PointsSave::CtmSavePointsOptions. Base classes: Direct: (non-virtual) MR::SaveSettings 
| typedef struct MR_SaveSettings MR_SaveSettings | 
| typedef struct MR_std_istream MR_std_istream | 
| typedef struct MR_std_ostream MR_std_ostream | 
| MRC_API MR_expected_MR_Mesh_std_string * MR_MeshLoad_fromCtm_std_filesystem_path | ( | const char * | file, | 
| const char * | file_end, | ||
| const MR_MeshLoadSettings * | settings ) | 
loads from .ctm file Generated from function MR::MeshLoad::fromCtm. 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_MR_Mesh_std_string_Destroy() to free it when you're done using it. 
| MRC_API MR_expected_MR_Mesh_std_string * MR_MeshLoad_fromCtm_std_istream | ( | MR_std_istream * | in, | 
| const MR_MeshLoadSettings * | settings ) | 
Generated from function MR::MeshLoad::fromCtm. Parameter in 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_MR_Mesh_std_string_Destroy() to free it when you're done using it. 
| MRC_API MR_MeshSave_CtmSaveOptions * MR_MeshSave_CtmSaveOptions_AssignFromAnother | ( | MR_MeshSave_CtmSaveOptions * | _this, | 
| MR_PassBy | _other_pass_by, | ||
| MR_MeshSave_CtmSaveOptions * | _other ) | 
Generated from a method of class MR::MeshSave::CtmSaveOptions named operator=. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
| MRC_API MR_MeshSave_CtmSaveOptions * MR_MeshSave_CtmSaveOptions_ConstructFromAnother | ( | MR_PassBy | _other_pass_by, | 
| MR_MeshSave_CtmSaveOptions * | _other ) | 
Generated from a constructor of class MR::MeshSave::CtmSaveOptions. Never returns null. Returns an instance allocated on the heap! Must call MR_MeshSave_CtmSaveOptions_Destroy() to free it when you're done using it. 
| MRC_API MR_MeshSave_CtmSaveOptions * MR_MeshSave_CtmSaveOptions_DefaultConstruct | ( | void | ) | 
Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_MeshSave_CtmSaveOptions_Destroy() to free it when you're done using it. 
| MRC_API MR_MeshSave_CtmSaveOptions * MR_MeshSave_CtmSaveOptions_DefaultConstructArray | ( | size_t | num_elems | ) | 
Constructs an array of empty (default-constructed) instances, of the specified size. Will never return null. The array must be destroyed using MR_MeshSave_CtmSaveOptions_DestroyArray(). Use MR_MeshSave_CtmSaveOptions_OffsetMutablePtr() and MR_MeshSave_CtmSaveOptions_OffsetPtr() to access the array elements. 
| MRC_API void MR_MeshSave_CtmSaveOptions_Destroy | ( | const MR_MeshSave_CtmSaveOptions * | _this | ) | 
Destroys a heap-allocated instance of MR_MeshSave_CtmSaveOptions. Does nothing if the pointer is null. 
| MRC_API void MR_MeshSave_CtmSaveOptions_DestroyArray | ( | const MR_MeshSave_CtmSaveOptions * | _this | ) | 
Destroys a heap-allocated array of MR_MeshSave_CtmSaveOptions. Does nothing if the pointer is null. 
| MRC_API const char *const * MR_MeshSave_CtmSaveOptions_Get_comment | ( | const MR_MeshSave_CtmSaveOptions * | _this | ) | 
comment saved in the file Returns a pointer to a member variable of class MR::MeshSave::CtmSaveOptions named comment. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
| MRC_API const int * MR_MeshSave_CtmSaveOptions_Get_compressionLevel | ( | const MR_MeshSave_CtmSaveOptions * | _this | ) | 
LZMA compression: 0 - minimal compression, but fast; 9 - maximal compression, but slow Returns a pointer to a member variable of class MR::MeshSave::CtmSaveOptions named compressionLevel. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
| MRC_API const MR_MeshSave_CtmSaveOptions_MeshCompression * MR_MeshSave_CtmSaveOptions_Get_meshCompression | ( | const MR_MeshSave_CtmSaveOptions * | _this | ) | 
Returns a pointer to a member variable of class MR::MeshSave::CtmSaveOptions named meshCompression. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
| MRC_API const float * MR_MeshSave_CtmSaveOptions_Get_vertexPrecision | ( | const MR_MeshSave_CtmSaveOptions * | _this | ) | 
Returns a pointer to a member variable of class MR::MeshSave::CtmSaveOptions named vertexPrecision. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
| MRC_API const char ** MR_MeshSave_CtmSaveOptions_GetMutable_comment | ( | MR_MeshSave_CtmSaveOptions * | _this | ) | 
comment saved in the file Returns a mutable pointer to a member variable of class MR::MeshSave::CtmSaveOptions named comment. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
| MRC_API int * MR_MeshSave_CtmSaveOptions_GetMutable_compressionLevel | ( | MR_MeshSave_CtmSaveOptions * | _this | ) | 
LZMA compression: 0 - minimal compression, but fast; 9 - maximal compression, but slow Returns a mutable pointer to a member variable of class MR::MeshSave::CtmSaveOptions named compressionLevel. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
| MRC_API MR_MeshSave_CtmSaveOptions_MeshCompression * MR_MeshSave_CtmSaveOptions_GetMutable_meshCompression | ( | MR_MeshSave_CtmSaveOptions * | _this | ) | 
Returns a mutable pointer to a member variable of class MR::MeshSave::CtmSaveOptions named meshCompression. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
| MRC_API float * MR_MeshSave_CtmSaveOptions_GetMutable_vertexPrecision | ( | MR_MeshSave_CtmSaveOptions * | _this | ) | 
Returns a mutable pointer to a member variable of class MR::MeshSave::CtmSaveOptions named vertexPrecision. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
| MRC_API MR_SaveSettings * MR_MeshSave_CtmSaveOptions_MutableUpcastTo_MR_SaveSettings | ( | MR_MeshSave_CtmSaveOptions * | object | ) | 
Upcasts an instance of MR::MeshSave::CtmSaveOptions to its base class MR::SaveSettings. 
| MRC_API MR_MeshSave_CtmSaveOptions * MR_MeshSave_CtmSaveOptions_OffsetMutablePtr | ( | MR_MeshSave_CtmSaveOptions * | ptr, | 
| ptrdiff_t | i ) | 
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element. 
| MRC_API const MR_MeshSave_CtmSaveOptions * MR_MeshSave_CtmSaveOptions_OffsetPtr | ( | const MR_MeshSave_CtmSaveOptions * | ptr, | 
| ptrdiff_t | i ) | 
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element. 
| MRC_API void MR_MeshSave_CtmSaveOptions_Set_comment | ( | MR_MeshSave_CtmSaveOptions * | _this, | 
| const char * | value ) | 
comment saved in the file Modifies a member variable of class MR::MeshSave::CtmSaveOptions named comment. Parameter _this can not be null. It is a single object. 
| MRC_API void MR_MeshSave_CtmSaveOptions_Set_compressionLevel | ( | MR_MeshSave_CtmSaveOptions * | _this, | 
| int | value ) | 
LZMA compression: 0 - minimal compression, but fast; 9 - maximal compression, but slow Modifies a member variable of class MR::MeshSave::CtmSaveOptions named compressionLevel. Parameter _this can not be null. It is a single object. 
| MRC_API void MR_MeshSave_CtmSaveOptions_Set_meshCompression | ( | MR_MeshSave_CtmSaveOptions * | _this, | 
| MR_MeshSave_CtmSaveOptions_MeshCompression | value ) | 
Modifies a member variable of class MR::MeshSave::CtmSaveOptions named meshCompression. Parameter _this can not be null. It is a single object. 
| MRC_API void MR_MeshSave_CtmSaveOptions_Set_vertexPrecision | ( | MR_MeshSave_CtmSaveOptions * | _this, | 
| float | value ) | 
Modifies a member variable of class MR::MeshSave::CtmSaveOptions named vertexPrecision. Parameter _this can not be null. It is a single object. 
| MRC_API const MR_SaveSettings * MR_MeshSave_CtmSaveOptions_UpcastTo_MR_SaveSettings | ( | const MR_MeshSave_CtmSaveOptions * | object | ) | 
Upcasts an instance of MR::MeshSave::CtmSaveOptions to its base class MR::SaveSettings. This version is acting on mutable pointers. 
| MRC_API MR_expected_void_std_string * MR_MeshSave_toCtm_const_std_filesystem_path_ref_MR_MeshSave_CtmSaveOptions | ( | const MR_Mesh * | mesh, | 
| const char * | file, | ||
| const char * | file_end, | ||
| const MR_MeshSave_CtmSaveOptions * | options ) | 
saves in .ctm file Generated from function MR::MeshSave::toCtm. Parameter mesh can not be null. It is a single object. Parameter file is a UTF-8 encoded filesystem path. Parameter options 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_toCtm_const_std_filesystem_path_ref_MR_SaveSettings | ( | const MR_Mesh * | mesh, | 
| const char * | file, | ||
| const char * | file_end, | ||
| const MR_SaveSettings * | settings ) | 
Generated from function MR::MeshSave::toCtm. 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_toCtm_std_ostream_ref_MR_MeshSave_CtmSaveOptions | ( | const MR_Mesh * | mesh, | 
| MR_std_ostream * | out, | ||
| const MR_MeshSave_CtmSaveOptions * | options ) | 
Generated from function MR::MeshSave::toCtm. Parameter mesh can not be null. It is a single object. Parameter out can not be null. It is a single object. Parameter options 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_toCtm_std_ostream_ref_MR_SaveSettings | ( | const MR_Mesh * | mesh, | 
| MR_std_ostream * | out, | ||
| const MR_SaveSettings * | settings ) | 
Generated from function MR::MeshSave::toCtm. 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_MR_PointCloud_std_string * MR_PointsLoad_fromCtm_std_filesystem_path | ( | const char * | file, | 
| const char * | file_end, | ||
| const MR_PointsLoadSettings * | settings ) | 
loads from .ctm file Generated from function MR::PointsLoad::fromCtm. 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_MR_PointCloud_std_string_Destroy() to free it when you're done using it. 
| MRC_API MR_expected_MR_PointCloud_std_string * MR_PointsLoad_fromCtm_std_istream | ( | MR_std_istream * | in, | 
| const MR_PointsLoadSettings * | settings ) | 
Generated from function MR::PointsLoad::fromCtm. Parameter in 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_MR_PointCloud_std_string_Destroy() to free it when you're done using it. 
| MRC_API MR_PointsSave_CtmSavePointsOptions * MR_PointsSave_CtmSavePointsOptions_AssignFromAnother | ( | MR_PointsSave_CtmSavePointsOptions * | _this, | 
| MR_PassBy | _other_pass_by, | ||
| MR_PointsSave_CtmSavePointsOptions * | _other ) | 
Generated from a method of class MR::PointsSave::CtmSavePointsOptions named operator=. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
| MRC_API MR_PointsSave_CtmSavePointsOptions * MR_PointsSave_CtmSavePointsOptions_ConstructFromAnother | ( | MR_PassBy | _other_pass_by, | 
| MR_PointsSave_CtmSavePointsOptions * | _other ) | 
Generated from a constructor of class MR::PointsSave::CtmSavePointsOptions. Never returns null. Returns an instance allocated on the heap! Must call MR_PointsSave_CtmSavePointsOptions_Destroy() to free it when you're done using it. 
| MRC_API MR_PointsSave_CtmSavePointsOptions * MR_PointsSave_CtmSavePointsOptions_DefaultConstruct | ( | void | ) | 
Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_PointsSave_CtmSavePointsOptions_Destroy() to free it when you're done using it. 
| MRC_API MR_PointsSave_CtmSavePointsOptions * MR_PointsSave_CtmSavePointsOptions_DefaultConstructArray | ( | size_t | num_elems | ) | 
Constructs an array of empty (default-constructed) instances, of the specified size. Will never return null. The array must be destroyed using MR_PointsSave_CtmSavePointsOptions_DestroyArray(). Use MR_PointsSave_CtmSavePointsOptions_OffsetMutablePtr() and MR_PointsSave_CtmSavePointsOptions_OffsetPtr() to access the array elements. 
| MRC_API void MR_PointsSave_CtmSavePointsOptions_Destroy | ( | const MR_PointsSave_CtmSavePointsOptions * | _this | ) | 
Destroys a heap-allocated instance of MR_PointsSave_CtmSavePointsOptions. Does nothing if the pointer is null. 
| MRC_API void MR_PointsSave_CtmSavePointsOptions_DestroyArray | ( | const MR_PointsSave_CtmSavePointsOptions * | _this | ) | 
Destroys a heap-allocated array of MR_PointsSave_CtmSavePointsOptions. Does nothing if the pointer is null. 
| MRC_API const char *const * MR_PointsSave_CtmSavePointsOptions_Get_comment | ( | const MR_PointsSave_CtmSavePointsOptions * | _this | ) | 
comment saved in the file Returns a pointer to a member variable of class MR::PointsSave::CtmSavePointsOptions named comment. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
| MRC_API const int * MR_PointsSave_CtmSavePointsOptions_Get_compressionLevel | ( | const MR_PointsSave_CtmSavePointsOptions * | _this | ) | 
0 - minimal compression, but fast; 9 - maximal compression, but slow Returns a pointer to a member variable of class MR::PointsSave::CtmSavePointsOptions named compressionLevel. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
| MRC_API const char ** MR_PointsSave_CtmSavePointsOptions_GetMutable_comment | ( | MR_PointsSave_CtmSavePointsOptions * | _this | ) | 
comment saved in the file Returns a mutable pointer to a member variable of class MR::PointsSave::CtmSavePointsOptions named comment. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
| MRC_API int * MR_PointsSave_CtmSavePointsOptions_GetMutable_compressionLevel | ( | MR_PointsSave_CtmSavePointsOptions * | _this | ) | 
0 - minimal compression, but fast; 9 - maximal compression, but slow Returns a mutable pointer to a member variable of class MR::PointsSave::CtmSavePointsOptions named compressionLevel. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
| MRC_API MR_SaveSettings * MR_PointsSave_CtmSavePointsOptions_MutableUpcastTo_MR_SaveSettings | ( | MR_PointsSave_CtmSavePointsOptions * | object | ) | 
Upcasts an instance of MR::PointsSave::CtmSavePointsOptions to its base class MR::SaveSettings. 
| MRC_API MR_PointsSave_CtmSavePointsOptions * MR_PointsSave_CtmSavePointsOptions_OffsetMutablePtr | ( | MR_PointsSave_CtmSavePointsOptions * | ptr, | 
| ptrdiff_t | i ) | 
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element. 
| MRC_API const MR_PointsSave_CtmSavePointsOptions * MR_PointsSave_CtmSavePointsOptions_OffsetPtr | ( | const MR_PointsSave_CtmSavePointsOptions * | ptr, | 
| ptrdiff_t | i ) | 
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element. 
| MRC_API void MR_PointsSave_CtmSavePointsOptions_Set_comment | ( | MR_PointsSave_CtmSavePointsOptions * | _this, | 
| const char * | value ) | 
comment saved in the file Modifies a member variable of class MR::PointsSave::CtmSavePointsOptions named comment. Parameter _this can not be null. It is a single object. 
| MRC_API void MR_PointsSave_CtmSavePointsOptions_Set_compressionLevel | ( | MR_PointsSave_CtmSavePointsOptions * | _this, | 
| int | value ) | 
0 - minimal compression, but fast; 9 - maximal compression, but slow Modifies a member variable of class MR::PointsSave::CtmSavePointsOptions named compressionLevel. Parameter _this can not be null. It is a single object. 
| MRC_API const MR_SaveSettings * MR_PointsSave_CtmSavePointsOptions_UpcastTo_MR_SaveSettings | ( | const MR_PointsSave_CtmSavePointsOptions * | object | ) | 
Upcasts an instance of MR::PointsSave::CtmSavePointsOptions to its base class MR::SaveSettings. This version is acting on mutable pointers. 
| MRC_API MR_expected_void_std_string * MR_PointsSave_toCtm_const_std_filesystem_path_ref_MR_PointsSave_CtmSavePointsOptions | ( | const MR_PointCloud * | points, | 
| const char * | file, | ||
| const char * | file_end, | ||
| const MR_PointsSave_CtmSavePointsOptions * | options ) | 
saves in .ctm file Generated from function MR::PointsSave::toCtm. Parameter points can not be null. It is a single object. Parameter file is a UTF-8 encoded filesystem path. Parameter options 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_PointsSave_toCtm_const_std_filesystem_path_ref_MR_SaveSettings | ( | const MR_PointCloud * | points, | 
| const char * | file, | ||
| const char * | file_end, | ||
| const MR_SaveSettings * | settings ) | 
Generated from function MR::PointsSave::toCtm. Parameter points 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_PointsSave_toCtm_std_ostream_ref_MR_PointsSave_CtmSavePointsOptions | ( | const MR_PointCloud * | points, | 
| MR_std_ostream * | out, | ||
| const MR_PointsSave_CtmSavePointsOptions * | options ) | 
Generated from function MR::PointsSave::toCtm. Parameter points can not be null. It is a single object. Parameter out can not be null. It is a single object. Parameter options 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_PointsSave_toCtm_std_ostream_ref_MR_SaveSettings | ( | const MR_PointCloud * | points, | 
| MR_std_ostream * | out, | ||
| const MR_SaveSettings * | settings ) | 
Generated from function MR::PointsSave::toCtm. Parameter points 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.