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

  PUBLIC
TriNearestPointC::TriNearestPointC(void)
TriNearestPointC::Distance(void) const
TriNearestPointC::Distance(void)
TriNearestPointC::SignedDistance(void) const
TriNearestPointC::SignedDistance(void)
TriNearestPointC::Weight(void) const
TriNearestPointC::Weight(void)
TriNearestPointC::Point(void) const
TriNearestPointC::Point(void)
TriNearestPointC::Normal(void) const
TriNearestPointC::Normal(void)
TriNearestPointC::Bound(void) const
TriNearestPointC::Bound(void)
TriNearestPointC::Nearest(const Vector3dC &,const Vector3dC &,const Vector3dC &,const RealT &,const BooleanT &)
TriNearestPointC
 
include "amma/Tri.hh"
User Level:Default
Library:tri
Example: cri.cc
Section:default.Adrian Hilton
In Scope:std

Comments:
=================================================================

Variables:
Methods:
TriNearestPointC()

RealT Distance() const

RealT & Distance()

RealT SignedDistance() const

RealT & SignedDistance()

RealT Weight() const

RealT & Weight()

Vector3dC Point() const

Vector3dC & Point()

Vector3dC Normal() const

Vector3dC & Normal()

BooleanT Bound() const

BooleanT & Bound()
Bound information only available if TriSet().SetupBound() is called ?

TriNearestPointC Nearest(const Vector3dC & v,const Vector3dC & p,const Vector3dC & n,const RealT & w,const BooleanT & b)
set 'this' nearest point to nearest of 'this' or 'v' with normal 'n', weight 'w', boundary element status 'b'


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