MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / rootObject

Method rootObject

source/MRIOExtras/MRStep.cpp:216–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214 }
215
216 [[nodiscard]] std::shared_ptr<Object> rootObject() const
217 {
218 return rootObj_;
219 }
220
221 [[nodiscard]] Expected<void> loadModelStructure( STEPControl_Reader& reader, [[maybe_unused]] const ProgressCallback& callback )
222 {

Callers 2

fromStepImplFunction · 0.80
fromSceneStepFileImplFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected