Public Attributes | |
R * | RelativePosition |
Vector pointing to a relative location that has already been visited. | |
double | FunctionValue |
Value of the target function that was found there. | |
struct _TraceListEntry * | Next |
Pointer to the next entry in the linked list. |
Definition at line 58 of file cmtkSearchTrace.h.
double cmtk::SearchTrace< R >::_TraceListEntry::FunctionValue |
Value of the target function that was found there.
Definition at line 64 of file cmtkSearchTrace.h.
Referenced by cmtk::SearchTrace< R >::Add(), and cmtk::SearchTrace< R >::Get().
struct _TraceListEntry* cmtk::SearchTrace< R >::_TraceListEntry::Next |
Pointer to the next entry in the linked list.
Definition at line 67 of file cmtkSearchTrace.h.
Referenced by cmtk::SearchTrace< R >::Add(), cmtk::SearchTrace< R >::Clear(), cmtk::SearchTrace< R >::Get(), and cmtk::SearchTrace< R >::Move().
R* cmtk::SearchTrace< R >::_TraceListEntry::RelativePosition |
Vector pointing to a relative location that has already been visited.
Definition at line 61 of file cmtkSearchTrace.h.
Referenced by cmtk::SearchTrace< R >::Add(), cmtk::SearchTrace< R >::IsHit(), and cmtk::SearchTrace< R >::Move().