#include <MRCMisc/common.h>
#include <MRCMisc/exports.h>
Go to the source code of this file.
◆ MR_expected_MR_Polyline3_std_string
◆ MR_LinesLoadSettings
◆ MR_std_istream
◆ MR_LinesLoad_fromSvg_2_std_filesystem_path()
loads shapes (polylines, paths, etc.) from file in .SVG format Generated from function MR::LinesLoad::fromSvg. 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_Polyline3_std_string_Destroy() to free it when you're done using it.
◆ MR_LinesLoad_fromSvg_2_std_istream()
Generated from function MR::LinesLoad::fromSvg. 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_Polyline3_std_string_Destroy() to free it when you're done using it.
◆ MR_LinesLoad_fromSvg_3()
Generated from function MR::LinesLoad::fromSvg. 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_Polyline3_std_string_Destroy() to free it when you're done using it.