TooN 2.1
Public Member Functions | Public Attributes
MatrixFiller< N, R, C, P, B > Struct Template Reference

List of all members.

Public Member Functions

 MatrixFiller (Matrix< R, C, P, B > &m_, MatrixFiller< N-1, R, C, P, B > *p, int r_, int c_)
MatrixFiller< N+1, R, C, P, B > operator, (const P &p)

Public Attributes

Matrix< R, C, P, B > & m
MatrixFiller< N-1, R, C, P, B > * parent
int r
int c
bool underfill

template<int N, int R, int C, class P, class B>
struct TooN::Internal::MatrixFiller< N, R, C, P, B >