triangle's vertex data. This is handled as kernel point for the Voronoi diagram..
More...
#include <delaunay_triangulation.h>
|
|
| Vertex () |
| | create vertex with Id number 0
|
| | Vertex (const int id) |
| | create vertex with Id
|
|
virtual | ~Vertex () |
| | nothing to do
|
| | Vertex (const int id, const Vector2D &p) |
| | create vertex with Id & coordinates
|
| | Vertex (const int id, const double &x, const double &y) |
| | create vertex with Id & coordinates
|
| Vertex & | assign (const int id, const Vector2D &p) |
| | assign data
|
| Vertex & | assign (const int id, const double &x, const double &y) |
| | assign data
|
| int | id () const |
| | get the Id of this vertex
|
| const Vector2D & | pos () const |
| | get the coordinates of the kernel point
|
triangle's vertex data. This is handled as kernel point for the Voronoi diagram..
◆ Vertex() [1/3]
| rcsc::DelaunayTriangulation::Vertex::Vertex |
( |
const int | id | ) |
|
|
inlineexplicit |
create vertex with Id
- Parameters
-
◆ Vertex() [2/3]
| rcsc::DelaunayTriangulation::Vertex::Vertex |
( |
const int | id, |
|
|
const Vector2D & | p ) |
|
inline |
create vertex with Id & coordinates
- Parameters
-
| id | Id number |
| p | coordinates of kernel point |
◆ Vertex() [3/3]
| rcsc::DelaunayTriangulation::Vertex::Vertex |
( |
const int | id, |
|
|
const double & | x, |
|
|
const double & | y ) |
|
inline |
create vertex with Id & coordinates
- Parameters
-
| id | Id number |
| x | x-coordinates of kernel point |
| y | y-coordinates of kernel point |
◆ assign() [1/2]
| Vertex & rcsc::DelaunayTriangulation::Vertex::assign |
( |
const int | id, |
|
|
const double & | x, |
|
|
const double & | y ) |
|
inline |
assign data
- Parameters
-
| id | Id number |
| x | x-coordinates of kernel point |
| y | y-coordinates of kernel point |
◆ assign() [2/2]
| Vertex & rcsc::DelaunayTriangulation::Vertex::assign |
( |
const int | id, |
|
|
const Vector2D & | p ) |
|
inline |
assign data
- Parameters
-
| id | Id number |
| p | coordinates of kernel point |
◆ id()
| int rcsc::DelaunayTriangulation::Vertex::id |
( |
| ) |
const |
|
inline |
get the Id of this vertex
- Returns
- Id number
◆ pos()
| const Vector2D & rcsc::DelaunayTriangulation::Vertex::pos |
( |
| ) |
const |
|
inline |
get the coordinates of the kernel point
- Returns
- const reference to the vector object.
The documentation for this class was generated from the following file: