![]() |
Fréchet View
1.6.0
A Tool for Exploring Fréchet Distance Algorithms
|
base template for elements of a LinkedList
T | element type; must be derived from BLinkedListElement |
Definition at line 54 of file linkedlist.h.
#include <linkedlist.h>
Inherits frechet::data::BLinkedListElement.
Public Member Functions | |
LinkedListElement () | |
empty constructor More... | |
T * | prev () const |
T * | next () const |
T * | next (bool forward) |
![]() | |
BLinkedListElement () | |
empty constructor More... | |
BLinkedListElement *& | prev () |
BLinkedListElement *& | next () |
Additional Inherited Members | |
![]() | |
BLinkedListElement * | link [2] |
double links (previous, next) More... | |
|
inline |
empty constructor
Definition at line 59 of file linkedlist.h.
|
inline |
Definition at line 64 of file linkedlist.h.
|
inline |
forward | direction of travel |
Definition at line 68 of file linkedlist.h.
|
inline |
Definition at line 62 of file linkedlist.h.