Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
276
mitk::PointSet *QmitkPointListWidget::GetPointSet()
277
{
278
return dynamic_cast<mitk::PointSet *>(m_PointSetNode->GetData());
279
}
280
281
mitk::DataNode *QmitkPointListWidget::GetPointSetNode()
282
{
Callers
1
OnBtnAddPointManually
Method · 0.95
Calls
1
GetData
Method · 0.45
Tested by
no test coverage detected