MCPcopy Create free account
hub / github.com/Kitware/VTK / GetValue

Method GetValue

Common/DataModel/vtkPiecewiseFunction.cxx:600–605  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

598
599//------------------------------------------------------------------------------
600double vtkPiecewiseFunction::GetValue(double x)
601{
602 double table[1];
603 this->GetTable(x, x, 1, table);
604 return table[0];
605}
606
607//------------------------------------------------------------------------------
608int vtkPiecewiseFunction::AdjustRange(double range[2])

Callers 1

AdjustRangeMethod · 0.95

Calls 1

GetTableMethod · 0.95

Tested by

no test coverage detected