ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
vtkplot2dwidget.h
Go to the documentation of this file.
1 // ----------------------------------------------------------------------------
2 // - CloudViewer: www.cloudViewer.org -
3 // ----------------------------------------------------------------------------
4 // Copyright (c) 2018-2024 www.cloudViewer.org
5 // SPDX-License-Identifier: MIT
6 // ----------------------------------------------------------------------------
7 
8 #pragma once
9 
10 #include "../qPCL.h"
11 #include "vtkplotwidget.h"
12 
13 namespace VtkUtils {
14 class VtkPlot2DWidgetPrivate;
16  Q_OBJECT
17 public:
18  explicit VtkPlot2DWidget(QWidget* parent = nullptr);
19  ~VtkPlot2DWidget();
20 
21  vtkContextItem* chart() const;
22 
23 private:
24  VtkPlot2DWidgetPrivate* d_ptr;
25  Q_DISABLE_COPY(VtkPlot2DWidget)
26 };
27 
28 } // namespace VtkUtils
#define QPCL_ENGINE_LIB_API
Definition: qPCL.h:15