MipAlgorithms::MultiRegStepInput Class Reference
[Multiple registration]

Input class for step method (private method) of MultiReg class. More...

#include <MultiReg.h>

List of all members.

Public Member Functions

 MultiRegStepInput ()
 Null constructor.
 MultiRegStepInput (const MultiRegStepInput &A)
 Copy constructor.
 MultiRegStepInput (int n, Observation oL, vector< Observation > *o, BiRegSol f, MultiRegSol *so, DDubIntList *dsl, int fND)
 Complete constructor.
MultiRegStepInput operator= (MultiRegStepInput A)
 Assignment operator =.

Public Attributes

int num
 Number of Observation to be registered at step 0.
Observation obsLoc
 Algorithm base Observation in respect of which is executed the registration.
vector< Observation > * obse
 Vector of Observation in which are all Observations not still registered at this step.
BiRegSol form
 Vector of solutions of binary registration obtained from previous steps of the multiple registration algorithm.
MultiRegSolsolution
 Pointer to vector of multiple registration algorithm.
DDubIntListdubshortlist
 Pointer to temporary structure in wich are all distances between points of base Observation (per non ricalcolarle ad ogni passo).
int firstNewDot
 Subscript of first new feature inserted in the base Observation in the previous step.


Detailed Description

Input class for step method (private method) of MultiReg class.

Author:
Paolo Stegagno

Constructor & Destructor Documentation

MipAlgorithms::MultiRegStepInput::MultiRegStepInput (  ) 

Null constructor.

MipAlgorithms::MultiRegStepInput::MultiRegStepInput ( const MultiRegStepInput A  ) 

Copy constructor.

MipAlgorithms::MultiRegStepInput::MultiRegStepInput ( int  n,
Observation  oL,
vector< Observation > *  o,
BiRegSol  f,
MultiRegSol so,
DDubIntList dsl,
int  fND 
)

Complete constructor.


Member Function Documentation

MultiRegStepInput MipAlgorithms::MultiRegStepInput::operator= ( MultiRegStepInput  A  ) 

Assignment operator =.


Member Data Documentation

Number of Observation to be registered at step 0.

Algorithm base Observation in respect of which is executed the registration.

Vector of Observation in which are all Observations not still registered at this step.

Vector of solutions of binary registration obtained from previous steps of the multiple registration algorithm.

Pointer to vector of multiple registration algorithm.

Pointer to temporary structure in wich are all distances between points of base Observation (per non ricalcolarle ad ogni passo).

Subscript of first new feature inserted in the base Observation in the previous step.


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

Generated on Mon Feb 20 07:01:10 2017 for MIP by  doxygen 1.5.6