|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
SURFACE BOUNDARY CLASS
-------------------------------------------------------
Name : BoundC.hh
Library : surfC
Description: Polygonal Elements of 3d Surface Graph
Dependancies: Graph, (DList), Vector3d , PolopsC C++ libraries
Modified : 2.95 AH
Created : 24.1.95
Author : Adrian Hilton
-------------------------------------------------------
#include "SurfaceC.hh"
--------------------------------------------------------------
SURFACE BOUNDARY CLASS
Parent Classes:
Variables:
Methods:
- SurfaceBoundC(SurfaceC & s)
-
constructor
- SurfaceBoundC(const SurfaceC & s)
-
constructor
- SurfaceBoundC(const SurfaceBoundC & e)
-
copy constructor
- const SurfaceBoundC & operator=(const SurfaceBoundC & e)
-
- ~SurfaceBoundC()
-
destructor
- int Num()
-
number of points on bondary
- DListC<SurfaceNodeC> & Bound()
-
list of nodes on boundary
- Vector3dC Vec(int & i)
-
position vector of ith bound node
- VectorSetC & VectorSet()
-
Boundary node position vectors
- void Print()
-
|
Programmer:Adrian Hilton, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|