MeVisLabToolboxReference
ml::MatrixSizedTemplate< T, SIZE_X, SIZE_Y > Class Template Reference

general Matrix class based on MatrixTemplate<T> to allow fixed size setting with object declaration. More...

#include <mlMatrixTemplate.h>

Inheritance diagram for ml::MatrixSizedTemplate< T, SIZE_X, SIZE_Y >:
ml::MatrixTemplate< T >

List of all members.

Public Member Functions

 MatrixSizedTemplate ()
 ctor: initialise size at object creation with desired value

Detailed Description

template<class T, size_t SIZE_X, size_t SIZE_Y>
class ml::MatrixSizedTemplate< T, SIZE_X, SIZE_Y >

general Matrix class based on MatrixTemplate<T> to allow fixed size setting with object declaration.

The class MatrixSizedTemplate<...> allows full access to functionality of class MatrixTemplate<> and the internal valarray, hence the matrix size can be adjusted dynamic if needed.

Definition at line 255 of file mlMatrixTemplate.h.


Constructor & Destructor Documentation

template<class T, size_t SIZE_X, size_t SIZE_Y>
ml::MatrixSizedTemplate< T, SIZE_X, SIZE_Y >::MatrixSizedTemplate ( ) [inline]

ctor: initialise size at object creation with desired value

Definition at line 259 of file mlMatrixTemplate.h.


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