|
World Ocean Simulation System (WOSS) library
|
This is the complete list of members for woss::Location, including all inherited members.
| bearing | woss::Location | protected |
| clone() const | woss::Location | inlinevirtual |
| comparison_distance | woss::Location | protected |
| create(double latitude, double longitude, double depth=0, double dist=LOCATION_COMPARISON_DISTANCE) const | woss::Location | inlinevirtual |
| create(const CoordZ &coordz=CoordZ(), double dist=LOCATION_COMPARISON_DISTANCE) const | woss::Location | inlinevirtual |
| curr_coordz | woss::Location | protected |
| getBearing() | woss::Location | virtual |
| getDepth() | woss::Location | virtual |
| getHorizontalOrientation() | woss::Location | virtual |
| getLatitude() | woss::Location | virtual |
| getLocation() | woss::Location | virtual |
| getLongitude() | woss::Location | virtual |
| getVerticalOrientation() | woss::Location | virtual |
| getX() | woss::Location | virtual |
| getY() | woss::Location | virtual |
| getZ() | woss::Location | virtual |
| horizontal_orientation | woss::Location | protected |
| isEquivalentTo(const woss::CoordZ &coordz) | woss::Location | virtual |
| isValid() const | woss::Location | inlinevirtual |
| Location(const CoordZ &coordz=CoordZ(), double dist=LOCATION_COMPARISON_DISTANCE) | woss::Location | |
| Location(double latitude, double longitude, double depth=0, double dist=LOCATION_COMPARISON_DISTANCE) | woss::Location | |
| Location(const Location ©)=default | woss::Location | |
| Location(Location &&tmp)=default | woss::Location | |
| operator<< | woss::Location | friend |
| operator=(const Location ©)=default | woss::Location | |
| operator=(Location &&tmp)=default | woss::Location | |
| setDepth(double depth) | woss::Location | virtual |
| setHorizontalOrientation(double angle) | woss::Location | virtual |
| setLatitude(double lat) | woss::Location | virtual |
| setLocation(const CoordZ &coordz) | woss::Location | virtual |
| setLongitude(double lon) | woss::Location | virtual |
| setVerticalOrientation(double angle) | woss::Location | virtual |
| vertical_orientation | woss::Location | protected |
| ~Location()=default | woss::Location | virtual |