#include <Cube.h>
Public Member Functions | |
| void | Print () const |
| longitude_t | longitudeRange () const |
| latitude_t | latitudeRange () const |
| elevation_t | elevationRange () const |
| std::string | ranges () const |
| Cube () | |
| bool | init (const QStringList &args) |
| void | UpdateMinMax (const longitude_t &longitude, const latitude_t &latitude, const elevation_t &elevation) |
Public Attributes | |
| latitude_t | m_miny |
| latitude_t | m_maxy |
| longitude_t | m_minx |
| longitude_t | m_maxx |
| elevation_t | m_minz |
| elevation_t | m_maxz |
| int32_t | m_sidelength |
Private Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
Friends | |
| class | boost::serialization::access |
| std::ostream & | operator<< (std::ostream &os, const Cube &cube) |
| Cube::Cube | ( | ) |
|
inline |

| bool Cube::init | ( | const QStringList & | args | ) |


|
inline |

|
inline |

| void Cube::Print | ( | ) | const |

| string Cube::ranges | ( | ) | const |


|
inlineprivate |
| void Cube::UpdateMinMax | ( | const longitude_t & | longitude, |
| const latitude_t & | latitude, | ||
| const elevation_t & | elevation | ||
| ) |

|
friend |
|
friend |
| longitude_t Cube::m_maxx |
| latitude_t Cube::m_maxy |
| elevation_t Cube::m_maxz |
| longitude_t Cube::m_minx |
| latitude_t Cube::m_miny |
| elevation_t Cube::m_minz |
| int32_t Cube::m_sidelength |
1.8.6