MCPcopy Create free account
hub / github.com/MITK/MITK / SetMin

Method SetMin

Modules/ROI/src/mitkROI.cpp:165–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165void mitk::ROI::Element::SetMin(const Point3D& min, TimeStepType t)
166{
167 m_Min[t] = min;
168}
169
170mitk::Point3D mitk::ROI::Element::GetMax(TimeStepType t) const
171{

Callers 5

UpdateRangesMethod · 0.80
SetColorTransferFunctionFunction · 0.80
SetPiecewiseFunctionFunction · 0.80
from_jsonMethod · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected