Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members

mitkPointSetEstimator Class Reference

mitkPointSetEstimator - an abstract class specifies interface for an estimation method More...

#include <mitkPointSetEstimator.h>

Inherits mitkProcessObject.

Inherited by mitkPointSetKernelTransformEstimator, and mitkPointSetQuaternionEstimator.

Inheritance diagram for mitkPointSetEstimator:

Inheritance graph
[legend]
Collaboration diagram for mitkPointSetEstimator:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual void PrintSelf (ostream &os)
 mitkPointSetEstimator ()
virtual ~mitkPointSetEstimator ()
virtual void SetFixedPointSet (mitkPointSet *fixedPointSet)
virtual void SetMovingPointSet (mitkPointSet *movingPointSet)
unsigned int GetNumberOfPoints ()
void SetPointSetMaskFlag (bool flag)
void SetTransform (mitkTransform *transform)
mitkTransformGetTransform ()
mitkMatrixTypeGetTransformMatrix ()
const VectorParameterType & GetTransformParameters () const

Detailed Description

mitkPointSetEstimator - an abstract class specifies interface for an estimation method

mitkPointSetEstimator is an abstract class specifies interface for an estimation method. An estimator creates a transform from a set of matches.


Constructor & Destructor Documentation

mitkPointSetEstimator::mitkPointSetEstimator  ) 
 

Constructor.

virtual mitkPointSetEstimator::~mitkPointSetEstimator  )  [virtual]
 

Deconstructor.


Member Function Documentation

unsigned int mitkPointSetEstimator::GetNumberOfPoints  )  [inline]
 

Get the Number of Points.

Returns:
Return the number of points.

mitkTransform* mitkPointSetEstimator::GetTransform  ) 
 

Get the transform method.

Returns:
Return the pointer to transform object.

mitkMatrixType* mitkPointSetEstimator::GetTransformMatrix  ) 
 

Get the transform matrix.

Returns:
Return the pointer to the transform matrix.

const VectorParameterType& mitkPointSetEstimator::GetTransformParameters  )  const
 

Get the transform parameters.

Returns:
Return the vector pointer to the transform parameters.

virtual void mitkPointSetEstimator::PrintSelf ostream &  os  )  [virtual]
 

Print the necessary information about this object for the debugging purpose.

Parameters:
os The specified ostream to output information.

Reimplemented from mitkProcessObject.

Reimplemented in mitkPointSetKernelTransformEstimator, and mitkPointSetQuaternionEstimator.

virtual void mitkPointSetEstimator::SetFixedPointSet mitkPointSet fixedPointSet  )  [inline, virtual]
 

Set the Fixed Point Set.

Parameters:
fixedPointSet The pointer to the fixed point set.

virtual void mitkPointSetEstimator::SetMovingPointSet mitkPointSet movingPointSet  )  [inline, virtual]
 

Set the Moving Point Set.

Parameters:
movingPointSet The pointer to the moving point set.

Reimplemented in mitkPointSetKernelTransformEstimator.

void mitkPointSetEstimator::SetPointSetMaskFlag bool  flag  ) 
 

Set the flag of moving point set's mask.

Parameters:
flag Use point set mask in point get/set method if flag is true.

void mitkPointSetEstimator::SetTransform mitkTransform transform  )  [inline]
 

Set the transform method.

Parameters:
transform The pointer to transform object.


The documentation for this class was generated from the following file:
Generated on Tue Feb 25 15:04:59 2014 for MITK (Medical Imaging ToolKit) by  doxygen 1.4.3