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

Method SetMax

Modules/ROI/src/mitkROI.cpp:175–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175void mitk::ROI::Element::SetMax(const Point3D& max, TimeStepType t)
176{
177 m_Max[t] = max;
178}
179
180mitk::PropertyList* mitk::ROI::Element::GetDefaultProperties() const
181{

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