MCPcopy Create free account
hub / github.com/assimp/assimp / GetClassName

Method GetClassName

code/AssetLib/Step/STEPFile.h:411–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409 }
410
411 std::string GetClassName() const {
412 return classname;
413 }
414
415 void SetID(uint64_t newval) {
416 id = newval;

Callers 10

ProcessCurveFunction · 0.80
ProcessProfileFunction · 0.80
ProcessConnectedFaceSetFunction · 0.80
ProcessSweptAreaSolidFunction · 0.80
ProcessGeometricItemFunction · 0.80
ResolveObjectPlacementFunction · 0.80
ProcessMappedItemFunction · 0.80
ProcessSpatialStructureFunction · 0.80
ProcessBooleanFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected