astro::ObsSite Class Reference

Public Member Functions

Protected Member Functions

Protected Attributes


Constructor & Destructor Documentation

astro::ObsSite::ObsSite ( const double  lon,
const double  lat,
const double  height = 0. 
)
astro::ObsSite::ObsSite ( const std::string &  lon,
const std::string &  lat,
const double  height = 0. 
)
astro::ObsSite::ObsSite ( const ObsSite o  ) 

References height_, lat_, and lon_.

astro::ObsSite::ObsSite (  )  [inline, protected]

Member Function Documentation

double astro::ObsSite::lon (  )  const

References lon_.

Referenced by astro::SkyPos::hourAngleDeg().

std::string astro::ObsSite::lonStr ( int  prec = 2  )  const

References astro::dms2str(), and lon_.

Referenced by main().

double astro::ObsSite::lat (  )  const

References lat_.

Referenced by astro::SkyPos::altitude(), and astro::SkyPos::azimuth().

std::string astro::ObsSite::latStr ( int  prec = 2  )  const

References astro::dms2str(), and lat_.

Referenced by main().

double astro::ObsSite::height (  )  const

References height_.

Referenced by main().


Field Documentation

double astro::ObsSite::lon_ [protected]

Referenced by lon(), lonStr(), and ObsSite().

double astro::ObsSite::lat_ [protected]

Referenced by lat(), latStr(), and ObsSite().

double astro::ObsSite::height_ [protected]

Referenced by height(), and ObsSite().


Generated on 4 Nov 2015 for CURE by  doxygen 1.6.1