#include <irtkUtil.h>

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. | |
| 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.