17 #ifndef QmitkPointListViewWidget_h
18 #define QmitkPointListViewWidget_h
21 #include <QListWidget>
45 void PointSelectionChanged();
63 void SetTimeStep(
int t);
66 int GetTimeStep()
const;
69 void OnPointSetChanged(
const itk::Object * );
72 void OnPointSetDeleted(
const itk::Object * );
78 void OnItemDoubleClicked(QListWidgetItem *item);
81 void OnCurrentRowChanged(
int );
84 void keyPressEvent(QKeyEvent *e)
override;
85 void MoveSelectedPointUp();
86 void MoveSelectedPointDown();
87 void RemoveSelectedPoint();
88 void Update(
bool currentRowChanged =
false);
static void Update(vtkPolyData *)
Data structure which stores a set of points. Superclass of mitk::Mesh.