MCPcopy Create free account
hub / github.com/NatLabRockies/SAM / GetArray

Method GetArray

src/parametric.cpp:2888–2897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2886}
2887
2888std::vector<double> ParametricGridData::GetArray(int row, int col)
2889{
2890 std::vector<double> ret_val;
2891 if (VarValue *vv = GetVarValue(row, col))
2892 {
2893 if (vv->Type() == VV_ARRAY)
2894 ret_val = vv->Array();
2895 }
2896 return ret_val;
2897}
2898
2899double *ParametricGridData::GetArray(int row, int col, size_t *n)
2900{

Callers 13

OnNativeEventMethod · 0.45
GetResourcesMethod · 0.45
GetResourcesMethod · 0.45
CopyToClipboardMethod · 0.45
SaveToCSVMethod · 0.45
SendToExcelMethod · 0.45
ShowAllDataMethod · 0.45
PlotMethod · 0.45
AddPlotMethod · 0.45
QueryUtilityCompaniesMethod · 0.45
QueryUtilityRatesMethod · 0.45

Calls 2

TypeMethod · 0.80
ArrayMethod · 0.80

Tested by

no test coverage detected