Public Member Functions | |
PointLocation (float km_east=0, float km_north=0) | |
PointLocation (float x, float y, float x0, float y0, float pix_per_km) | |
Pass in the x,y location, the pixel location of the origin (128,128) for example, and the pix_per_km value. | |
Static Public Member Functions | |
static float | getKm (float num_pixels_from_origin, float pix_per_km) |
Friends | |
class | WeatherScitOutput |
code::BOOStream & | operator<< (code::BOOStream &out, const PointLocation &obj) |
kmeans::WeatherScitOutput::PointLocation::PointLocation | ( | float | km_east = 0 , |
|
float | km_north = 0 | |||
) |
kmeans::WeatherScitOutput::PointLocation::PointLocation | ( | float | x, | |
float | y, | |||
float | x0, | |||
float | y0, | |||
float | pix_per_km | |||
) |
Pass in the x,y location, the pixel location of the origin (128,128) for example, and the pix_per_km value.
x is the row number and y is the column number.
static float kmeans::WeatherScitOutput::PointLocation::getKm | ( | float | num_pixels_from_origin, | |
float | pix_per_km | |||
) | [static] |
code::BOOStream& operator<< | ( | code::BOOStream & | out, | |
const PointLocation & | obj | |||
) | [friend] |
friend class WeatherScitOutput [friend] |