26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_RSTGT_H 
   27 #define __TERRALIB_GEOMETRY_INTERNAL_RSTGT_H 
   34 #include <boost/concept_check.hpp> 
   35 #include <boost/numeric/ublas/matrix.hpp> 
   81                         const double& pt1Y, 
double& pt2X, 
double& pt2Y ) 
const;
 
   84                          const double& pt2Y, 
double& pt1X, 
double& pt1Y ) 
const;
 
2D Geometric transformation parameters.
 
boost::numeric::ublas::matrix< double > m_computeParameters_XExpandedInv
 
unsigned int m_computeParameters_tpIdx
 
boost::numeric::ublas::matrix< double > m_computeParameters_N
 
RSTGT()
Default constructor.
 
const std::string & getName() const
Returns the current transformation name.
 
boost::numeric::ublas::matrix< double > m_computeParameters_U
 
boost::numeric::ublas::matrix< double > m_computeParameters_A
 
unsigned int m_computeParameters_index1
 
boost::numeric::ublas::matrix< double > m_computeParameters_XExpanded
 
void inverseMap(const GTParameters ¶ms, const double &pt2X, const double &pt2Y, double &pt1X, double &pt1Y) const
Inverse mapping (from pt2 space into pt1 space).
 
bool isValid(const GTParameters ¶ms) const
Verifies if the supplied parameters already has a valid transformation.
 
unsigned int m_computeParameters_tiepointsSize
 
bool computeParameters(GTParameters ¶ms) const
Calculate the transformation parameters following the new supplied tie-points.
 
boost::numeric::ublas::matrix< double > m_computeParameters_N_inv
 
boost::numeric::ublas::matrix< double > m_computeParameters_L
 
GeometricTransformation * clone() const
Creat a clone copy of this instance.
 
boost::numeric::ublas::matrix< double > m_computeParameters_X
 
unsigned int getMinRequiredTiePoints() const
Returns the minimum number of required tie-points for the current transformation.
 
boost::numeric::ublas::matrix< double > m_computeParameters_At
 
void directMap(const GTParameters ¶ms, const double &pt1X, const double &pt1Y, double &pt2X, double &pt2Y) const
Direct mapping (from pt1 space into pt2 space).
 
unsigned int m_computeParameters_index2
 
#define TEGEOMEXPORT
You can use this macro in order to export/import classes and functions from this module.
 
Proxy configuration file for TerraView (see terraview_config.h).