Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
static MapOfTaggedObjects theCrdTransfObjects;
43
44
bool
45
OPS_addCrdTransf(CrdTransf *newComponent) {
46
return theCrdTransfObjects.addComponent(newComponent);
47
}
48
49
bool OPS_removeCrdTransf(int tag)
50
{
Callers
2
OPS_CrdTransf
Function · 0.85
TclCommand_addGeomTransf
Function · 0.85
Calls
1
addComponent
Method · 0.45
Tested by
no test coverage detected