Home
last modified time | relevance | path

Searched refs:south_flag (Results 1 – 7 of 7) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/algo/
H A Dbwm_utm_lat_lon.cxx119 static void UTM_init2(double lat_center2, double r_major, double e, int south_flag) in UTM_init2() argument
132 false_northing2 = (south_flag) ? 10000000.0 : 0.0; in UTM_init2()
160 bool south_flag, in transform() argument
174 UTM_init2(lat_center2, a_, e, south_flag); in transform()
274 bool south_flag, in transform() argument
280 south_flag, utm_central_meridian); in transform()
292 int south_flag; in transform() local
297 south_flag = lat<0; in transform()
305 UTM_init2(lat_center, a_, e, south_flag); in transform()
H A Dbwm_utm_lat_lon.h35 bool south_flag = false,
40 bool south_flag = false,
/dports/misc/vxl/vxl-3.3.2/core/vpgl/
H A Dvpgl_utm.cxx139 UTM_init2(double lat_center2, double r_major, double e, int south_flag) in UTM_init2() argument
152 false_northing2 = (south_flag) ? 10000000.0 : 0.0; in UTM_init2()
185 bool south_flag, in transform() argument
199 UTM_init2(lat_center2, a_, e, south_flag); in transform()
304 bool south_flag, in transform() argument
308 this->transform(utm_zone, x, y, 0.0, lat, lon, elev, south_flag, utm_central_meridian); in transform()
322 int south_flag; in transform() local
327 south_flag = lat < 0; in transform()
335 UTM_init2(lat_center, a_, e, south_flag); in transform()
H A Dvpgl_utm.h35 bool south_flag = false,
40 bool south_flag = false,
H A Dvpgl_lvcs.cxx427 bool south_flag = false; in local_to_global() local
429 south_flag = true; in local_to_global()
460 south_flag); in local_to_global()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bpgl/
H A Dbpgl_geotif_camera.hxx577 bool south_flag = hemisphere_flag_ > 0; in global_to_dsm() local
579 utm.transform(utm_zone_, deast, dnorth, 0.0, dlat, dlon, delev, south_flag); in global_to_dsm()
654 bool south_flag = hemisphere_flag_ > 0; in project_gtif_to_image() local
666 utm.transform(utm_zone_, deast, dnorth, dzadj, dlat, dlon, delev, south_flag); in project_gtif_to_image()
/dports/misc/vxl/vxl-3.3.2/core/vpgl/file_formats/
H A Dvpgl_geo_camera.cxx623 bool south_flag = northing_ > 0; in img_to_global() local
624 utm.transform(utm_zone_, v[0], v[1], v[2], lat, lon, elev, south_flag); in img_to_global()