Go to the source code of this file.
Classes | |
struct | MR::LoadedObjectT< ObjectT > |
result of loading (e.g. from a file) as one object (with possible subobjects) More... | |
struct | MR::LoadedObjects |
result of loading (e.g. from a file) as a number of objects More... | |
Namespaces | |
namespace | MR |
Typedefs | |
using | MR::ObjectPtr = std::shared_ptr<Object> |
using | MR::LoadedObject = LoadedObjectT<Object> |
using | MR::LoadedObjectMesh = LoadedObjectT<ObjectMesh> |
using | MR::LoadedObjectPoints = LoadedObjectT<ObjectPoints> |
using | MR::LoadedObjectLines = LoadedObjectT<ObjectLines> |
using | MR::LoadedObjectVoxels = LoadedObjectT<ObjectVoxels> |