Minor< MatrixType > Class Template Reference

Expression of a minor. More...

#include <Minor.h>

Inheritance diagram for Minor< MatrixType >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

const Scalar coeff (int row, int col) const
ScalarcoeffRef (int row, int col)
int cols () const
 Minor (const MatrixType &matrix, int row, int col)
int rows () const

Protected Attributes

const int m_col
const MatrixType::Nested m_matrix
const int m_row

Detailed Description

template<typename MatrixType>
class Minor< MatrixType >

Expression of a minor.

Parameters:
MatrixType the type of the object in which we are taking a minor

This class represents an expression of a minor. It is the return type of MatrixBase::minor() and most of the time this is the only way it is used.

See also:
MatrixBase::minor()

Definition at line 61 of file Minor.h.


Constructor & Destructor Documentation

template<typename MatrixType>
Minor< MatrixType >::Minor ( const MatrixType &  matrix,
int  row,
int  col 
) [inline]

Definition at line 68 of file Minor.h.


Member Function Documentation

template<typename MatrixType>
const Scalar Minor< MatrixType >::coeff ( int  row,
int  col 
) const [inline]

Reimplemented from MatrixBase< Minor< MatrixType > >.

Definition at line 86 of file Minor.h.

template<typename MatrixType>
Scalar& Minor< MatrixType >::coeffRef ( int  row,
int  col 
) [inline]

Reimplemented from MatrixBase< Minor< MatrixType > >.

Definition at line 81 of file Minor.h.

template<typename MatrixType>
int Minor< MatrixType >::cols ( void   )  const [inline]
Returns:
the number of columns.
See also:
rows(), ColsAtCompileTime

Reimplemented from MatrixBase< Minor< MatrixType > >.

Definition at line 79 of file Minor.h.

template<typename MatrixType>
int Minor< MatrixType >::rows ( void   )  const [inline]
Returns:
the number of rows.
See also:
cols(), RowsAtCompileTime

Reimplemented from MatrixBase< Minor< MatrixType > >.

Definition at line 78 of file Minor.h.


Member Data Documentation

template<typename MatrixType>
const int Minor< MatrixType >::m_col [protected]

Definition at line 93 of file Minor.h.

template<typename MatrixType>
const MatrixType::Nested Minor< MatrixType >::m_matrix [protected]

Definition at line 92 of file Minor.h.

template<typename MatrixType>
const int Minor< MatrixType >::m_row [protected]

Definition at line 93 of file Minor.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


vcglib
Author(s): Christian Bersch
autogenerated on Fri Jan 11 09:22:09 2013