USML
|
This is the complete list of members for wposition, including all inherited members.
altitude() const | wposition | inline |
altitude(const matrix_expression< E > &altitude, bool no_alias=true) | wposition | inline |
altitude(unsigned row, unsigned col) const | wposition | inline |
altitude(unsigned row, unsigned col, double altitude) | wposition | inline |
clear() | wvector | inline |
compute_earth_radius(double latitude) | wposition | static |
distance(const wvector1 &origin, matrix< double > &result) const | wvector | |
distance2(const wvector1 &origin, matrix< double > &result) const | wvector | |
dot(const wvector1 &other, matrix< double > &result) const | wvector | |
dotnorm(const wvector1 &other, matrix< double > &result) const | wvector | |
earth_radius | wposition | static |
latitude() const | wposition | inline |
latitude(const matrix_expression< E > &latitude, bool no_alias=true) | wposition | inline |
latitude(unsigned row, unsigned col) const | wposition | inline |
latitude(unsigned row, unsigned col, double latitude) | wposition | inline |
longitude() const | wposition | inline |
longitude(const matrix_expression< E > &longitude, bool no_alias=true) | wposition | inline |
longitude(unsigned row, unsigned col) const | wposition | inline |
longitude(unsigned row, unsigned col, double longitude) | wposition | inline |
phi() const | wvector | inline |
phi(const matrix_expression< E > &p, bool no_alias=true) | wvector | inline |
phi(unsigned row, unsigned col) const | wvector | inline |
phi(unsigned row, unsigned col, double p) | wvector | inline |
rho() const | wvector | inline |
rho(const matrix_expression< E > &r, bool no_alias=true) | wvector | inline |
rho(unsigned row, unsigned col) const | wvector | inline |
rho(unsigned row, unsigned col, double r) | wvector | inline |
size1() const | wvector | inline |
size2() const | wvector | inline |
theta() const | wvector | inline |
theta(const matrix_expression< E > &t, bool no_alias=true) | wvector | inline |
theta(unsigned row, unsigned col) const | wvector | inline |
theta(unsigned row, unsigned col, double t) | wvector | inline |
wposition(unsigned rows=1, unsigned cols=1, double latitude=0.0, double longitude=0.0, double altitude=0.0) | wposition | |
wposition(const wvector &other) | wposition | inline |
wposition(const vector_expression< E1 > &latitude, const vector_expression< E2 > &longitude, double altitude=0.0) | wposition | inline |
wvector(unsigned rows=1, unsigned cols=1) | wvector |