| 99 | } |
| 100 | |
| 101 | void mitk::VolumeMapperVtkSmart3D::createVolume() |
| 102 | { |
| 103 | m_Volume->SetMapper(m_SmartVolumeMapper); |
| 104 | m_Volume->SetProperty(m_VolumeProperty); |
| 105 | } |
| 106 | |
| 107 | void mitk::VolumeMapperVtkSmart3D::createVolumeProperty() |
| 108 | { |
nothing calls this directly
no test coverage detected