Public Attributes

cmtk::SearchTrace< R >::_TraceListEntry Struct Reference

Collaboration diagram for cmtk::SearchTrace< R >::_TraceListEntry:
Collaboration graph
[legend]

List of all members.

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 _TraceListEntryNext
 Pointer to the next entry in the linked list.

Detailed Description

template<class R = short>
struct cmtk::SearchTrace< R >::_TraceListEntry

Definition at line 58 of file cmtkSearchTrace.h.


Member Data Documentation

template<class R = short>
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().

template<class R = short>
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().

template<class R = short>
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().


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines