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

a_persp_mes More...

#include <a_persp_mes.h>

+ Collaboration diagram for a_persp_mes:

Public Member Functions

 a_persp_mes ()
 
 a_persp_mes (double mx, double my, double mz, double mu, double mv, int pos=0, int cam=0)
 
void cam (int cam)
 
void pos (int pos)
 
int cam () const
 
int pos () const
 
double residual (a_unwarp *, a_intern *, a_pos2 *)
 

Protected Attributes

double p3_ [3]
 
double p2_ [2]
 
int ref_cam_
 
int ref_pos_
 

Static Protected Attributes

static a_mat_testT_ = new a_mat_test()
 

Friends

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

Detailed Description

a_persp_mes

Definition at line 32 of file a_persp_mes.h.

Constructor & Destructor Documentation

◆ a_persp_mes() [1/2]

a_persp_mes::a_persp_mes ( )

Definition at line 30 of file a_persp_mes.cxx.

◆ a_persp_mes() [2/2]

a_persp_mes::a_persp_mes ( double  mx,
double  my,
double  mz,
double  mu,
double  mv,
int  pos = 0,
int  cam = 0 
)

Definition at line 39 of file a_persp_mes.cxx.

+ Here is the call graph for this function:

Member Function Documentation

◆ cam() [1/2]

int a_persp_mes::cam ( ) const
inline

Definition at line 40 of file a_persp_mes.h.

+ Here is the caller graph for this function:

◆ cam() [2/2]

void a_persp_mes::cam ( int  cam)
inline

Definition at line 38 of file a_persp_mes.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ pos() [1/2]

int a_persp_mes::pos ( ) const
inline

Definition at line 41 of file a_persp_mes.h.

+ Here is the caller graph for this function:

◆ pos() [2/2]

void a_persp_mes::pos ( int  pos)
inline

Definition at line 39 of file a_persp_mes.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ residual()

double a_persp_mes::residual ( a_unwarp unwarp,
a_intern intern,
a_pos2 pos 
)

Definition at line 47 of file a_persp_mes.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Friends And Related Function Documentation

◆ operator<<

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

Definition at line 70 of file a_persp_mes.cxx.

◆ operator>>

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

Definition at line 60 of file a_persp_mes.cxx.

Member Data Documentation

◆ p2_

double a_persp_mes::p2_[2]
protected

Definition at line 52 of file a_persp_mes.h.

◆ p3_

double a_persp_mes::p3_[3]
protected

Definition at line 51 of file a_persp_mes.h.

◆ ref_cam_

int a_persp_mes::ref_cam_
protected

Definition at line 54 of file a_persp_mes.h.

◆ ref_pos_

int a_persp_mes::ref_pos_
protected

Definition at line 55 of file a_persp_mes.h.

◆ T_

a_mat_test * a_persp_mes::T_ = new a_mat_test()
staticprotected

Definition at line 50 of file a_persp_mes.h.


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