Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
const mitk::Image *QmitkMappingJob::GetInputDataAsImage() const
40
{
41
return dynamic_cast<const mitk::Image *>(m_spInputData.GetPointer());
42
};
43
44
const mitk::PointSet *QmitkMappingJob::GetInputDataAsPointSet() const
45
{
Callers
1
run
Method · 0.95
Calls
1
GetPointer
Method · 0.80
Tested by
no test coverage detected