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

Method GetInputDataAsPointSet

Modules/MatchPointRegistrationUI/src/QmitkMappingJob.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42};
43
44const mitk::PointSet *QmitkMappingJob::GetInputDataAsPointSet() const
45{
46 return dynamic_cast<const mitk::PointSet *>(m_spInputData.GetPointer());
47};
48
49const map::core::RegistrationBase *QmitkMappingJob::GetRegistration() const
50{

Callers 1

runMethod · 0.95

Calls 1

GetPointerMethod · 0.80

Tested by

no test coverage detected