Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ OPS_GetIntInput
Function
OPS_GetIntInput
DEVELOPER/core/win32Functions.cpp:231–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
229
}
230
231
extern
"C"
int OPS_GetIntInput(int *numData, int*data)
232
{
233
return (*OPS_GetIntInputPtr)(numData, data);
234
}
235
236
extern
"C"
int OPS_GetDoubleInput(int *numData, double *data)
237
{
Callers
15
OPS_PlaneStress
Function · 0.70
OPS_PlateFiberMaterial
Function · 0.70
OPS_Node
Function · 0.70
OPS_HomogeneousBC
Function · 0.70
OPS_HomogeneousBC_X
Function · 0.70
OPS_HomogeneousBC_Y
Function · 0.70
OPS_HomogeneousBC_Z
Function · 0.70
OPS_EqualDOF
Function · 0.70
OPS_EqualDOF_Mixed
Function · 0.70
OPS_PlaneStrain
Function · 0.70
OPS_Truss2D
Function · 0.50
trussC
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected