|
Jafar
|
Definition at line 80 of file HyperPlane.hpp.

Public Member Functions | |
| VectorsDriver (const HomogenousVecD &origin, const HomogenousVecD &normal, const RepereD *reference=RepereD::global()) | |
| VectorsDriver (const VecD &origin, const VecD &normal, const RepereD *reference=RepereD::global()) | |
| void | setCov (HomogenousSymMatrixD m_originCov, HomogenousSymMatrixD m_normalCov) |
| virtual HomogenousVecD | origin () const |
| virtual HomogenousSymMatrixD | originCov () const |
| virtual HomogenousVecD | normal () const |
| virtual HomogenousSymMatrixD | normalCov () const |
| virtual HomogenousVecD | equation () const |
| virtual void | changeReference (const RepereD *reference) |
| virtual const RepereD * | reference () const |
| virtual Driver * | clone () const |
| virtual bool | hasCov () const |
Private Attributes | |
| HomogenousVecD | m_origin |
| HomogenousVecD | m_normal |
| HomogenousSymMatrixD | m_originCov |
| HomogenousSymMatrixD | m_normalCov |
| const RepereD * | m_reference |
| bool | m_hasCov |
| HyperPlane< dimension >::Driver * jafar::geom::HyperPlane< dimension >::VectorsDriver::clone | ( | ) | const [virtual] |
Implements jafar::geom::HyperPlane< dimension >::Driver.
Definition at line 146 of file HyperPlaneImpl.hpp.
References jafar::geom::Atom< dimension >::reference().
| HyperPlane< dimension >::HomogenousVecD jafar::geom::HyperPlane< dimension >::VectorsDriver::equation | ( | ) | const [virtual] |
Implements jafar::geom::HyperPlane< dimension >::Driver.
Definition at line 122 of file HyperPlaneImpl.hpp.
| virtual bool jafar::geom::HyperPlane< dimension >::VectorsDriver::hasCov | ( | ) | const [inline, virtual] |
Implements jafar::geom::Atom< dimension >::Driver.
Definition at line 93 of file HyperPlane.hpp.
| HyperPlane< dimension >::HomogenousVecD jafar::geom::HyperPlane< dimension >::VectorsDriver::normal | ( | ) | const [virtual] |
Implements jafar::geom::HyperPlane< dimension >::Driver.
Definition at line 112 of file HyperPlaneImpl.hpp.
| HyperPlane< dimension >::HomogenousVecD jafar::geom::HyperPlane< dimension >::VectorsDriver::origin | ( | ) | const [virtual] |
Implements jafar::geom::HyperPlane< dimension >::Driver.
Definition at line 102 of file HyperPlaneImpl.hpp.
| Generated on Wed Oct 15 2014 00:37:37 for Jafar by doxygen 1.7.6.1 |
|