Points&Forces (core)
Software tools facilitating the task of surveying architecture
Public Member Functions | Friends | List of all members
a_unwarp Class Reference

#include <a_unwarp.h>

Public Member Functions

 a_unwarp ()
 
void u0 (double v)
 
void v0 (double v)
 
void K1 (double v)
 
void K2 (double v)
 
void P1 (double v)
 
void P2 (double v)
 
double u0 () const
 
double v0 () const
 
double K1 () const
 
double K2 () const
 
double P1 () const
 
double P2 () const
 
void unwarp (double u, double v, double &un, double &vn)
 

Friends

std::istream & operator>> (std::istream &i, a_unwarp &l)
 
std::ostream & operator<< (std::ostream &o, const a_unwarp &l)
 

Detailed Description

Definition at line 26 of file a_unwarp.h.

Constructor & Destructor Documentation

◆ a_unwarp()

a_unwarp::a_unwarp ( )
inline

Definition at line 29 of file a_unwarp.h.

Member Function Documentation

◆ K1() [1/2]

double a_unwarp::K1 ( ) const
inline

Definition at line 38 of file a_unwarp.h.

◆ K1() [2/2]

void a_unwarp::K1 ( double  v)
inline

Definition at line 32 of file a_unwarp.h.

+ Here is the caller graph for this function:

◆ K2() [1/2]

double a_unwarp::K2 ( ) const
inline

Definition at line 39 of file a_unwarp.h.

◆ K2() [2/2]

void a_unwarp::K2 ( double  v)
inline

Definition at line 33 of file a_unwarp.h.

+ Here is the caller graph for this function:

◆ P1() [1/2]

double a_unwarp::P1 ( ) const
inline

Definition at line 40 of file a_unwarp.h.

◆ P1() [2/2]

void a_unwarp::P1 ( double  v)
inline

Definition at line 34 of file a_unwarp.h.

+ Here is the caller graph for this function:

◆ P2() [1/2]

double a_unwarp::P2 ( ) const
inline

Definition at line 41 of file a_unwarp.h.

◆ P2() [2/2]

void a_unwarp::P2 ( double  v)
inline

Definition at line 35 of file a_unwarp.h.

+ Here is the caller graph for this function:

◆ u0() [1/2]

double a_unwarp::u0 ( ) const
inline

Definition at line 36 of file a_unwarp.h.

◆ u0() [2/2]

void a_unwarp::u0 ( double  v)
inline

Definition at line 30 of file a_unwarp.h.

+ Here is the caller graph for this function:

◆ unwarp()

void a_unwarp::unwarp ( double  u,
double  v,
double &  un,
double &  vn 
)

Definition at line 18 of file a_unwarp.cxx.

+ Here is the caller graph for this function:

◆ v0() [1/2]

double a_unwarp::v0 ( ) const
inline

Definition at line 37 of file a_unwarp.h.

◆ v0() [2/2]

void a_unwarp::v0 ( double  v)
inline

Definition at line 31 of file a_unwarp.h.

+ Here is the caller graph for this function:

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  o,
const a_unwarp l 
)
friend

Definition at line 35 of file a_unwarp.cxx.

◆ operator>>

std::istream& operator>> ( std::istream &  i,
a_unwarp l 
)
friend

Definition at line 27 of file a_unwarp.cxx.


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