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
      
  | 
  inlineexplicit | 
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 | ||
| ) | const | 
Definition at line 90 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 | ||
| ) | const | 
Definition at line 59 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 | ||
| ) | const | 
Definition at line 481 of file GeoDataLineString.cpp.
| void Marble::GeoDataLineStringPrivate::toPoleCorrected | ( | const GeoDataLineString & | q, | 
| GeoDataLineString & | poleCorrected | ||
| ) | const | 
Definition at line 415 of file GeoDataLineString.cpp.
Member Data Documentation
      
  | 
  mutable | 
Definition at line 93 of file GeoDataLineString_p.h.
      
  | 
  mutable | 
Definition at line 91 of file GeoDataLineString_p.h.
      
  | 
  mutable | 
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-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:44 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