|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
-----------------------------------------------------
MeshNodeC represents a node in the polgonal mesh MeshC
A node consist of pointers to adjacent elements + pointer to the position
Variables:
Methods:
- MeshNodeC()
-
- ~MeshNodeC()
-
Destruct
Access to the object.
---------------------
- void SetIndex(const IntT i)
-
Set the index of this node
- IntT Index()
-
Get the index of this node
- Vector3dC & Vec()
-
Get the position of this node
- Vector3dC Normal()
-
Get the normal of this node
Evaluated as average normal of adjacent element
- BooleanT IsBound()
-
Is this node on the mesh boundary
- MeshNearestPointT NearestPoint(const Vector3dC & v)
-
Nearest point to v on an element adjacent to this node
|
Programmer:Adrian Hilton, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|