GCLgrid :: dmatrix classes

class dmatrix_index_error

? ^ 
    extends dmatrix_error as public

Thrown by a dmatrix if a requested index is outside the bounds of the matrix dimension.

Source:
dmatrix.h:35
Author:
Gary L. Pavlis
Version:
unknown

Contents

^ 
EntityInherited FromTypeScopeShort Description
~dmatrix_index_errordestructor publicautomatically generated
dmatrix_index_errorconstructor public Basic constructor for this error object.
dmatrix_index_errorconstructor publicautomatically generated
log_errormethod public Writes the error message to standard error.
operator =operator publicautomatically generated

destructor ~dmatrix_index_error

? ^  > 
automatically generated
Source:
dmatrix.h
Code:
public ~ dmatrix_index_error ( )

constructor dmatrix_index_error

? ^  < > 
Basic constructor for this error object.
Source:
dmatrix.h:45
Params:
nrmax number of rows in matrix
ncmax number of columns in matrix
ir row index requested
ic column index requested
Code:
public dmatrix_index_error ( int nrmax ,
int ncmax ,
int ir ,
int ic )

constructor dmatrix_index_error

? ^  < > 
automatically generated
Source:
dmatrix.h
Code:
public dmatrix_index_error ( const dmatrix_index_error & )

method log_error

? ^  < > 
Writes the error message to standard error.
Source:
dmatrix.h:51
Code:
public virtual void log_error ( )

operator =

? ^  < > 
automatically generated
Source:
dmatrix.h
Code:
public dmatrix_index_error & operator = ( const dmatrix_index_error & )

Created Tue Jan 16 13:32:12 2007.
This documentation was generated automatically by
ccdoc v08r41 2004/09/29 bin_opt_suncc_sun4-solaris-2.8.
Click here to submit a bug report or feature request for ccdoc.
Click here to return to the top of the page.