User Documentation
Centre for Vision, Speech & Signal Processing
DEVELOP IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
VecMat2dC::VecMat2dC(void)
VecMat2dC::VecMat2dC(const Vector2dC &,const Matrix2d2C &)
VecMat2dC::VecMat2dC(const VecMat2dC &)
VecMat2dC::VecMat2d(void) const
VecMat2dC::VecMat2d(void)
VecMat2dC::Vector(void) const
VecMat2dC::Matrix(void) const
VecMat2dC::Vector(void)
VecMat2dC::Matrix(void)
VecMat2dC::SetZero(void)
VecMat2dC::Sort(void)
VecMat2dC::SortAbs(void)
VecMat2dC
 
A vector and a matrix together for 2-D space
 
include "amma/VecMat2d.hh"
User Level:Default
Library:Mag2
Example:exMat2d.cc
Section:Basic Types.Numerical Geometry.2-D
In Scope:std

Derived Classes:

Variables:
Methods:
VecMat2dC()
Constructor of an empty object

VecMat2dC(const Vector2dC & vec,const Matrix2d2C & mat)
Constructor

VecMat2dC(const VecMat2dC & system)

const VecMat2dC & VecMat2d() const
Access to the object

VecMat2dC & VecMat2d()
Access to the object

const Vector2dC & Vector() const
Access to the vector

const Matrix2d2C & Matrix() const
Access to the matrix

Vector2dC & Vector()
Access to the vector

Matrix2d2C & Matrix()
Access to the matrix

VecMat2dC & SetZero()
Set the vector and the matrix to be zero

VecMat2dC & Sort()
Sort according to vector value. The first value will be the biggest one.

VecMat2dC & SortAbs()
Sort according to absolute vector value.
The first value will be the biggest one


Programmer:Radek Marik, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001