Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

edge.cpp

Go to the documentation of this file.
00001 #include <windows.h>
00002 #include "edge.h"
00003 #include "tll.h"
00004 #include "mmgr.h"
00005 
00006 EDGE::EDGE()
00007 {
00008 }
00009 
00010 EDGE::~EDGE()
00011 {
00012 }
00013 
00014 int EDGE::Compare(const EDGE& Edge)
00015 {
00016     if (linkPosition < Edge.linkPosition)
00017             return smaller;
00018       if (linkPosition > Edge.linkPosition)
00019             return bigger;
00020       else
00021             return same;
00022 }

Generated on Fri Dec 23 05:15:46 2005 for Constructive Solid Geometry by doxygen1.2.15