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

Method GetInputDataAsImage

Modules/MatchPointRegistrationUI/src/QmitkMappingJob.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37};
38
39const mitk::Image *QmitkMappingJob::GetInputDataAsImage() const
40{
41 return dynamic_cast<const mitk::Image *>(m_spInputData.GetPointer());
42};
43
44const mitk::PointSet *QmitkMappingJob::GetInputDataAsPointSet() const
45{

Callers 1

runMethod · 0.95

Calls 1

GetPointerMethod · 0.80

Tested by

no test coverage detected