![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Implementation of the simplified selection reaction class. More...
#include "cvRenderViewSelectionReaction.h"#include "cvSelectionHighlighter.h"#include "cvSelectionPipeline.h"#include "cvViewSelectionManager.h"#include "PclUtils/PCLVis.h"#include <CVLog.h>#include <ecvDisplayTools.h>#include <vtkCell.h>#include <vtkCellData.h>#include <vtkCellType.h>#include <vtkCommand.h>#include <vtkDataArray.h>#include <vtkFieldData.h>#include <vtkHardwareSelector.h>#include <vtkIdTypeArray.h>#include <vtkIntArray.h>#include <vtkInteractorStyle.h>#include <vtkInteractorStyleDrawPolygon.h>#include <vtkInteractorStyleRubberBand3D.h>#include <vtkInteractorStyleRubberBandPick.h>#include <vtkInteractorStyleRubberBandZoom.h>#include <vtkInteractorStyleTrackballCamera.h>#include <vtkPointData.h>#include <vtkPolyData.h>#include <vtkRenderWindow.h>#include <vtkRenderWindowInteractor.h>#include <vtkRenderer.h>#include <vtkStringArray.h>#include <vtkVector.h>#include <QActionGroup>#include <QApplication>#include <QClipboard>#include <QKeySequence>#include <QMainWindow>#include <QMessageBox>#include <QPixmap>#include <QShortcut>#include <QTimer>#include <QToolTip>#include <QWidget>#include "zoom.xpm"
Go to the source code of this file.
Implementation of the simplified selection reaction class.
This implementation directly mirrors ParaView's pqRenderViewSelectionReaction for clean, maintainable selection handling.
Reference: ParaView/Qt/ApplicationComponents/pqRenderViewSelectionReaction.cxx
Definition in file cvRenderViewSelectionReaction.cpp.