23 connect(
m_Controls.pointlistWidget, SIGNAL(PointListChanged()),
this,
25 connect(
m_Controls.btnAdd, SIGNAL(clicked()),
this,
44 return m_Controls.pointlistWidget->GetPointSet();
53 std::ostringstream strm;
54 strm.imbue(std::locale(
"C"));
55 strm << currentPos[0] <<
" | " << currentPos[1] <<
" | " << currentPos[2];
56 m_Controls.lineCurrentPos->setText(QString::fromStdString(strm.str()));
63 m_Controls.pointlistWidget->SetPointSetNode(newNode);
64 m_Controls.btnAdd->setEnabled(newNode !=
nullptr);
70 return m_Controls.pointlistWidget->GetPointSetNode();
Data structure which stores a set of points. Superclass of mitk::Mesh.
Class for nodes of the DataTree.