クラス rcsc::DelaunayTriangulation::Vertex

triangle's vertex data. This is handled as kernel point for the Voronoi diagram.. [詳細]

#include <delaunay_triangulation.h>

すべてのメンバ一覧

Public メソッド

 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
Vertexassign (const int id, const Vector2D &p)
 assign data
Vertexassign (const int id, const double &x, const double &y)
 assign data
int id () const
 get the Id of this vertex
const Vector2Dpos () const
 get the coordinates of the kernel point


説明

triangle's vertex data. This is handled as kernel point for the Voronoi diagram..


コンストラクタとデストラクタ

rcsc::DelaunayTriangulation::Vertex::Vertex ( const int  id  )  [inline, explicit]

create vertex with Id

引数:
id Id number

rcsc::DelaunayTriangulation::Vertex::Vertex ( const int  id,
const Vector2D p 
) [inline]

create vertex with Id & coordinates

引数:
id Id number
p coordinates of kernel point

rcsc::DelaunayTriangulation::Vertex::Vertex ( const int  id,
const double &  x,
const double &  y 
) [inline]

create vertex with Id & coordinates

引数:
id Id number
x x-coordinates of kernel point
y y-coordinates of kernel point


関数

Vertex& rcsc::DelaunayTriangulation::Vertex::assign ( const int  id,
const Vector2D p 
) [inline]

assign data

引数:
id Id number
p coordinates of kernel point

Vertex& rcsc::DelaunayTriangulation::Vertex::assign ( const int  id,
const double &  x,
const double &  y 
) [inline]

assign data

引数:
id Id number
x x-coordinates of kernel point
y y-coordinates of kernel point

int rcsc::DelaunayTriangulation::Vertex::id (  )  const [inline]

get the Id of this vertex

戻り値:
Id number

const Vector2D& rcsc::DelaunayTriangulation::Vertex::pos (  )  const [inline]

get the coordinates of the kernel point

戻り値:
const reference to the vector object.


このクラスの説明は次のファイルから生成されました:
librcscに対してThu May 1 15:41:26 2008に生成されました。  doxygen 1.5.0