MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / G3_getCrdTransf

Function G3_getCrdTransf

SRC/runtime/parsing/InterpreterAPI.cpp:354–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352
353
354CrdTransf *
355G3_getCrdTransf(G3_Runtime *rt, G3_Tag tag)
356{
357 BasicModelBuilder* builder = G3_getSafeBuilder(rt);
358 if (!builder) {
359 return nullptr;
360 }
361 return builder->getTypedObject<CrdTransf>(tag);
362}
363
364SectionForceDeformation*
365G3_getSectionForceDeformation(G3_Runtime* rt, int tag)

Callers

nothing calls this directly

Calls 1

G3_getSafeBuilderFunction · 0.85

Tested by

no test coverage detected