User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
Ravl - Math - Geometry - FVectorMatrixC<unsigned int N>
 

  PUBLIC
FVectorMatrixC::FVectorMatrixC(void)
FVectorMatrixC::FVectorMatrixC(const FVectorC &,const FMatrixC &)
FVectorMatrixC::Vector(void)
FVectorMatrixC::Matrix(void)
FVectorMatrixC::Vector(void) const
FVectorMatrixC::Matrix(void) const
FVectorMatrixC::Fill(RealT)
FVectorMatrixC::Sort(void)

   FVectorMatrixC<unsigned int N>   
 
include "Ravl/FVectorMatrix.hh"
Created:13/04/2002 
User Level:Default
Library:RavlMath
In Scope:RavlN

Parent Classes: Derived Classes: Methods:
FVectorMatrixC()
Default constructor.

FVectorMatrixC(const FVectorC<N> & vec,const FMatrixC<N,N> & mat)
Construct from a vector and a matrix.

FVectorC<N> & Vector()
Access to the vector.

FMatrixC<N,N> & Matrix()
Access to the matrix.

const FVectorC<N> & Vector() const
Access to the vector.

const FMatrixC<N,N> & Matrix() const
Access to the matrix.

void Fill(RealT value)
Fills both the vector and matrix with 'value'

void Sort()
Sort in place according to the vector value.
The first value will be the biggest one.


Maintainer:Charles Galambos, Created: 13/04/2002, Documentation by CxxDoc: Tue Aug 13 09:59:02 2002