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

Function OPS_addCrdTransf

SRC/coordTransformation/CrdTransf.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42static MapOfTaggedObjects theCrdTransfObjects;
43
44bool
45OPS_addCrdTransf(CrdTransf *newComponent) {
46 return theCrdTransfObjects.addComponent(newComponent);
47}
48
49bool OPS_removeCrdTransf(int tag)
50{

Callers 2

OPS_CrdTransfFunction · 0.85
TclCommand_addGeomTransfFunction · 0.85

Calls 1

addComponentMethod · 0.45

Tested by

no test coverage detected