9#include "SensorUtilities.h"
13#include "Orientations.h"
26 CsmSensor(csm::RasterGM* cam, ale::Orientations *j2000Rot);
28 virtual SensorUtilities::ObserverState
getState(
const SensorUtilities::ImagePt &imagePoint);
29 virtual SensorUtilities::ObserverState
getState(
const SensorUtilities::GroundPt3D &groundPt);
37 ale::Orientations* m_j2000Rot;
Implementation of the SensorUtilities::Sensor interface for a CSM RasterGM model.
Definition CsmSensor.h:24
virtual SensorUtilities::ObserverState getState(const SensorUtilities::ImagePt &imagePoint)
Get the state of the model at a given image point.
Definition CsmSensor.cpp:37
CsmSensor(csm::RasterGM *cam, ale::Orientations *j2000Rot)
Create a CSMSensor from a CSM RasterGM model and the rotation to J2000.
Definition CsmSensor.cpp:25
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16