MCPcopy 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
149void 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
157void mitk::DataNode::UpdateOutputInformation()
158{

Callers 15

AddDisplayPlaneSubTreeFunction · 0.80
GenerateImageSliceMethod · 0.80
LocalStorageMethod · 0.80
RenderSplineMethod · 0.80
RenderBlueSplineMethod · 0.80
RenderThickSplineMethod · 0.80
createVolumeMethod · 0.80
UpdateSplineMethod · 0.80
UpdateVtkObjectsMethod · 0.80

Calls 1

SetDataNodeMethod · 0.45

Tested by 7

RenderSplineMethod · 0.64
RenderBlueSplineMethod · 0.64
RenderThickSplineMethod · 0.64
TestMapperSettingMethod · 0.64