OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Public Member Functions | Public Attributes | List of all members
ossimRpcPqeInputs Class Reference

Container class to hold computed rpc model inputs to the ossimPositionQualityEvaluator constructor. More...

#include <ossimSensorModelTuple.h>

Public Member Functions

 ossimRpcPqeInputs ()
 
 ~ossimRpcPqeInputs ()
 

Public Attributes

ossim_float64 theRpcElevationAngle
 
ossim_float64 theRpcAzimuthAngle
 
ossim_float64 theRpcBiasError
 
ossim_float64 theRpcRandError
 
ossimColumnVector3d theSurfaceNormalVector
 
NEWMAT::Matrix theSurfaceCovMatrix
 

Detailed Description

Container class to hold computed rpc model inputs to the ossimPositionQualityEvaluator constructor.

These are stored for retrieval purposes only and will only be initialized if the underlying sensor model is an rpc.

Definition at line 29 of file ossimSensorModelTuple.h.

Constructor & Destructor Documentation

◆ ossimRpcPqeInputs()

ossimRpcPqeInputs::ossimRpcPqeInputs ( )

Definition at line 32 of file ossimSensorModelTuple.cpp.

39 {
40 }
NEWMAT::Matrix theSurfaceCovMatrix
ossim_float64 theRpcAzimuthAngle
double nan()
Method to return ieee floating point double precision NAN.
Definition: ossimCommon.h:135
ossim_float64 theRpcRandError
ossim_float64 theRpcBiasError
ossim_float64 theRpcElevationAngle
ossimColumnVector3d theSurfaceNormalVector

◆ ~ossimRpcPqeInputs()

ossimRpcPqeInputs::~ossimRpcPqeInputs ( )

Definition at line 42 of file ossimSensorModelTuple.cpp.

43 {
44 }

Member Data Documentation

◆ theRpcAzimuthAngle

ossim_float64 ossimRpcPqeInputs::theRpcAzimuthAngle

Definition at line 35 of file ossimSensorModelTuple.h.

◆ theRpcBiasError

ossim_float64 ossimRpcPqeInputs::theRpcBiasError

Definition at line 36 of file ossimSensorModelTuple.h.

◆ theRpcElevationAngle

ossim_float64 ossimRpcPqeInputs::theRpcElevationAngle

Definition at line 34 of file ossimSensorModelTuple.h.

◆ theRpcRandError

ossim_float64 ossimRpcPqeInputs::theRpcRandError

Definition at line 37 of file ossimSensorModelTuple.h.

◆ theSurfaceCovMatrix

NEWMAT::Matrix ossimRpcPqeInputs::theSurfaceCovMatrix

Definition at line 39 of file ossimSensorModelTuple.h.

◆ theSurfaceNormalVector

ossimColumnVector3d ossimRpcPqeInputs::theSurfaceNormalVector

Definition at line 38 of file ossimSensorModelTuple.h.


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