6 #ifndef CELLS_TETRAHEDRAL_HPP
7 #define CELLS_TETRAHEDRAL_HPP
11 #include "../points/cartesian.hpp"
12 #include "../points/cylindrical.hpp"
13 #include "../points/polar.hpp"
14 #include "../points/spherical.hpp"
16 #include <boost/python.hpp>
17 using namespace boost::python;
30 TetrahedralCartesian3D_Cell_t *cell;
41 unsigned int num_vertices();
75 TetrahedralCartesian3D_Cell_t & get_cell();
89 TetrahedralCylindrical3D_Cell_t *cell;
100 unsigned int num_vertices();
134 TetrahedralCylindrical3D_Cell_t & get_cell();
148 TetrahedralSpherical3D_Cell_t *cell;
159 unsigned int num_vertices();
193 TetrahedralSpherical3D_Cell_t & get_cell();