QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
qgsabstractpointcloud3drenderer.h
Go to the documentation of this file.
1/***************************************************************************
2 qgsabstractpointcloud3drenderer.h
3 --------------------------------------
4 Date : March 2022
5 Copyright : (C) 2022 by Stefanos Natsis
6 Email : uclaros at gmail dot com
7 ***************************************************************************
8 * *
9 * This program is free software; you can redistribute it and/or modify *
10 * it under the terms of the GNU General Public License as published by *
11 * the Free Software Foundation; either version 2 of the License, or *
12 * (at your option) any later version. *
13 * *
14 ***************************************************************************/
15
16#ifndef QGSABSTRACTPOINTCLOUD3DRENDERER_H
17#define QGSABSTRACTPOINTCLOUD3DRENDERER_H
18
19#include "qgis_core.h"
20#include "qgis_sip.h"
22
24
25#ifndef SIP_RUN
26namespace Qt3DCore
27{
28 class QEntity;
29}
30#endif
31
41{
42 public:
45
51 virtual bool convertFrom2DRenderer( QgsPointCloudRenderer *renderer ) = 0;
52
53 protected:
56
57 private:
58#ifdef SIP_RUN
61#endif
62
63 Q_DISABLE_COPY( QgsAbstractPointCloud3DRenderer )
64};
65
66
67#endif // QGSABSTRACTPOINTCLOUD3DRENDERER_H
Base class for all renderers that may to participate in 3D view.
Base class for point cloud 3D renderers.
QgsAbstractPointCloud3DRenderer()=default
Default constructor.
virtual bool convertFrom2DRenderer(QgsPointCloudRenderer *renderer)=0
Updates the 3D renderer's symbol to match that of a given QgsPointCloudRenderer.
virtual ~QgsAbstractPointCloud3DRenderer()=default
Default destructor.
Abstract base class for 2d point cloud renderers.
#define SIP_ABSTRACT
Definition: qgis_sip.h:213