|
Points&Forces (core)
Software tools facilitating the task of surveying architecture
|
#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_test * | T_ = 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) |
Definition at line 32 of file a_persp_mes.h.
| a_persp_mes::a_persp_mes | ( | ) |
Definition at line 30 of file a_persp_mes.cxx.
| a_persp_mes::a_persp_mes | ( | double | mx, |
| double | my, | ||
| double | mz, | ||
| double | mu, | ||
| double | mv, | ||
| int | pos = 0, |
||
| int | cam = 0 |
||
| ) |
|
inline |
|
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:
|
inline |
|
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: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:
|
friend |
Definition at line 70 of file a_persp_mes.cxx.
|
friend |
Definition at line 60 of file a_persp_mes.cxx.
|
protected |
Definition at line 52 of file a_persp_mes.h.
|
protected |
Definition at line 51 of file a_persp_mes.h.
|
protected |
Definition at line 54 of file a_persp_mes.h.
|
protected |
Definition at line 55 of file a_persp_mes.h.
|
staticprotected |
Definition at line 50 of file a_persp_mes.h.