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