marble
#include <GeoDataLineString_p.h>

Public Attributes | |
| bool | m_dirtyBox |
| bool | m_dirtyRange |
| GeoDataLineString * | m_rangeCorrected |
| TessellationFlags | m_tessellationFlags |
| QVector< GeoDataCoordinates > | m_vector |
Public Attributes inherited from Marble::GeoDataGeometryPrivate | |
| AltitudeMode | m_altitudeMode |
| bool | m_extrude |
| GeoDataLatLonAltBox | m_latLonAltBox |
| QAtomicInt | ref |
Detailed Description
Definition at line 21 of file GeoDataLineString_p.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 24 of file GeoDataLineString_p.h.
|
inline |
Definition at line 32 of file GeoDataLineString_p.h.
|
inline |
Definition at line 39 of file GeoDataLineString_p.h.
Member Function Documentation
|
inlinevirtual |
Reimplemented from Marble::GeoDataGeometryPrivate.
Reimplemented in Marble::GeoDataLinearRingPrivate.
Definition at line 56 of file GeoDataLineString_p.h.
| GeoDataCoordinates Marble::GeoDataLineStringPrivate::findDateLine | ( | const GeoDataCoordinates & | previousCoords, |
| const GeoDataCoordinates & | currentCoords, | ||
| int | recursionCounter | ||
| ) |
Definition at line 86 of file GeoDataLineString.cpp.
|
inlinevirtual |
Reimplemented from Marble::GeoDataGeometryPrivate.
Reimplemented in Marble::GeoDataLinearRingPrivate.
Definition at line 68 of file GeoDataLineString_p.h.
| void Marble::GeoDataLineStringPrivate::interpolateDateLine | ( | const GeoDataCoordinates & | previousCoords, |
| const GeoDataCoordinates & | currentCoords, | ||
| GeoDataCoordinates & | previousAtDateline, | ||
| GeoDataCoordinates & | currentAtDateline, | ||
| TessellationFlags | f | ||
| ) |
Definition at line 54 of file GeoDataLineString.cpp.
|
inlinevirtual |
Reimplemented from Marble::GeoDataGeometryPrivate.
Reimplemented in Marble::GeoDataLinearRingPrivate.
Definition at line 63 of file GeoDataLineString_p.h.
|
inline |
Definition at line 44 of file GeoDataLineString_p.h.
| void Marble::GeoDataLineStringPrivate::toDateLineCorrected | ( | const GeoDataLineString & | q, |
| QVector< GeoDataLineString * > & | lineStrings | ||
| ) |
Definition at line 446 of file GeoDataLineString.cpp.
| void Marble::GeoDataLineStringPrivate::toPoleCorrected | ( | const GeoDataLineString & | q, |
| GeoDataLineString & | poleCorrected | ||
| ) |
Definition at line 380 of file GeoDataLineString.cpp.
Member Data Documentation
| bool Marble::GeoDataLineStringPrivate::m_dirtyBox |
Definition at line 93 of file GeoDataLineString_p.h.
| bool Marble::GeoDataLineStringPrivate::m_dirtyRange |
Definition at line 91 of file GeoDataLineString_p.h.
| GeoDataLineString* Marble::GeoDataLineStringPrivate::m_rangeCorrected |
Definition at line 90 of file GeoDataLineString_p.h.
| TessellationFlags Marble::GeoDataLineStringPrivate::m_tessellationFlags |
Definition at line 96 of file GeoDataLineString_p.h.
| QVector<GeoDataCoordinates> Marble::GeoDataLineStringPrivate::m_vector |
Definition at line 88 of file GeoDataLineString_p.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from