#include <geo-tools.hh>
Collaboration diagram for GeoLocation:

Public Member Functions | |
| void | operator= (GeoLocation loc) |
| void | output () |
Public Attributes | |
| double | longitude_ |
| double | latitude_ |
|
|
Definition at line 54 of file geo-tools.hh. References latitude_, and longitude_.
00055 {
00056 longitude_ = loc.longitude_;
00057 latitude_ = loc.latitude_;
00058 }
|
|
|
Definition at line 59 of file geo-tools.hh. References DEBUG_IMPORTANT, DiffPrint(), latitude_, and longitude_. Referenced by Region::output().
00060 {
00061 DiffPrint(DEBUG_IMPORTANT, "(%f, %f)", longitude_, latitude_ );
00062 }
|
Here is the call graph for this function:

|
|
1.3.3