irtkHistory Class Reference

#include <irtkUtil.h>

Collaboration diagram for irtkHistory:

Collaboration graph
[legend]

List of all members.


Detailed Description

History class to avoid loops in registration optimization.

Definition at line 34 of file irtkUtil.h.


Public Member Functions

 irtkHistory ()
 Constructor.
 ~irtkHistory ()
 Destrcutor.
void Add (const irtkTransformation *, double)
 Add a transformation and its corresponding similarity value to history.
int Find (const irtkTransformation *, double &)
 Check whether a transformation is in history.
void Print ()
 Print some debugging information and statistics.
void Clear ()
 Clear list.

Member Function Documentation

int irtkHistory::Find ( const irtkTransformation transformation,
double &  similarity 
) [inline]

Check whether a transformation is in history.

If not, return false otherwise return true and its corresponding similarity value.

Definition at line 133 of file irtkUtil.h.

References _irtkHistoryEntry::_similarity, and _irtkHistoryEntry::_succ.


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