Isis 3 Programmer Reference
LroNarrowAngleDistortionMap.h
Go to the documentation of this file.
1 #ifndef LroNarrowAngleDistortionMap_h
2 #define LroNarrowAngleDistortionMap_h
3 
23 #include <vector>
24 #include "CameraDistortionMap.h"
25 
26 namespace Isis {
27 
54  public:
56 
59 
60  void SetDistortion(const int naifIkCode);
61 
62  virtual bool SetFocalPlane(const double dx, const double dy);
63 
64  virtual bool SetUndistortedFocalPlane(const double ux, const double uy);
65 
66  };
67 };
68 #endif
Distort/undistort focal plane coordinates.
virtual bool SetUndistortedFocalPlane(const double ux, const double uy)
Compute distorted focal plane x/y.
virtual ~LroNarrowAngleDistortionMap()
Destroys the LroNarrowAngleDistortionMap object.
Distort/undistort focal plane coordinates.
LroNarrowAngleDistortionMap(Camera *parent)
Camera distortion map constructor.
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
virtual bool SetFocalPlane(const double dx, const double dy)
Compute undistorted focal plane x/y.