94      void LookDirection(
double v[3]);
 
   96      SpiceDouble p_etStart;     
 
   98      double p_interlineDelay;   
 
  121      double p_minX,p_maxX;
 
  122      double p_minY,p_maxY;
 
  123      double p_minZ,p_maxZ;
 
  125      QVector3D p_xyzMap[64][64];
 
 
Convert between undistorted focal plane and ground coordinates.
Definition CameraGroundMap.h:77
 
This class is designed to encapsulate the concept of a Latitude.
Definition Latitude.h:51
 
This class is designed to encapsulate the concept of a Longitude.
Definition Longitude.h:40
 
Container for cube-like labels.
Definition Pvl.h:119
 
This class defines a body-fixed surface point.
Definition SurfacePoint.h:132
 
Convert between undistorted focal plane and ground coordinates.
Definition VimsGroundMap.h:77
 
virtual ~VimsGroundMap()
Destroys the VimsGroundMap object.
Definition VimsGroundMap.cpp:64
 
virtual bool SetGround(const Latitude &lat, const Longitude &lon)
Compute undistorted focal plane coordinate from ground position.
Definition VimsGroundMap.cpp:359
 
VimsGroundMap(Camera *parent, Pvl &lab)
Constructs the VimsGroundMap object.
Definition VimsGroundMap.cpp:42
 
virtual bool SetFocalPlane(const double ux, const double uy, const double uz)
Compute ground position from focal plane coordinate.
Definition VimsGroundMap.cpp:287
 
void Init(Pvl &lab)
Initialize vims camera model.
Definition VimsGroundMap.cpp:116
 
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16