USGS

Isis 3.0 Object Programmers' Reference

Home

RadarSkyMap.cpp
Go to the documentation of this file.
1 
24 #include "RadarSkyMap.h"
25 
26 namespace Isis {
33  }
34 
45  bool RadarSkyMap::SetFocalPlane(const double ux, const double uy,
46  double uz) {
47  return false;
48  }
49 
59  bool RadarSkyMap::SetSky(const double ra, const double dec) {
60  return false;
61  }
62 }