#include <PointRefineVertex.h>
Inheritance diagram for PointRefineVertex< d, Simplex >:

Public Types | |
| typedef unsigned | FlagType |
Public Member Functions | |
| PointRefineVertex (const Point &p, size_t ID=size_t(-1)) | |
| ~PointRefineVertex () | |
| void * | operator new (size_t unused(sz)) |
| void * | operator new (size_t unused(sz), void *ptr) |
| void | operator delete (void *v, size_t unused(sz)) |
| size_t | id () const |
| bool | isSteiner () const |
| void | setID (size_t i) |
| double | dist2 (const PointRefineVertex *other) const |
| double | dist2 (const Point &other) const |
| void | reassign (PointRefineVertex *newv) |
| pair< Uninserted *, double > | findClosest (const Point &q, double r2) const |
| pair< Uninserted *, double > | findPoint (const Point &q, double r2) const |
| void | assign (Uninserted *u) |
| bool | isCrowded () const |
| Uninserted * | getFarPoint () const |
| const Simplex & | getHandle () const |
| void | setHandle (const Simplex &s) |
| void | initHandle (const Simplex &s) |
| FlagType | visitedFlag () const |
| void | setVisited (FlagType i) |
| void | clearVisited () |
|
|||||
|
|
|
||||||||||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
||||||||||||||||
|
Use the small memory pool to allocate vertices. |
|
||||||||||||||||
|
|
|
||||||||||
|
Use the small memory pool to allocate vertices. |
|
||||||||||
|
Distance to nearest neighbour (squared). |
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
1.4.6