QGIS API Documentation
3.43.0-Master (b60ef06885e)
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
43
class
_3D_EXPORT QgsGlobeEntity :
public
QgsChunkedEntity
44
{
45
public
:
46
QgsGlobeEntity(
Qgs3DMapSettings
*mapSettings );
47
~QgsGlobeEntity();
48
49
QVector<QgsRayCastingUtils::RayHit> rayIntersection(
const
QgsRayCastingUtils::Ray3D &ray,
const
QgsRayCastingUtils::RayCastContext
&context )
const override
;
50
};
51
52
54
55
#endif
// QGSGLOBECHUNKEDENTITY_H
Qgs3DMapSettings
Definition of the world.
Definition
qgs3dmapsettings.h:56
qgschunkedentity.h
QgsRayCastingUtils::RayCastContext
Helper struct to store ray casting parameters.
Definition
qgsraycastingutils.h:52
Generated on Sun Apr 6 2025 18:57:15 for QGIS API Documentation by
1.9.8