Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ SetMapper
Method
SetMapper
Modules/Core/src/DataManagement/mitkDataNode.cpp:149–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
149
void mitk::DataNode::SetMapper(MapperSlotId id, mitk::Mapper *mapper)
150
{
151
m_Mappers[id] = mapper;
152
153
if (mapper != nullptr)
154
mapper->SetDataNode(this);
155
}
156
157
void mitk::DataNode::UpdateOutputInformation()
158
{
Callers
15
AddDisplayPlaneSubTree
Function · 0.80
GenerateDataForRenderer
Method · 0.80
CheckForOutdatedGroups
Method · 0.80
GenerateImageSlice
Method · 0.80
LocalStorage
Method · 0.80
RenderSpline
Method · 0.80
RenderBlueSpline
Method · 0.80
RenderThickSpline
Method · 0.80
RenderLowResolutionSpline
Method · 0.80
createVolume
Method · 0.80
UpdateSpline
Method · 0.80
UpdateVtkObjects
Method · 0.80
Calls
1
SetDataNode
Method · 0.45
Tested by
7
RenderSpline
Method · 0.64
RenderBlueSpline
Method · 0.64
RenderThickSpline
Method · 0.64
RenderLowResolutionSpline
Method · 0.64
TestMapperSetting
Method · 0.64
mitkExtractSliceFilterTest
Function · 0.64
AddDisplayPlaneSubTree
Method · 0.64