Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

vnl_matrix_fixed< T, m, n > Class Template Reference

#include <vnl_matrix_fixed.h>

Inheritance diagram for vnl_matrix_fixed:

Inheritance graph
[legend]
Collaboration diagram for vnl_matrix_fixed< T, m, n >:

Collaboration graph
[legend]
List of all members.

Public Methods

 vnl_matrix_fixed ()
 vnl_matrix_fixed (const T &value)
 vnl_matrix_fixed (const T *datablck)
 vnl_matrix_fixed (const vnl_matrix< T > &rhs)
vnl_matrix_fixed< T, m, n > & operator= (const vnl_matrix< T > &rhs)
vnl_matrix_fixed< T, m, n > & operator= (const vnl_matrix_fixed< T, m, n > &rhs)
 vnl_matrix_fixed (const vnl_matrix_fixed< T, m, n > &rhs)

Detailed Description

template<class T, int m, int n>
class vnl_matrix_fixed< T, m, n >

Fixed size matrix. vnl_matrix_fixed<T,m,n> - Fixed size matrix. A subclass of vnl_matrix_fixed_ref, all storage is local and all vnl_matrix operations are valid.

Definition at line 31 of file vnl_matrix_fixed.h.


Constructor & Destructor Documentation

template<class T, int m, int n>
vnl_matrix_fixed< T, m, n >::vnl_matrix_fixed   [inline]
 

Construct an empty m*n matrix.

Definition at line 37 of file vnl_matrix_fixed.h.

template<class T, int m, int n>
vnl_matrix_fixed< T, m, n >::vnl_matrix_fixed const T &    value [inline]
 

Construct an m*n matrix and fill with value.

Definition at line 41 of file vnl_matrix_fixed.h.

template<class T, int m, int n>
vnl_matrix_fixed< T, m, n >::vnl_matrix_fixed const T *    datablck [inline]
 

Construct an m*n Matrix and copy data into it row-wise.

Definition at line 49 of file vnl_matrix_fixed.h.

template<class T, int m, int n>
vnl_matrix_fixed< T, m, n >::vnl_matrix_fixed const vnl_matrix< T > &    rhs [inline]
 

Construct an m*n Matrix and copy rhs into it.\ Abort if rhs is. not the same size.

Definition at line 56 of file vnl_matrix_fixed.h.

template<class T, int m, int n>
vnl_matrix_fixed< T, m, n >::vnl_matrix_fixed const vnl_matrix_fixed< T, m, n > &    rhs [inline]
 

Definition at line 77 of file vnl_matrix_fixed.h.


Member Function Documentation

template<class T, int m, int n>
vnl_matrix_fixed<T,m,n>& vnl_matrix_fixed< T, m, n >::operator= const vnl_matrix_fixed< T, m, n > &    rhs [inline]
 

Copy another vnl_matrix_fixed<T,m,n> into this.

Definition at line 72 of file vnl_matrix_fixed.h.

template<class T, int m, int n>
vnl_matrix_fixed<T,m,n>& vnl_matrix_fixed< T, m, n >::operator= const vnl_matrix< T > &    rhs [inline]
 

Copy a vnl_matrix into this.\ Abort if rhs is. not the same size.

Reimplemented from vnl_matrix_fixed_ref< T, m, n >.

Definition at line 64 of file vnl_matrix_fixed.h.


The documentation for this class was generated from the following file:
Generated at Fri May 21 01:17:11 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000