Home
last modified time | relevance | path

Searched refs:pointsDeleted (Results 1 – 4 of 4) sorted by relevance

/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DPiecewiseLinearFunction.cpp372 bool pointsDeleted = false; in deletePoints() local
382 pointsDeleted = true; in deletePoints()
385 if (pointsDeleted) in deletePoints()
389 return pointsDeleted; in deletePoints()
H A DPiecewiseConstantFunction.cpp369 bool pointsDeleted = false; in deletePoints() local
379 pointsDeleted = true; in deletePoints()
384 return pointsDeleted; in deletePoints()
H A DGCVSpline.cpp533 bool pointsDeleted = false; in deletePoints() local
546 pointsDeleted = true; in deletePoints()
550 if (pointsDeleted) { in deletePoints()
556 return pointsDeleted; in deletePoints()
H A DSimmSpline.cpp475 bool pointsDeleted = false; in deletePoints() local
485 pointsDeleted = true; in deletePoints()
488 if (pointsDeleted) in deletePoints()
492 return pointsDeleted; in deletePoints()