#include <MatrixList.h>
Public Member Functions | |
| MatrixList (void) | |
| MatrixList (MatrixList< T > &ml) | |
| MatrixList (Matrix< T > &m) | |
| MatrixList (Matrix< T > &m1, Matrix< T > &m2, Matrix< T > &m3) | |
| MatrixList (int l, int rows, int cols) | |
| ~MatrixList (void) | |
| void | PushBack (Matrix< T > &m) |
| void | PushFront (Matrix< T > &m) |
| int | Planes () const |
| int | Rows () const |
| int | Columns () const |
| int | XDim () const |
| int | YDim () const |
| MatrixList< T > & | operator= (MatrixList< T > &ml) |
| Matrix< T > & | operator[] (const int i) |
| Matrix< T > & | operator() (const int i) |
Protected Attributes | |
| int | planes |
| int | xDim |
| int | yDim |
| Matrix< T > * | list |
|
||||||||||
|
Definition at line 65 of file MatrixList.inl. |
|
||||||||||
|
Definition at line 75 of file MatrixList.inl. |
|
||||||||||
|
Definition at line 89 of file MatrixList.inl. |
|
||||||||||||||||||||
|
Definition at line 101 of file MatrixList.inl. |
|
||||||||||||||||||||
|
Definition at line 120 of file MatrixList.inl. |
|
||||||||||
|
Definition at line 137 of file MatrixList.inl. |
|
|||||||||
|
Definition at line 211 of file MatrixList.inl. |
|
||||||||||
|
Definition at line 259 of file MatrixList.inl. |
|
||||||||||
|
Definition at line 231 of file MatrixList.inl. |
|
||||||||||
|
Definition at line 251 of file MatrixList.inl. |
|
|||||||||
|
Definition at line 199 of file MatrixList.inl. |
|
||||||||||
|
Definition at line 144 of file MatrixList.inl. |
|
||||||||||
|
Definition at line 171 of file MatrixList.inl. |
|
|||||||||
|
Definition at line 205 of file MatrixList.inl. |
|
|||||||||
|
Definition at line 218 of file MatrixList.inl. |
|
|||||||||
|
Definition at line 224 of file MatrixList.inl. |
|
|||||
|
Definition at line 95 of file MatrixList.h. |
|
|||||
|
Definition at line 92 of file MatrixList.h. |
|
|||||
|
Definition at line 93 of file MatrixList.h. |
|
|||||
|
Definition at line 94 of file MatrixList.h. |
1.3.9.1