25 #include <QSharedPointer>
81 bool verify(
const bool &test,
const QString &errmsg,
This class defines a body-fixed surface point.
NaifVertex m_observer
Three dimensional coordinate position of the observer, in body fixed.
NaifVector normal() const
Gets the normal vector to the shape for this plate.
QSharedPointer< AbstractPlate > m_shape
Shape Model for the intercept point.
Abstract interface to a TIN plate.
NaifVector m_raydir
Three dimensional ray representing the look direction.
Do not throw an exception if an error occurs.
TNT::Array1D< SpiceDouble > NaifVector
Namespace to contain type definitions of NAIF DSK fundamentals.
TNT::Array1D< SpiceDouble > NaifVertex
1-D Buffer[3]
virtual ~Intercept()
Empty destructor.
Container for a intercept condition.
const NaifVector & lookDirectionRay() const
Accessor for the look direction of the intercept.
SurfacePoint location() const
Returns the location of the intercept location on the shape.
bool isValid() const
This method tests the vailidty of the intercept point.
Angle emission() const
Compute the emission of the intercept point from the observer.
Intercept()
Default empty constructor.
Throw an exception if an error occurs.
Defines an angle and provides unit conversions.
Angle separationAngle(const NaifVector &raydir) const
Returns the separation angle of the observer and the plate normal.
const AbstractPlate * shape() const
Access the plate for this intercept.
const NaifVertex & observer() const
Accessor for the observer position of the intercept.
bool verify(const bool &test, const QString &errmsg, const ErrAction &action=Throw) const
Convenient error handler.
ErrAction
Enumeration to indicate whether to throw an exception if an error occurs.
QSharedPointer< SurfacePoint > m_point
Surface point of the intercept location on the body, in body fixed.