MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::LoadedObjectT< ObjectT > Struct Template Reference

result of loading (e.g. from a file) as one object (with possible subobjects) More...

#include <MRLoadedObjects.h>

Public Attributes

std::shared_ptr< ObjectT > obj
 
std::string warnings
 
std::optional< LengthUnitlengthUnit
 units of object coordinates and transformations (if known)
 

Detailed Description

template<typename ObjectT = Object>
struct MR::LoadedObjectT< ObjectT >

result of loading (e.g. from a file) as one object (with possible subobjects)

Member Data Documentation

◆ lengthUnit

template<typename ObjectT = Object>
std::optional<LengthUnit> MR::LoadedObjectT< ObjectT >::lengthUnit

units of object coordinates and transformations (if known)

◆ obj

template<typename ObjectT = Object>
std::shared_ptr<ObjectT> MR::LoadedObjectT< ObjectT >::obj

◆ warnings

template<typename ObjectT = Object>
std::string MR::LoadedObjectT< ObjectT >::warnings

The documentation for this struct was generated from the following file: