1#ifndef IsisIlluminator_h 
    2#define IsisIlluminator_h 
    9#include "SensorUtilities.h" 
   21      SensorUtilities::Vec 
position(
double time);
 
   22      SensorUtilities::Vec 
velocity(
double time);
 
 
Implementation of SensorUtilities::Illuminator backed by an ISIS SpicePosition.
IsisIlluminator(SpicePosition *pos)
Create an IsisIlluminator that wraps a SpicePosition.
SensorUtilities::Vec position(double time)
Get the position in meters at a given time.
SensorUtilities::Vec velocity(double time)
Get the velocity in meters at a given time.
Obtain SPICE position information for a body.
This is free and unencumbered software released into the public domain.