![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <vtkplotwidget.h>


Public Member Functions | |
| VtkPlotWidget (QWidget *parent=nullptr) | |
| virtual | ~VtkPlotWidget () |
| virtual vtkContextItem * | chart () const =0 |
| vtkContextView * | contextView () const |
| vtkRenderWindow * | GetRenderWindow () |
Protected Member Functions | |
| void | init () |
Definition at line 35 of file vtkplotwidget.h.
|
explicit |
Definition at line 39 of file vtkplotwidget.cpp.
References init().
|
virtual |
Definition at line 45 of file vtkplotwidget.cpp.
|
pure virtual |
Implemented in VtkUtils::VtkPlotPieWidget, VtkUtils::VtkPlot3DWidget, and VtkUtils::VtkPlot2DWidget.
| vtkContextView * VtkUtils::VtkPlotWidget::contextView | ( | ) | const |
Definition at line 54 of file vtkplotwidget.cpp.
Referenced by VtkUtils::VtkPlot2DWidget::chart(), VtkUtils::VtkPlot3DWidget::chart(), and VtkUtils::VtkPlotPieWidget::chart().
|
inline |
Definition at line 44 of file vtkplotwidget.h.
Referenced by init().
|
protected |
Definition at line 47 of file vtkplotwidget.cpp.
References GetRenderWindow().
Referenced by VtkPlotWidget().