00001 /* -*- C -*- */ 00002 /* 00003 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 00004 * 00005 * Fehmi Cirak 00006 * California Institute of Technology 00007 * (C) 2003 All Rights Reserved 00008 * 00009 * <LicenseText> 00010 * 00011 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 00012 * 00013 */ 00014 #ifndef SUBDIVCONNECTIVITY_H 00015 #define SUBDIVCONNECTIVITY_H 00016 00017 struct SElementS; 00018 struct SVertexS; 00019 00020 extern int valenceSVertex (struct SElementS *element, 00021 int i); 00022 extern void conSubdivGeom (struct SElementS *element, 00023 int ireg, 00024 int ival, 00025 struct SVertexS **conshell); 00026 00027 #endif 00028