OpenMining  0.01
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
Public Member Functions | Public Attributes | Private Member Functions | Friends | List of all members
Cube Class Reference

#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)
 

Constructor & Destructor Documentation

Cube::Cube ( )

Member Function Documentation

elevation_t Cube::elevationRange ( ) const
inline

Here is the caller graph for this function:

bool Cube::init ( const QStringList &  args)

Here is the call graph for this function:

Here is the caller graph for this function:

latitude_t Cube::latitudeRange ( ) const
inline

Here is the caller graph for this function:

longitude_t Cube::longitudeRange ( ) const
inline

Here is the caller graph for this function:

void Cube::Print ( ) const

Here is the caller graph for this function:

string Cube::ranges ( ) const

Here is the call graph for this function:

Here is the caller graph for this function:

template<class Archive >
void Cube::serialize ( Archive &  ar,
const unsigned int  version 
)
inlineprivate
void Cube::UpdateMinMax ( const longitude_t longitude,
const latitude_t latitude,
const elevation_t elevation 
)

Here is the caller graph for this function:

Friends And Related Function Documentation

friend class boost::serialization::access
friend
std::ostream& operator<< ( std::ostream &  os,
const Cube cube 
)
friend

Member Data Documentation

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

The documentation for this class was generated from the following files: