00001 #ifndef OPENTISSUE_CORE_MATH_INTERVAL_FWD_H 00002 #define OPENTISSUE_CORE_MATH_INTERVAL_FWD_H 00003 // 00004 // OpenTissue Template Library 00005 // - A generic toolbox for physics-based modeling and simulation. 00006 // Copyright (C) 2008 Department of Computer Science, University of Copenhagen. 00007 // 00008 // OTTL is licensed under zlib: http://opensource.org/licenses/zlib-license.php 00009 // 00010 #include <OpenTissue/configuration.h> 00011 00012 namespace OpenTissue 00013 { 00014 namespace math 00015 { 00016 namespace interval 00017 { 00018 00022 template <typename value_type_> class Interval; 00023 00024 } // namespace interval 00025 } // namespace math 00026 } // namespace OpenTissue 00027 00028 // OPENTISSUE_CORE_MATH_INTERVAL_FWD_H 00029 #endif