![]() |
Fréchet View
1.6.0
A Tool for Exploring Fréchet Distance Algorithms
|
base class for elements of a BLinkedList
Link references are stored inside the elements.
Derived class must not have a destructor! If they do, make sure to define LINKED_LIST_VDESTRUCTOR=1. (slightly increasing the memory footprint of objects)
Definition at line 23 of file linkedlist.h.
#include <linkedlist.h>
Inherited by frechet::data::LinkedListElement< T >, and frechet::data::LinkedListElement< BoundarySegment >.
Public Member Functions | |
BLinkedListElement () | |
empty constructor More... | |
BLinkedListElement *& | prev () |
BLinkedListElement *& | next () |
Protected Attributes | |
BLinkedListElement * | link [2] |
double links (previous, next) More... | |
Friends | |
class | BLinkedList |
BLinkedListElement::BLinkedListElement | ( | ) |
empty constructor
Definition at line 10 of file linkedlist.cpp.
|
inline |
Definition at line 46 of file linkedlist.h.
|
inline |
Definition at line 44 of file linkedlist.h.
|
friend |
Definition at line 27 of file linkedlist.h.
|
protected |
double links (previous, next)
Definition at line 26 of file linkedlist.h.