![]() |
The class Kinetic::Sort<Traits, Visitor> maintains a sorted list of objects. It is the simplest kinetic data structure provided and is a good place to start when looking at the basics of implementing a kinetic data structure.
The Kinetic::SortVisitor can be used to monitor what is happening.
#include <CGAL/Kinetic/Sort.h>
Kinetic::Sort<Traits, Visitor> s ( Traits tr); | |
The basic constructor.
|
Kinetic::Sort<Traits, Visitor>::Visitor | |
The type of the visitor.
| |
Kinetic::Sort<Traits, Visitor>::Traits | |
The traits type.
| |
Kinetic::Sort<Traits, Visitor>::Vertex_handle | |
The handle used to refer to vertex in the sorted list. Derefernecing this returns a Key into the ActiveObjectsTable.
| |
Kinetic::Sort<Traits, Visitor>::Handle | |
A reference counted pointer to be used for storing references to the object.
| |
Kinetic::Sort<Traits, Visitor>::Const_handle | |
A reference counted pointer to be used for storing references to the object.
|
Kinetic::Ref_counted<T>