LinkType.h

00001 //===========================================================================
00002 // GoTools - SINTEF Geometry Tools
00003 //
00004 // GoTools module: Intersections, version 1.0
00005 //
00006 // Copyright (C) 2000-2007 SINTEF ICT, Applied Mathematics, Norway.
00007 //
00008 // This program is free software; you can redistribute it and/or          
00009 // modify it under the terms of the GNU General Public License            
00010 // as published by the Free Software Foundation version 2 of the License. 
00011 //
00012 // This program is distributed in the hope that it will be useful,        
00013 // but WITHOUT ANY WARRANTY; without even the implied warranty of         
00014 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the          
00015 // GNU General Public License for more details.                           
00016 //
00017 // You should have received a copy of the GNU General Public License      
00018 // along with this program; if not, write to the Free Software            
00019 // Foundation, Inc.,                                                      
00020 // 59 Temple Place - Suite 330,                                           
00021 // Boston, MA  02111-1307, USA.                                           
00022 //
00023 // Contact information: E-mail: tor.dokken@sintef.no                      
00024 // SINTEF ICT, Department of Applied Mathematics,                         
00025 // P.O. Box 124 Blindern,                                                 
00026 // 0314 Oslo, Norway.                                                     
00027 //
00028 // Other licenses are also available for this software, notably licenses
00029 // for:
00030 // - Building commercial software.                                        
00031 // - Building software whose source code you wish to keep private.        
00032 //===========================================================================
00033 #ifndef _LINKTYPE_H
00034 #define _LINKTYPE_H
00035 
00036 
00037 namespace Go {
00040 
00041 
00042 
00045 
00046 enum LinkType {
00048     LINK_UNDEFINED = 0,
00050     SIMPLE_CONE,
00052     SIMPLE_MONOTONE,
00054     SIMPLE_IMPLICIT,
00056     SIMPLE_TWO_POINTS,
00058     COINCIDENCE_CVPT,
00060     COINCIDENCE_CVCV,
00062     COINCIDENCE_SFCV,
00064     COINCIDENCE_SFPT,
00066     MICRO_CVCV,
00068     MICRO_SFPT,
00070     MICRO_SFCV,
00072     MICRO_SFSF,
00074     MICRO_PAR1FUNC,
00076     MICRO_PAR2FUNC,
00078     LINEAR_CVCV,
00080     LINEAR_SFCV,
00082     LINEAR_SFSF,
00084     MERGED_UNDEFINED,
00086     MERGED_SIMPLE_CONE,
00088     MERGED_SIMPLE_MONOTONE,
00090     MERGED_SIMPLE_CONE_MONOTONE,
00092     MERGED_COINCIDENCE_SFCV_SFCV,
00094     DEG_TRIANGLE,
00096     POST_ITERATE,
00098     BRANCH_CONNECTION,
00100     COMPLEX_SFSF,
00102     SPLIT_LINK,
00104     REPAIRED_MISSING_LINK,
00106     INSIDE_OUTSIDE_SINGULARITY_BOX
00107 
00108 };
00109 
00110 
00112 } // namespace Go
00113 
00114 
00115 #endif // _LINKTYPE_H
00116 
00117 

Generated on Fri Nov 23 12:24:33 2007 for GoTools Intersections Library by  doxygen 1.5.1