|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
====================================================================
Parent Classes:
Methods:
- SurfaceAdjC(GraphAdjC i)
-
copy constructor
Inherit member functions
- SurfaceNodeC Node()
-
Node of this Adjacency
- SurfaceEdgeC Edge()
-
Edge of this Adjacency
- SurfaceNodeC OtherNode()
-
Other edge node of adjacent edge
- SurfaceAdjC OtherAdj()
-
Other edge adjacency of adjacent edge
- void MoveAllAft(SurfaceAdjC & b)
-
Move all adjacencies connected to b after this adjacency
- void MoveAllBef(SurfaceAdjC & b)
-
Move all adjacencies connected to b before this adjacency
- int IsBound()
-
Is the adjacent edge on the surface boundary
- int IsFace()
-
Is the Anti-Clockwise side of the adjacent edge a surface face
- void FindAdj(const SurfaceNodeC & n2)
-
Find the adjacent edge for this Node() with OtherNode() n2
- void FindBound()
-
Set adjacency to first node adjacency on the surface boundary
- IntT Equal(SurfaceAdjC & a)
-
returns 1 if this adjacency is equal to a
- IntT TestMoveAllBef(SurfaceAdjC & b)
-
Test is node is non-manifold due to reordering with MoveAllBef()
|
Programmer:Adrian Hilton, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|