Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ getClassTag
Method
getClassTag
SRC/actor/actor/MovableObject.cpp:58–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
57
58
int
59
MovableObject::getClassTag(void) const
60
{
61
return classTag;
62
}
63
64
static char unknownClassType[] = {
"UnknownMovableObject"
};
65
Callers
15
onActivate
Method · 0.45
onDeactivate
Method · 0.45
sendSelf
Method · 0.45
recvSelf
Method · 0.45
sendSelf
Method · 0.45
recvSelf
Method · 0.45
sendSelf
Method · 0.45
recvSelf
Method · 0.45
sendSelf
Method · 0.45
recvSelf
Method · 0.45
sendSelf
Method · 0.45
recvSelf
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected