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

Method setInt

SRC/interpreter/PythonModule.cpp:382–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382int
383PythonModule::setInt(int *data, int numArgs, bool scalar) {
384 wrapper.setOutputs(data, numArgs, scalar);
385
386 return 0;
387}
388
389int PythonModule::setInt(std::vector<std::vector<int>> &data) {
390 wrapper.setOutputs(data);

Callers 4

OPS_SetIntOutputFunction · 0.45
OPS_SetIntListsOutputFunction · 0.45
OPS_SetIntDictOutputFunction · 0.45
OPS_SetIntDictListOutputFunction · 0.45

Calls 1

setOutputsMethod · 0.45

Tested by

no test coverage detected