|
Points&Forces (core)
Software tools facilitating the task of surveying architecture
|
a projection matrix More...
#include <a_pmat.h>
Inheritance diagram for a_pmat:
Collaboration diagram for a_pmat:Public Member Functions | |
| a_pmat () | |
| a_pmat (const a_intern &cam) | |
| a_pmat (const a_mat &m) | |
| a_pmat & | operator= (const a_mat &m) |
| void | intern (const a_intern &in) |
| void | parallel () |
| void | move (const a_pos &m) |
| a_2dh | project (const a_3dh &p3d) const |
Public Member Functions inherited from a_mat | |
| a_mat (UI i, UI j, double v=0) | |
| a_mat (int i, int j, double v=0) | |
| a_mat (const a_mat &m) | |
| ~a_mat () | |
| UI | maxi () const |
| UI | maxj () const |
| UI | size () const |
| std::valarray< double > & | x () const |
| virtual double & | operator() (const UI i, const UI j) |
| virtual double | operator() (const UI i, const UI j) const |
| a_mat & | operator= (const a_mat &m) |
| bool | operator== (const a_mat &a) |
| a_mat & | operator- () |
| a_mat & | operator+= (const a_mat &a) |
| a_mat | operator+ (const a_mat &a) |
| a_mat & | operator-= (const a_mat &a) |
| a_mat | operator- (const a_mat &a) |
| a_mat & | operator*= (double v) |
| a_mat | operator* (double v) |
| a_mat & | operator/= (double v) |
| a_mat | operator/ (double v) |
| a_mat | transpose () |
| void | swapc (UI c1, UI c2) |
| void | swapr (UI r1, UI r2) |
| a_mat | sub_matrix (const UI i, const UI j) const |
| virtual void | read (std::istream &i) |
| virtual void | write (std::ostream &o) const |
Public Member Functions inherited from a_mat_base | |
| virtual const std::string | classname () |
Public Member Functions inherited from a_base | |
| a_base () | |
| void | read (const std::string &file_in) |
| void | write (const std::string &file_out) const |
| void | small (double tol) |
| double | small () const |
Static Public Member Functions | |
| static const std::string | help () |
Static Public Member Functions inherited from a_mat_base | |
| static const std::string | help () |
Static Public Member Functions inherited from a_base | |
| static const std::string | help () |
Additional Inherited Members | |
Protected Attributes inherited from a_mat | |
| UI | maxi_ |
| UI | maxj_ |
| std::valarray< double > * | x_ |
Protected Attributes inherited from a_base | |
| double | verysmall_ |
| a_pmat::a_pmat | ( | const a_intern & | cam | ) |
Definition at line 40 of file a_pmat.cxx.
| a_pmat::a_pmat | ( | const a_mat & | m | ) |
Definition at line 49 of file a_pmat.cxx.
|
static |
| void a_pmat::intern | ( | const a_intern & | in | ) |
Definition at line 66 of file a_pmat.cxx.
| void a_pmat::move | ( | const a_pos & | m | ) |
Definition at line 75 of file a_pmat.cxx.
Definition at line 83 of file a_pmat.cxx.