Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

_rowvec Class Reference

the class _rowvec is a data structure used to implement checking on 2nd matrix index. A matrix is essentially a column vector of _rowvecs. More...

#include <XVMatrix.h>

List of all members.

Public Methods

Private Attributes


Detailed Description

the class _rowvec is a data structure used to implement checking on 2nd matrix index. A matrix is essentially a column vector of _rowvecs.

Definition at line 68 of file XVMatrix.h.


Constructor & Destructor Documentation

_rowvec::_rowvec ( FrReal * datain,
int ncols ) [inline]
 

Definition at line 76 of file XVMatrix.h.


Member Function Documentation

FrReal & _rowvec::operator[] ( int n ) [inline]
 

Definition at line 79 of file XVMatrix.h.

const FrReal & _rowvec::operator[] ( int n ) const [inline]
 

Definition at line 86 of file XVMatrix.h.


Member Data Documentation

FrReal * _rowvec::data [private]
 

Definition at line 71 of file XVMatrix.h.

int _rowvec::colNum [private]
 

Definition at line 72 of file XVMatrix.h.


The documentation for this class was generated from the following file:
Generated at Thu Mar 29 22:37:28 2001 for XVision by doxygen1.2.0 written by Dimitri van Heesch, © 1997-2000