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

Method GetPointSet

Modules/QtWidgetsExt/src/QmitkPointListWidget.cpp:276–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276mitk::PointSet *QmitkPointListWidget::GetPointSet()
277{
278 return dynamic_cast<mitk::PointSet *>(m_PointSetNode->GetData());
279}
280
281mitk::DataNode *QmitkPointListWidget::GetPointSetNode()
282{

Callers 1

OnBtnAddPointManuallyMethod · 0.95

Calls 1

GetDataMethod · 0.45

Tested by

no test coverage detected