QGIS API Documentation
3.43.0-Master (7996e1b587e)
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
f
g
h
i
l
m
n
o
p
q
r
s
t
w
Functions
a
b
c
d
f
g
h
i
l
m
n
o
p
r
s
t
w
Variables
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
2
3
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
2
3
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Related Symbols
3
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
Files
File List
File Members
All
3
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
a
b
c
e
f
g
h
i
l
n
o
p
q
r
s
t
w
Typedefs
3
a
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
Enumerator
Macros
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
w
y
Loading...
Searching...
No Matches
src
3d
qgsglobechunkedentity.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgsglobechunkedentity.h
3
--------------------------------------
4
Date : March 2025
5
Copyright : (C) 2025 by Martin Dobias
6
Email : wonder dot sk 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 QGSGLOBECHUNKEDENTITY_H
17
#define QGSGLOBECHUNKEDENTITY_H
18
19
#include "qgis_3d.h"
20
22
23
//
24
// W A R N I N G
25
// -------------
26
//
27
// This file is not part of the QGIS API. It exists purely as an
28
// implementation detail. This header file may change from version to
29
// version without notice, or even be removed.
30
//
31
32
#define SIP_NO_FILE
33
34
35
#include "
qgschunkedentity.h
"
36
37
class
QgsMapLayer
;
38
class
QgsGlobeMapUpdateJobFactory;
39
40
46
class
_3D_EXPORT QgsGlobeEntity :
public
QgsChunkedEntity
47
{
48
public
:
49
QgsGlobeEntity(
Qgs3DMapSettings
*mapSettings );
50
~QgsGlobeEntity();
51
52
QVector<QgsRayCastingUtils::RayHit> rayIntersection(
const
QgsRayCastingUtils::Ray3D &ray,
const
QgsRayCastingUtils::RayCastContext
&context )
const override
;
53
54
private
slots:
55
void
invalidateMapImages();
56
void
onLayersChanged();
57
58
private
:
59
void
connectToLayersRepaintRequest();
60
61
private
:
62
std::unique_ptr<QgsGlobeMapUpdateJobFactory> mUpdateJobFactory;
63
65
QList<QgsMapLayer *> mLayers;
66
};
67
68
70
71
#endif
// QGSGLOBECHUNKEDENTITY_H
Qgs3DMapSettings
Definition of the world.
Definition
qgs3dmapsettings.h:56
QgsMapLayer
Base class for all map layer types.
Definition
qgsmaplayer.h:77
qgschunkedentity.h
QgsRayCastingUtils::RayCastContext
Helper struct to store ray casting parameters.
Definition
qgsraycastingutils.h:52
Generated on Sat Apr 19 2025 10:53:21 for QGIS API Documentation by
1.9.8