User Documentation
Centre for Vision, Speech & Signal Processing
DEVELOP IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
MeshNodeC::MeshNodeC(void)
MeshNodeC::~MeshNodeC(void)
MeshNodeC::SetIndex(const IntT)
MeshNodeC::Index(void)
MeshNodeC::Vec(void)
MeshNodeC::Normal(void)
MeshNodeC::IsBound(void)
MeshNodeC::NearestPoint(const Vector3dC &)
MeshNodeC
 
include "amma/Mesh.hh"
User Level:Default
Library:mesh
Example: cri.cc
Section:default.Adrian Hilton
In Scope:std

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