13 #ifndef QmitkPointListViewWidget_h 14 #define QmitkPointListViewWidget_h 17 #include <QListWidget> 41 void PointSelectionChanged();
59 void SetTimeStep(
int t);
62 int GetTimeStep()
const;
65 void OnPointSetChanged();
68 void OnPointSetDeleted();
74 void OnItemDoubleClicked(QListWidgetItem *item);
77 void OnCurrentRowChanged(
int );
80 void keyPressEvent(QKeyEvent *e)
override;
81 void MoveSelectedPointUp();
82 void MoveSelectedPointDown();
83 void RemoveSelectedPoint();
84 void Update(
bool currentRowChanged =
false);
static void Update(vtkPolyData *)
Data structure which stores a set of points. Superclass of mitk::Mesh.