MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / getptr

Function getptr

src/Mod/Material/App/ModelLibrary.h:61–64  ·  view source on GitHub ↗

Use this to get a shared_ptr for *this

Source from the content-addressed store, hash-verified

59
60 // Use this to get a shared_ptr for *this
61 std::shared_ptr<ModelLibrary> getptr()
62 {
63 return shared_from_this();
64 }
65};
66
67class MaterialsExport ModelLibraryLocal: public ModelLibrary

Callers 3

saveMaterialMethod · 0.70
addMaterialMethod · 0.70
addModelMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected