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
 

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

◆ 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: