#include "config.h"
#include "exports.h"
#include <MRMesh/MRAffineXf3.h>
#include <MRMesh/MRColor.h>
#include <MRMesh/MRExpected.h>
#include <MRMesh/MRPointCloud.h>
#include <MRMesh/MRPointsLoadSettings.h>
#include <filesystem>
#include <string>
Go to the source code of this file.
Classes | |
struct | MR::PointsLoad::E57LoadSettings |
struct | MR::PointsLoad::NamedCloud |
loads scene from e57 file More... | |
Namespaces | |
namespace | MR |
namespace | MR::PointsLoad |
Functions | |
MRIOEXTRAS_API Expected< std::vector< NamedCloud > > | MR::PointsLoad::fromSceneE57File (const std::filesystem::path &file, const E57LoadSettings &settings={}) |
MRIOEXTRAS_API Expected< PointCloud > | MR::PointsLoad::fromE57 (const std::filesystem::path &file, const PointsLoadSettings &settings={}) |
loads from .e57 file | |
MRIOEXTRAS_API Expected< PointCloud > | MR::PointsLoad::fromE57 (std::istream &in, const PointsLoadSettings &settings={}) |
MRIOEXTRAS_API Expected< std::vector< std::shared_ptr< Object > > > | MR::PointsLoad::loadObjectFromE57 (const std::filesystem::path &path, std::string *warnings=nullptr, ProgressCallback cb={}) |