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

Method GetInputImage

Modules/MapperExt/src/mitkVolumeMapperVtkSmart3D.cpp:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83vtkImageData* mitk::VolumeMapperVtkSmart3D::GetInputImage()
84{
85 auto input = dynamic_cast<mitk::Image*>(this->GetDataNode()->GetData());
86 return input->GetVtkImageData(this->GetTimestep());
87}
88
89void mitk::VolumeMapperVtkSmart3D::createMapper(vtkImageData* imageData)
90{

Callers

nothing calls this directly

Calls 3

GetDataMethod · 0.45
GetDataNodeMethod · 0.45
GetVtkImageDataMethod · 0.45

Tested by

no test coverage detected