30 #ifndef T8_GEOMETRY_BASE_H
31 #define T8_GEOMETRY_BASE_H
The base class for all geometries.
Definition: t8_geometry_base.hxx:48
This is the administrative header file for t8code.
Typedef for the t8_geometry class in order to be usable as a pointer from .c files.
enum t8_geometry_type t8_geometry_type_t
This enumeration contains all possible geometries.
int t8_geom_get_dimension(const t8_geometry_c *geom)
Get the dimension of a geometry.
Definition: t8_geometry_base.cxx:35
const char * t8_geom_get_name(const t8_geometry_c *geom)
Get the name of a geometry.
Definition: t8_geometry_base.cxx:47
t8_geometry_type_t t8_geom_get_type(const t8_geometry_c *geom)
Get the type of a geometry.
Definition: t8_geometry_base.cxx:59