00001 #ifndef OPENTISSUE_DYNAMICS_EDM_MODELS_EDM_MODELS_H 00002 #define OPENTISSUE_DYNAMICS_EDM_MODELS_EDM_MODELS_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 00016 #include <OpenTissue/dynamics/edm/models/edm_ellipsoid_patch.h> 00017 #include <OpenTissue/dynamics/edm/models/edm_generic_bezier_patch.h> 00018 #include <OpenTissue/dynamics/edm/models/edm_quadratic_bezier_patch.h> 00019 #include <OpenTissue/dynamics/edm/models/edm_ellipsoid_solid.h> 00020 #include <OpenTissue/dynamics/edm/models/edm_generic_bezier_solid.h> 00021 #include <OpenTissue/dynamics/edm/models/edm_linear_bezier_solid.h> 00022 00023 // OPENTISSUE_DYNAMICS_EDM_MODELS_EDM_MODELS_H 00024 #endif