7 #ifndef ALGORITHMS_IS_INTERFACE_HPP
8 #define ALGORITHMS_IS_INTERFACE_HPP
10 #include "../segments/linear.hpp"
11 #include "../segments/triangular.hpp"
12 #include "../segments/quadrilateral.hpp"
13 #include "../segments/tetrahedral.hpp"
15 #include "../facets/linear.hpp"
16 #include "../facets/triangular.hpp"
17 #include "../facets/quadrilateral.hpp"
18 #include "../facets/tetrahedral.hpp"
20 #include "../edges/triangular.hpp"
21 #include "../edges/quadrilateral.hpp"
22 #include "../edges/tetrahedral.hpp"