MCPcopy 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
58int
59MovableObject::getClassTag(void) const
60{
61 return classTag;
62}
63
64static char unknownClassType[] = {"UnknownMovableObject"};
65

Callers 15

onActivateMethod · 0.45
onDeactivateMethod · 0.45
sendSelfMethod · 0.45
recvSelfMethod · 0.45
sendSelfMethod · 0.45
recvSelfMethod · 0.45
sendSelfMethod · 0.45
recvSelfMethod · 0.45
sendSelfMethod · 0.45
recvSelfMethod · 0.45
sendSelfMethod · 0.45
recvSelfMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected