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

Method createMapper

Modules/MapperExt/src/mitkVolumeMapperVtkSmart3D.cpp:89–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void mitk::VolumeMapperVtkSmart3D::createMapper(vtkImageData* imageData)
90{
91 Vector3D spacing;
92 FillVector3D(spacing, 1.0, 1.0, 1.0);
93
94 m_ImageChangeInformation->SetInputData(imageData);
95 m_ImageChangeInformation->SetOutputSpacing(spacing.GetDataPointer());
96
97 m_SmartVolumeMapper->SetBlendModeToComposite();
98 m_SmartVolumeMapper->SetInputConnection(m_ImageChangeInformation->GetOutputPort());
99}
100
101void mitk::VolumeMapperVtkSmart3D::createVolume()
102{

Callers

nothing calls this directly

Calls 2

FillVector3DFunction · 0.85
SetInputConnectionMethod · 0.80

Tested by

no test coverage detected