#include <models/camera/projective_cam.h>
Inheritance diagram for firevision::AboveHorizonException:
Public Member Functions | |
AboveHorizonException (const char *msg, const center_in_roi_t img_pt) throw () | |
Constructor. | |
const center_in_roi_t & | get_img_pt () const |
Definition at line 38 of file projective_cam.h.
firevision::AboveHorizonException::AboveHorizonException | ( | const char * | msg, | |
const center_in_roi_t | img_pt | |||
) | throw () |
Constructor.
msg | message, appended to exception, base message "PostureException" | |
img_pt | the point in the image |
Definition at line 49 of file projective_cam.cpp.
const center_in_roi_t & firevision::AboveHorizonException::get_img_pt | ( | ) | const |
Definition at line 59 of file projective_cam.cpp.