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

Method createVolume

Modules/MapperExt/src/mitkVolumeMapperVtkSmart3D.cpp:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void mitk::VolumeMapperVtkSmart3D::createVolume()
102{
103 m_Volume->SetMapper(m_SmartVolumeMapper);
104 m_Volume->SetProperty(m_VolumeProperty);
105}
106
107void mitk::VolumeMapperVtkSmart3D::createVolumeProperty()
108{

Callers

nothing calls this directly

Calls 2

SetMapperMethod · 0.80
SetPropertyMethod · 0.45

Tested by

no test coverage detected