18#include "ui_VtkAddFilterDialogBase.h"
34 QModelIndex parentIndex,
35 QDialog* parent =
nullptr);
Dialog for selecting a filter to be applied to a VtkPipelineItem. The dialog lets you select filters ...
VtkAddFilterDialog(VtkVisPipeline &pipeline, QModelIndex parentIndex, QDialog *parent=nullptr)
VtkVisPipeline & _pipeline
void on_buttonBox_accepted()
void on_filterListWidget_currentRowChanged(int currentRow)
VtkVisPipeline manages the VTK visualization. It is a TreeModel and provides functions for adding and...