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>
| |
The basic constructor.
|
| |
The type of the visitor.
| |
| |
The traits type.
| |
| |
The handle used to refer to vertex in the sorted list. Derefernecing this returns a Key into the ActiveObjectsTable.
| |
| |
A reference counted pointer to be used for storing references to the object.
| |
| |
A reference counted pointer to be used for storing references to the object.
|
Kinetic::Ref_counted<T>