Public Member Functions | Protected Member Functions | Protected Attributes
HMatrix1DCompute Class Reference

#include <HMatrix1DCompute.h>

Inheritance diagram for HMatrix1DCompute:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 HMatrix1DCompute ()
virtual ~HMatrix1DCompute ()
void verbose (bool)
bool compute (const vcl_vector< vgl_homg_point_1d< double > > &, const vcl_vector< vgl_homg_point_1d< double > > &, HMatrix1D *)
bool compute (const double[], const double[], int, HMatrix1D *)

Protected Member Functions

virtual bool compute_cool_homg (const vcl_vector< vgl_homg_point_1d< double > > &, const vcl_vector< vgl_homg_point_1d< double > > &, HMatrix1D *)
virtual bool compute_array_dbl (const double[], const double[], int N, HMatrix1D *)

Protected Attributes

bool verbose_

Detailed Description

Definition at line 16 of file HMatrix1DCompute.h.


Constructor & Destructor Documentation

HMatrix1DCompute::HMatrix1DCompute ( ) [inline]

Definition at line 20 of file HMatrix1DCompute.h.

virtual HMatrix1DCompute::~HMatrix1DCompute ( ) [inline, virtual]

Definition at line 21 of file HMatrix1DCompute.h.


Member Function Documentation

bool HMatrix1DCompute::compute ( const vcl_vector< vgl_homg_point_1d< double > > &  p1,
const vcl_vector< vgl_homg_point_1d< double > > &  p2,
HMatrix1D H 
)

Definition at line 61 of file HMatrix1DCompute.cxx.

bool HMatrix1DCompute::compute ( const double  [],
const double  [],
int  ,
HMatrix1D  
)
bool HMatrix1DCompute::compute_array_dbl ( const double  p1[],
const double  p2[],
int  N,
HMatrix1D H 
) [protected, virtual]

Definition at line 26 of file HMatrix1DCompute.cxx.

bool HMatrix1DCompute::compute_cool_homg ( const vcl_vector< vgl_homg_point_1d< double > > &  ,
const vcl_vector< vgl_homg_point_1d< double > > &  ,
HMatrix1D  
) [protected, virtual]
void HMatrix1DCompute::verbose ( bool  v)

Definition at line 17 of file HMatrix1DCompute.cxx.


Member Data Documentation

bool HMatrix1DCompute::verbose_ [protected]

Definition at line 37 of file HMatrix1DCompute.h.


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