USGS

Isis 3.0 Object Programmers' Reference

Home

Isis::NaifDskShape Class Reference

Provides support for NAIF's Digital Shape Kernel (DSK) More...

#include <NaifDskShape.h>

Inheritance diagram for Isis::NaifDskShape:
Inheritance graph
Collaboration diagram for Isis::NaifDskShape:
Collaboration graph

Public Member Functions

 NaifDskShape ()
 Generic constructor sets type to a TIN.
 
 NaifDskShape (Target *target, Pvl &pvl)
 Constructor provided for instantiation from an ISIS cube.
 
 NaifDskShape (const NaifDskPlateModel &model)
 Constructor for creating new shape model from the same DSK file.
 
 ~NaifDskShape ()
 Destructor - cleanup is handled automagically.
 
bool intersectSurface (std::vector< double > observerPos, std::vector< double > lookDirection)
 Compute a DEM intersection from and observer and look direction.
 
void calculateDefaultNormal ()
 Return the surface normal of the ellipsoid as the default.
 
void setLocalNormalFromIntercept ()
 Set the normal vector to the intercept point normal.
 
void calculateLocalNormal (QVector< double * > cornerNeighborPoints)
 Compute the normal for a local region of surface points.
 
void calculateSurfaceNormal ()
 Return the surface normal of the ellipsi=oud.
 
Distance localRadius (const Latitude &lat, const Longitude &lon)
 Determine DEM radius at a given lat/lon grid point.
 
QVector< double > ellipsoidNormal ()
 Compute the true surface normal vector of an ellipsoid.
 
const NaifDskPlateModelmodel () const
 Returns a direct reference to the DSK plate model file interface.
 
const Interceptintercept () const
 Returns a pointer to the current intercept.
 
void Initialize ()
 Initialize the ShapeModel private variables.
 
SurfacePointsurfaceIntersection () const
 Return the surface intersection.
 
bool hasIntersection ()
 Return intersection status.
 
bool hasNormal () const
 Return surface point normal status.
 
void clearSurfacePoint ()
 Clear or reset the current surface point.
 
virtual double emissionAngle (const std::vector< double > &sB)
 Computes and returns emission angle in degrees given the observer position.
 
virtual double incidenceAngle (const std::vector< double > &uB)
 Returns the incidence angle in degrees.
 
virtual double phaseAngle (const std::vector< double > &sB, const std::vector< double > &uB)
 Returns the phase angle in degrees.
 
QString name () const
 Get the shape name.
 
void setHasIntersection (bool b)
 Set m_hasIntersection;.
 
void setSurfacePoint (const SurfacePoint &surfacePoint)
 Set surface intersection point.
 
std::vector< double > normal ()
 Return the local normal of the current intersection point.
 

Protected Member Functions

void setNormal (const std::vector< double >)
 Set the normal for the currect intersection point.
 
void setNormal (const double a, const double b, const double c)
 Set the normal for the currect intersection point.
 
void setName (QString name)
 Set the shape name.
 
void calculateEllipsoidalSurfaceNormal ()
 Calculate ellipsoidal surface normal.
 
bool hasEllipsoidIntersection ()
 Returns the status of the ellipsoid model intersection.
 
bool intersectEllipsoid (const std::vector< double > observerPosRelativeToTarget, const std::vector< double > &observerLookVectorToTarget)
 Find the intersection point on the ellipsoid model.
 
bool hasValidTarget () const
 
std::vector< DistancetargetRadii () const
 Returns the radii of the body in km.
 
void setHasNormal (bool status)
 Set the hasNormal flag.
 
double resolution ()
 Convenience method to get pixel resolution (m/pix) at current intersection point.
 

Private Member Functions

 NaifDskShape (const NaifDskShape &model)
 
NaifDskShapeoperator= (const NaifDskShape &model)
 

Private Attributes

NaifDskPlateModel m_model
 Plate model to intersect.
 
QScopedPointer< Interceptm_intercept
 Pointer to the shape's intercept.
 

Detailed Description

Provides support for NAIF's Digital Shape Kernel (DSK)

Author
2014-02-07 Kris Becker
History:

20104-02-07 - Kris Becker - Original Version

2015-03-08 Jeannie Backer - Changed name from NaifDskShapeModel to match other classes derived from ShapeModel. Added documentation and test. Added class to ISIS trunk. References #2035

2015-03-14 Jeannie Backer - Modified calculateLocalNormal() to simply call setLocalNormalFromIntercept() rather than trying to interpolate based on the neighbor values. References #2035

Todo:
Remove Model from name to match other derived classes

Definition at line 53 of file NaifDskShape.h.

Constructor & Destructor Documentation

Isis::NaifDskShape::NaifDskShape ( )

Generic constructor sets type to a TIN.

Definition at line 53 of file NaifDskShape.cpp.

References Isis::ShapeModel::setName().

Isis::NaifDskShape::NaifDskShape ( Target target,
Pvl pvl 
)

Constructor provided for instantiation from an ISIS cube.

This constructor is typically used for and ISIS cube that has been initialized by spiceinit. The DEM name should be that of a NAIF DSK file. This constructor will throw an exception if it fails to open the DSK file.

Author
2014-02-12 Kris Becker
Parameters
targetTarget object describing the observed body
pvlISIS Cube label. Extract the name of the DEM from the Kernels group

Definition at line 77 of file NaifDskShape.cpp.

References Isis::PvlObject::findGroup(), Isis::PvlContainer::hasKeyword(), m_model, Isis::ShapeModel::setName(), and Isis::PvlObject::Traverse.

Isis::NaifDskShape::NaifDskShape ( const NaifDskPlateModel model)

Constructor for creating new shape model from the same DSK file.

This constructor provides the ability to create a formal shape model from the NAIF DSK plate model file already opened. This approach allows multiple threads to access the same DSK file interface without the overhead of opening many instances of the same file.

Author
2014-02-12 Kris Becker
Parameters
modelDSK plate model from an existing NaidDskPlateModel (see the model() method

Definition at line 119 of file NaifDskShape.cpp.

Isis::NaifDskShape::~NaifDskShape ( )

Destructor - cleanup is handled automagically.

Definition at line 130 of file NaifDskShape.cpp.

Member Function Documentation

void Isis::NaifDskShape::calculateDefaultNormal ( )
virtual

Return the surface normal of the ellipsoid as the default.

Implements Isis::ShapeModel.

Definition at line 250 of file NaifDskShape.cpp.

References calculateSurfaceNormal().

void Isis::ShapeModel::calculateEllipsoidalSurfaceNormal ( )
protectedinherited
void Isis::NaifDskShape::calculateLocalNormal ( QVector< double * >  neighborPoints)
virtual

Compute the normal for a local region of surface points.

This method will calculate the surface normal of an assumed very local region of points. This method is provided to fullfil the specs of the ShapeModel class but this approach is not the most efficent means to accomplish this for a pre-exising intercept point. See setLocalNormalFromIntercept() for this.

The ShapeModel class makes the assumption that the four pixel corners of the center intercept point forms a plane from which a surface normal can be computed. For the Naif DSK plate model, we have already identified the plate (see m_intercept) from the DSK plate model (m_model) of the intercept point that provides it directly. That is what setLocalNormalFromIntercept() provides.

So, this implementation will compute the centroid of the neighboring points and make a determination if it intercepts the current intercept plate as defined by m_intercept - if it is valid. If it does not exist or does not intercept the plate, a new intercept point is computed and returned here.

Author
2014-02-14 Kris Becker
Parameters
neighborPointsInput body-fixed points to compute normal for

Implements Isis::ShapeModel.

Definition at line 237 of file NaifDskShape.cpp.

References _FILEINFO_, Isis::ShapeModel::hasIntersection(), Isis::IException::Programmer, and setLocalNormalFromIntercept().

void Isis::NaifDskShape::calculateSurfaceNormal ( )
virtual

Return the surface normal of the ellipsi=oud.

Implements Isis::ShapeModel.

Definition at line 256 of file NaifDskShape.cpp.

References ellipsoidNormal(), and Isis::ShapeModel::setNormal().

Referenced by calculateDefaultNormal().

QVector< double > Isis::NaifDskShape::ellipsoidNormal ( )

Compute the true surface normal vector of an ellipsoid.

This routine is used instead of the one provided by the ShapeModel implementation. This is primarly because ShapeModel::calculateEllipsoidalSurfaceNormal() it is only suitable for a spheroid. This implementation is intended for irregular bodies so we expect triaxial ellipsoids.

Author
2014-02-12 Kris Becker
Returns
QVector<double> Normal vector at the intercept point relative to the ellipsoid (not the plate model)

Definition at line 276 of file NaifDskShape.cpp.

References _FILEINFO_, Isis::NaifStatus::CheckErrors(), Isis::ShapeModel::hasIntersection(), Isis::IException::Programmer, Isis::ShapeModel::surfaceIntersection(), Isis::ShapeModel::targetRadii(), and Isis::SurfacePoint::ToNaifArray().

Referenced by calculateSurfaceNormal().

double Isis::ShapeModel::emissionAngle ( const std::vector< double > &  sB)
virtualinherited

Computes and returns emission angle in degrees given the observer position.

Emission Angle: The angle between the surface normal vector at the intersection point and a vector from the intersection point to the spacecraft. The emission angle varies from 0 degrees when the spacecraft is viewing the sub-spacecraft point (nadir viewing) to 90 degrees when the intercept is tangent to the surface of the target body. Thus, higher values of emission angle indicate more oblique viewing of the target.

Parameters
sB,:Spacecraft position in body-fixed coordinates
Returns
Emmision angle in decimal degrees

Reimplemented in Isis::PlaneShape.

Definition at line 123 of file ShapeModel.cpp.

References Isis::RAD2DEG().

Referenced by Isis::Sensor::EmissionAngle(), and Isis::Sensor::SetGroundLocal().

bool Isis::ShapeModel::hasEllipsoidIntersection ( )
protectedinherited

Returns the status of the ellipsoid model intersection.

Definition at line 150 of file ShapeModel.cpp.

Referenced by Isis::EquatorialCylindricalShape::intersectSurface().

bool Isis::ShapeModel::hasNormal ( ) const
inherited

Return surface point normal status.

Definition at line 278 of file ShapeModel.cpp.

Referenced by Isis::Camera::GetLocalNormal().

double Isis::ShapeModel::incidenceAngle ( const std::vector< double > &  uB)
virtualinherited

Returns the incidence angle in degrees.

This does not use the surface model.

Returns
double Incidence angle, in degrees.

Reimplemented in Isis::PlaneShape.

Definition at line 160 of file ShapeModel.cpp.

References Isis::RAD2DEG().

Referenced by Isis::Sensor::IncidenceAngle().

void Isis::ShapeModel::Initialize ( )
inherited

Initialize the ShapeModel private variables.

Definition at line 58 of file ShapeModel.cpp.

const Intercept * Isis::NaifDskShape::intercept ( ) const

Returns a pointer to the current intercept.

This method returns a const pointer to the intercept last computed from the intersectSurface() call. Note it is left to the caller to ensure it is non-NULL.

Author
2014-02-12 Kris Becker
Returns
const Intercept* Pointer reference to the last computed intercept point. Could be NULL so check it!

Definition at line 325 of file NaifDskShape.cpp.

References m_intercept.

bool Isis::ShapeModel::intersectEllipsoid ( const std::vector< double >  observerPosRelativeToTarget,
const std::vector< double > &  observerLookVectorToTarget 
)
protectedinherited

Find the intersection point on the ellipsoid model.

Definition at line 186 of file ShapeModel.cpp.

Referenced by Isis::EllipsoidShape::intersectSurface(), and Isis::DemShape::intersectSurface().

bool Isis::NaifDskShape::intersectSurface ( std::vector< double >  observerPos,
std::vector< double >  lookDirection 
)
virtual

Compute a DEM intersection from and observer and look direction.

This method computes a DEM intercept point given an observer location and direction vector in body fixed coordinates. This method provides true ray intercept techiques as implemented by NAIF's DSK API.

If the intercept is successful, its state is retain in this class for further application. Use of a scoped pointer handles the memory management and indication of success.

Author
2014-02-13 Kris Becker
Parameters
observerPosPosition of observer in body fixed coordiates
lookDirectionLook direction (ray) from the observer
Returns
bool Returns true if an intercept was successful, false otherwise

Implements Isis::ShapeModel.

Definition at line 151 of file NaifDskShape.cpp.

References Isis::NaifDskPlateModel::intercept(), m_intercept, m_model, and Isis::ShapeModel::setSurfacePoint().

Distance Isis::NaifDskShape::localRadius ( const Latitude lat,
const Longitude lon 
)
virtual

Determine DEM radius at a given lat/lon grid point.

This method computes the radius value of a point on an ellipsoid. A vector from the center of the body through the lart/lon location on the ellipsiod. From this, a look direction back toward the center of the body is genrated and then an intercept point is determined. See NaifDskPlateMode::point() for details.

Author
2014-02-10 Kris Becker
Parameters
latLatitude coordinate of grid point
lonLongitude coordinate of grid point
Returns
Distance Radius value of the intercept grid point

Implements Isis::ShapeModel.

Definition at line 181 of file NaifDskShape.cpp.

References m_model, and Isis::NaifDskPlateModel::point().

const NaifDskPlateModel & Isis::NaifDskShape::model ( ) const

Returns a direct reference to the DSK plate model file interface.

Definition at line 309 of file NaifDskShape.cpp.

References m_model.

std::vector< double > Isis::ShapeModel::normal ( )
inherited

Return the local normal of the current intersection point.

Parameters
returnsnormal vector if it exists

Definition at line 297 of file ShapeModel.cpp.

References _FILEINFO_.

Referenced by Isis::EllipsoidShape::calculateLocalNormal(), Isis::DemShape::calculateLocalNormal(), and Isis::Camera::GetLocalNormal().

double Isis::ShapeModel::phaseAngle ( const std::vector< double > &  sB,
const std::vector< double > &  uB 
)
virtualinherited

Returns the phase angle in degrees.

Returns
double Phase angle, in degrees.

Definition at line 232 of file ShapeModel.cpp.

References Isis::RAD2DEG().

Referenced by Isis::Sensor::PhaseAngle().

double Isis::ShapeModel::resolution ( )
protectedinherited

Convenience method to get pixel resolution (m/pix) at current intersection point.

Definition at line 409 of file ShapeModel.cpp.

References _FILEINFO_.

Referenced by Isis::DemShape::intersectSurface().

void Isis::ShapeModel::setHasNormal ( bool  status)
protectedinherited

Set the hasNormal flag.

Definition at line 401 of file ShapeModel.cpp.

Referenced by Isis::EllipsoidShape::calculateLocalNormal(), and Isis::DemShape::calculateLocalNormal().

void Isis::NaifDskShape::setLocalNormalFromIntercept ( )

Set the normal vector to the intercept point normal.

This method will reassign the ShapeModel normal to the current intecept point shape (which is a triangular plate) normal. If an intercept point is not defined, an error will ensue.

Author
2014-02-14 Kris Becker

Definition at line 197 of file NaifDskShape.cpp.

References _FILEINFO_, Isis::ShapeModel::hasIntersection(), m_intercept, Isis::IException::Programmer, and Isis::ShapeModel::setNormal().

Referenced by calculateLocalNormal().

void Isis::ShapeModel::setName ( QString  name)
protectedinherited
void Isis::ShapeModel::setNormal ( const std::vector< double >  normal)
protectedinherited
void Isis::ShapeModel::setNormal ( const double  a,
const double  b,
const double  c 
)
protectedinherited

Set the normal for the currect intersection point.

Definition at line 346 of file ShapeModel.cpp.

References _FILEINFO_.

void Isis::ShapeModel::setSurfacePoint ( const SurfacePoint surfacePoint)
inherited

Set surface intersection point.

Definition at line 388 of file ShapeModel.cpp.

Referenced by intersectSurface(), Isis::RadarGroundMap::SetGround(), and Isis::Sensor::SetGround().

std::vector< Distance > Isis::ShapeModel::targetRadii ( ) const
protectedinherited

Returns the radii of the body in km.

The radii are obtained from the target.

Definition at line 317 of file ShapeModel.cpp.

References _FILEINFO_.

Referenced by Isis::EllipsoidShape::calculateLocalNormal(), ellipsoidNormal(), Isis::EquatorialCylindricalShape::intersectSurface(), and Isis::EllipsoidShape::localRadius().

Member Data Documentation

QScopedPointer<Intercept> Isis::NaifDskShape::m_intercept
private

Pointer to the shape's intercept.

Definition at line 88 of file NaifDskShape.h.

Referenced by intercept(), intersectSurface(), and setLocalNormalFromIntercept().

NaifDskPlateModel Isis::NaifDskShape::m_model
private

Plate model to intersect.

Definition at line 87 of file NaifDskShape.h.

Referenced by intersectSurface(), localRadius(), model(), and NaifDskShape().


The documentation for this class was generated from the following files: