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

#include <elevation.h>

Collaboration diagram for Longitudes:
Collaboration graph
[legend]

Public Member Functions

 Longitudes ()
 
 Longitudes (QStringList &args)
 
Longitudesoperator= (const Locations &locations)
 
bool load ()
 
bool saveIfUpdated ()
 
void print (void)
 
double getElevation (double &longitude, double &latitude, const uint32_t coarseness)
 

Public Attributes

Cube m_extremities
 

Private Member Functions

latitudes_toperator[] (const longitude_t &longitude)
 
template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Private Attributes

longitudes_t m_longitudes
 
longitudes_t m_plottedLongitudes
 
const char * m_key = "--longitudes-filename"
 
std::string m_filename
 
QStringList & m_args
 
bool changesNotSaved
 

Friends

class boost::serialization::access
 

Constructor & Destructor Documentation

Longitudes::Longitudes ( )
Longitudes::Longitudes ( QStringList &  args)

Here is the call graph for this function:

Member Function Documentation

double Longitudes::getElevation ( double &  longitude,
double &  latitude,
const uint32_t  coarseness 
)
Requirement:
#40 - Except this one.
bool Longitudes::load ( )

Here is the call graph for this function:

Longitudes & Longitudes::operator= ( const Locations locations)

Here is the call graph for this function:

latitudes_t & Longitudes::operator[] ( const longitude_t longitude)
private
void Longitudes::print ( void  )
bool Longitudes::saveIfUpdated ( )

Here is the call graph for this function:

template<class Archive >
void Longitudes::serialize ( Archive &  ar,
const unsigned int  version 
)
inlineprivate

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Member Data Documentation

bool Longitudes::changesNotSaved
private
QStringList& Longitudes::m_args
private
Cube Longitudes::m_extremities
std::string Longitudes::m_filename
private
const char* Longitudes::m_key = "--longitudes-filename"
private
longitudes_t Longitudes::m_longitudes
private
longitudes_t Longitudes::m_plottedLongitudes
private

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