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 __definitions_h__ 00015 #define __definitions_h__ 00016 00017 #include "../utilities/VArray.h" 00018 00019 00020 namespace subdiv { 00021 typedef utilities::VArray<3, double> VecD3; 00022 } 00023 00024 static int Next[3] = {1, 2, 0}; 00025 static int Previous[3] = {2, 0, 1}; 00026 00027 #endif