PointVertex< d > Class Template Reference

#include <PointVertex.h>

Inheritance diagram for PointVertex< d >:

PointRefineVertex< d, Simplex > PointRefineVertex< ambient, Simplex > SVR::PointRefiner< ambient >::Vertex List of all members.

Public Types

typedef Geometry::Point< dPoint

Public Member Functions

 PointVertex (const Point &pp)
const PointtoPoint () const
double x (size_t i) const
const double * x () const
const std::string toString () const

Static Public Member Functions

static size_t dim ()

Classes

struct  Printer

Detailed Description

template<size_t d>
class PointVertex< d >

An implementation of a vertex that satisfies the requirements of IncrementalDelaunay.

Indeed, the public bits of this file can be seen as being exactly the required signature.


Member Typedef Documentation

template<size_t d>
typedef Geometry::Point<d> PointVertex< d >::Point
 


Constructor & Destructor Documentation

template<size_t d>
PointVertex< d >::PointVertex const Point pp  )  [inline]
 

Build a vertex to store the point.


Member Function Documentation

template<size_t d>
static size_t PointVertex< d >::dim  )  [inline, static]
 

template<size_t d>
const Point& PointVertex< d >::toPoint  )  const [inline]
 

Read the point the vertex is associated with.

template<size_t d>
const std::string PointVertex< d >::toString  )  const [inline]
 

For debugging: Get a (ugly) string for the point.

template<size_t d>
const double* PointVertex< d >::x  )  const [inline]
 

Get a C array pointing to the point's data.

template<size_t d>
double PointVertex< d >::x size_t  i  )  const [inline]
 

Read the ith coordinate of the point.


The documentation for this class was generated from the following file:
Generated on Thu Mar 27 19:04:15 2008 by  doxygen 1.4.6