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

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

Comments:
----------------------------------------------------- Mesh polygonal element Consists of N nodes

Variables:
Methods:
MeshElemC()

~MeshElemC()
destruct Access to Element Data ----------------------

void SetIndex(const IntT i)
Setup element index

IntT Index()
Get element index Operations ----------

BooleanT IsBound()
Test if the element is on the mesh boundary

Vector3dC Normal()
Evaluate the element normal Normal direction from ccw node ordering

MeshNearestPointT NearestPoint(const Vector3dC & v)
nearest point on element to vector v


Programmer:Adrian Hilton, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001