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

Function SetParametricRange

Common/DataModel/vtkSpline.h:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 */
64 void SetParametricRange(double tMin, double tMax);
65 void SetParametricRange(double tRange[2]) { this->SetParametricRange(tRange[0], tRange[1]); }
66 void GetParametricRange(double tRange[2]) const;
67 ///@}
68

Callers

nothing calls this directly

Calls 1

SetParametricRangeMethod · 0.80

Tested by

no test coverage detected