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

Function OPS_GetNumRemainingInputArgs

SRC/interpreter/OpenSeesCommands.cpp:1048–1053  ·  view source on GitHub ↗

//////////////////////// / OpenSees APIs /// ///// ////////////////////////

Source from the content-addressed store, hash-verified

1046//// OpenSees APIs /// /////
1047/////////////////////////////
1048int OPS_GetNumRemainingInputArgs()
1049{
1050 if (cmds == 0) return 0;
1051 DL_Interpreter* interp = cmds->getInterpreter();
1052 return interp->getNumRemainingInputArgs();
1053}
1054
1055int OPS_GetIntInput(int *numData, int*data)
1056{

Callers 15

OPS_NDMaterialFunction · 0.70
OPS_updateMaterialStageFunction · 0.70
setPFEMAnalysisMethod · 0.70
setTransientAnalysisMethod · 0.70
OPS_modelFunction · 0.70
OPS_SystemFunction · 0.70
OPS_NumbererFunction · 0.70
OPS_ConstraintHandlerFunction · 0.70
OPS_CTestFunction · 0.70
OPS_IntegratorFunction · 0.70
OPS_AlgorithmFunction · 0.70
OPS_AnalysisFunction · 0.70

Calls 2

getInterpreterMethod · 0.80

Tested by 1

OPS_NDTestFunction · 0.56