wrapper class for nurbs surface interpolating data point More...
#include <nurbs_defs.h>
Public Member Functions | |
GeneralMatrix (int nrows_, int ncols_) | |
GeneralMatrix (const GeneralMatrix< T > &m) | |
GeneralMatrix< T > & | operator= (const GeneralMatrix< T > &m) |
T & | operator() (int i, int j) |
T const & | operator() (int i, int j) const |
int | rows () const |
int | cols () const |
void | resize (int nrows_, int ncols_) |
Private Attributes | |
int | nrows |
int | ncols |
T * | data |
Friends | |
template<typename J > | |
std::ostream & | operator<< (std::ostream &os, const GeneralMatrix< J > &A) |
wrapper class for nurbs surface interpolating data point