00001 //--------------------------------------------------------------------------- 00002 // @f$Id: tria_iterator_base.h 25345 2012-03-31 08:37:04Z bangerth @f$ 00003 // 00004 // Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2012 by the deal.II authors 00005 // 00006 // This file is subject to QPL and may not be distributed 00007 // without copyright and license information. Please refer 00008 // to the file deal.II/doc/license.html for the text and 00009 // further information on this license. 00010 // 00011 //--------------------------------------------------------------------------- 00012 #ifndef __deal2__tria_iterator_base_h 00013 #define __deal2__tria_iterator_base_h 00014 00015 00016 #include <deal.II/base/config.h> 00017 00018 DEAL_II_NAMESPACE_OPEN 00019 00026 namespace IteratorState 00027 { 00028 00033 enum IteratorStates 00034 { 00036 valid, 00038 past_the_end, 00040 invalid 00041 }; 00042 } 00043 00044 00045 00046 DEAL_II_NAMESPACE_CLOSE 00047 00048 #endif 00049
documentation generated on Wed May 23 2012 12:03:25 by
doxygen
1.7.3