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

Method isSet

SRC/interpreter/PythonModelBuilder.h:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 int getNDF() const {return ndf;}
64 void set(int n, int f) {ndm=n; ndf=f;isset=true;}
65 bool isSet() const {return isset;}
66
67 void setCurrentLoadPattern(LoadPattern* pattern) {currentLoadPattern = pattern;}
68 LoadPattern* getCurrentLoadPattern() {return currentLoadPattern;}

Callers 15

OPS_GetNDMFunction · 0.80
OPS_GetNDFFunction · 0.80
ops_addNodeFunction · 0.80
ops_addHomogeneousBCFunction · 0.80
ops_addElementFunction · 0.80
ops_addTimeSeriesFunction · 0.80
ops_addPatternFunction · 0.80
ops_addNodalLoadFunction · 0.80
ops_addSPFunction · 0.80
ops_addSectionFunction · 0.80
ops_addNDMaterialFunction · 0.80
ops_addFiberFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected