00001 #ifndef OPENTISSUE_CORE_CONTAINERS_MESH_POLYMESH_CIRCULATORS_POLYMESH_CIRCULATORS_H 00002 #define OPENTISSUE_CORE_CONTAINERS_MESH_POLYMESH_CIRCULATORS_POLYMESH_CIRCULATORS_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 #include <OpenTissue/core/containers/mesh/polymesh/circulators/polymesh_vertex_vertex_circulator.h> 00013 #include <OpenTissue/core/containers/mesh/polymesh/circulators/polymesh_vertex_halfedge_circulator.h> 00014 #include <OpenTissue/core/containers/mesh/polymesh/circulators/polymesh_vertex_edge_circulator.h> 00015 #include <OpenTissue/core/containers/mesh/polymesh/circulators/polymesh_vertex_face_circulator.h> 00016 #include <OpenTissue/core/containers/mesh/polymesh/circulators/polymesh_face_vertex_circulator.h> 00017 #include <OpenTissue/core/containers/mesh/polymesh/circulators/polymesh_face_halfedge_circulator.h> 00018 #include <OpenTissue/core/containers/mesh/polymesh/circulators/polymesh_face_edge_circulator.h> 00019 #include <OpenTissue/core/containers/mesh/polymesh/circulators/polymesh_face_face_circulator.h> 00020 00021 //OPENTISSUE_CORE_CONTAINERS_MESH_POLYMESH_CIRCULATORS_POLYMESH_CIRCULATORS_H 00022 #endif