Isis 3 Programmer Reference
Hyb2OncDistortionMap.h
Go to the documentation of this file.
1 
23 #ifndef Hyb2OncDistortionMap_h
24 #define Hyb2OncDistortionMap_h
25 
26 #include "CameraDistortionMap.h"
27 
28 namespace Isis {
45  public:
46  Hyb2OncDistortionMap(Camera *parent, double zDirection = 1.0);
47 
48  virtual ~Hyb2OncDistortionMap();
49 
50  virtual bool SetFocalPlane(double dx, double dy);
51 
52  virtual bool SetUndistortedFocalPlane(double ux, double uy);
53  };
54 };
55 #endif
virtual bool SetUndistortedFocalPlane(double ux, double uy)
Compute distorted focal plane x/y.
virtual ~Hyb2OncDistortionMap()
Destructor.
virtual bool SetFocalPlane(double dx, double dy)
Compute undistorted focal plane x/y.
Hyb2OncDistortionMap(Camera *parent, double zDirection=1.0)
Hayabusa 2 ONC Camera distortion map constructor.
Distort/undistort focal plane coordinates.
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
Distort/undistort focal plane coordinates for Hayabusa 2's ONC cameras.