Main Page | Namespace List | Compound List | File List | Compound Members | File Members

Matrix Class Reference

#include <Matrix.h>

List of all members.

Public Member Functions

 Matrix ()
 Matrix (Histogram_element *h, int num_rowsIN, int num_colsIN, double length_limitIN)
 ~Matrix ()
int getNumCols ()
int getNumRows ()
double ** getMatrix ()


Constructor & Destructor Documentation

Matrix::Matrix  ) 
 

Matrix::Matrix Histogram_element h,
int  num_rowsIN,
int  num_colsIN,
double  length_limitIN
 

this constructor is specifically for the length-angle matrix

Matrix::~Matrix  ) 
 


Member Function Documentation

double ** Matrix::getMatrix  ) 
 

returns the matrix itself, which is a 2D array

int Matrix::getNumCols  ) 
 

returns the number of cols in the matrix (where cols represent lengths, and the matrix is matrix[r][c])

int Matrix::getNumRows  ) 
 

returns the number of cols in the matrix (where rows represent angles, and the matrix is matrix[r][c])


The documentation for this class was generated from the following files:
Generated on Thu Sep 4 14:59:32 2003 for Content-Based Image Retrieval by doxygen 1.3.3