|  | Isis 3 Programmer Reference
    | 
Implementation of SensorUtilities::Body backed by an ISIS SpiceRotation. More...
#include <IsisBody.h>


| Public Member Functions | |
| IsisBody (SpiceRotation *rot) | |
| Create an IsisBody that wraps a SpiceRotation. | |
| std::vector< double > | rotation (double time) | 
| SensorUtilities::Vec | fixedVector (SensorUtilities::Vec pos) | 
| Private Attributes | |
| SpiceRotation * | m_rot | 
Implementation of SensorUtilities::Body backed by an ISIS SpiceRotation.
Definition at line 17 of file IsisBody.h.
| Isis::IsisBody::IsisBody | ( | SpiceRotation * | rot | ) | 
Create an IsisBody that wraps a SpiceRotation.
Definition at line 17 of file IsisBody.cpp.
| SensorUtilities::Vec Isis::IsisBody::fixedVector | ( | SensorUtilities::Vec | pos | ) | 
Definition at line 39 of file IsisBody.cpp.
| std::vector< double > Isis::IsisBody::rotation | ( | double | time | ) | 
Definition at line 22 of file IsisBody.cpp.
| 
 | private | 
Definition at line 25 of file IsisBody.h.