Public Member Functions | Public Attributes
PMatrixDecompAa Class Reference

#include <PMatrixDecompAa.h>

List of all members.

Public Member Functions

 PMatrixDecompAa ()
 Default constructor.
 PMatrixDecompAa (const PMatrix &P)
 Construct from PMatrix.
 PMatrixDecompAa (const vnl_matrix< double > &P)
 Construct from PMatrix.
void set (const PMatrix &P)
 Set [A a] from PMatrix.
void set (const vnl_matrix< double > &P)
 Set [A a] from PMatrix.
void get (PMatrix *P) const
 Set PMatrix from [A a].

Public Attributes

vnl_double_3x3 A
 Public data members for A and a.
vnl_double_3 a

Detailed Description

Definition at line 20 of file PMatrixDecompAa.h.


Constructor & Destructor Documentation

PMatrixDecompAa::PMatrixDecompAa ( ) [inline]

Default constructor.

Definition at line 30 of file PMatrixDecompAa.h.

PMatrixDecompAa::PMatrixDecompAa ( const PMatrix P) [inline]

Construct from PMatrix.

Definition at line 33 of file PMatrixDecompAa.h.

PMatrixDecompAa::PMatrixDecompAa ( const vnl_matrix< double > &  P) [inline]

Construct from PMatrix.

Definition at line 36 of file PMatrixDecompAa.h.


Member Function Documentation

void PMatrixDecompAa::get ( PMatrix P) const [inline]

Set PMatrix from [A a].

Definition at line 45 of file PMatrixDecompAa.h.

void PMatrixDecompAa::set ( const PMatrix P) [inline]

Set [A a] from PMatrix.

Definition at line 39 of file PMatrixDecompAa.h.

void PMatrixDecompAa::set ( const vnl_matrix< double > &  P)

Set [A a] from PMatrix.

Definition at line 9 of file PMatrixDecompAa.cxx.


Member Data Documentation

Public data members for A and a.

Definition at line 25 of file PMatrixDecompAa.h.

vnl_double_3 PMatrixDecompAa::a

Definition at line 26 of file PMatrixDecompAa.h.


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