MatrixInput Class Reference

#include <newmat.h>

List of all members.

Public Member Functions

 MatrixInput (int nx, Real *rx)
 MatrixInput (const MatrixInput &mi)
MatrixInput operator<< (int f)
MatrixInput operator<< (float)
MatrixInput operator<< (double)
 ~MatrixInput ()

Private Attributes

int n
Realr

Friends

class GeneralMatrix

Constructor & Destructor Documentation

MatrixInput::MatrixInput ( const MatrixInput mi  )  [inline]

Referenced by operator<<().

MatrixInput::MatrixInput ( int  nx,
Real rx 
) [inline]
MatrixInput::~MatrixInput (  ) 

References n, REPORT, and Throw.


Member Function Documentation

MatrixInput MatrixInput::operator<< ( int  f  )  [inline]
MatrixInput MatrixInput::operator<< ( float  f  ) 

References MatrixInput(), n, r, REPORT, and Throw.

MatrixInput MatrixInput::operator<< ( double  f  ) 

References MatrixInput(), n, r, REPORT, and Throw.


Friends And Related Function Documentation

friend class GeneralMatrix [friend]

Member Data Documentation

int MatrixInput::n [private]

Referenced by operator<<(), and ~MatrixInput().

Real* MatrixInput::r [private]

Referenced by operator<<().


The documentation for this class was generated from the following files:

Generated on 6 Apr 2011 for Slicer3 by  doxygen 1.6.1