4#ifndef MRIOEXTRAS_NO_E57
41MRIOEXTRAS_API Expected<std::vector<NamedCloud>>
fromSceneE57File(
const std::filesystem::path& file,
45MRIOEXTRAS_API Expected<PointCloud>
fromE57(
const std::filesystem::path& file,
49MRIOEXTRAS_API Expected<LoadedObjects>
loadObjectFromE57(
const std::filesystem::path& path,
const ProgressCallback& cb = {} );
Definition MRPointsLoadSettings.h:10
new unsafe MR.Std.Function_BoolFuncFromFloat progress
new unsafe ref bool combineAllObjects
new unsafe ref bool identityXf
MRIOEXTRAS_API Expected< LoadedObjects > loadObjectFromE57(const std::filesystem::path &path, const ProgressCallback &cb={})
MRIOEXTRAS_API Expected< PointCloud > fromE57(const std::filesystem::path &file, const PointsLoadSettings &settings={})
loads from .e57 file
MRIOEXTRAS_API Expected< std::vector< NamedCloud > > fromSceneE57File(const std::filesystem::path &file, const E57LoadSettings &settings={})