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

Method AddPoint

Common/DataModel/vtkPiecewiseFunction.cxx:374–377  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

372
373//------------------------------------------------------------------------------
374int vtkPiecewiseFunction::AddPoint(double x, double y)
375{
376 return this->AddPoint(x, y, 0.5, 0.0);
377}
378
379//------------------------------------------------------------------------------
380int vtkPiecewiseFunction::AddPoint(double x, double y, double midpoint, double sharpness)

Callers 4

DeepCopyMethod · 0.95
ShallowCopyMethod · 0.95
AddSegmentMethod · 0.95
AdjustRangeMethod · 0.95

Calls 4

RemovePointMethod · 0.95
SortAndUpdateRangeMethod · 0.95
push_backMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected