Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
165
void mitk::ROI::Element::SetMin(const Point3D& min, TimeStepType t)
166
{
167
m_Min[t] = min;
168
}
169
170
mitk::Point3D mitk::ROI::Element::GetMax(TimeStepType t) const
171
{
Callers
5
UpdateRanges
Method · 0.80
SetColorTransferFunction
Function · 0.80
SetPiecewiseFunction
Function · 0.80
from_json
Method · 0.80
Run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected