28 #ifndef T8_GEOMETRY_LINEAR_AXIS_ALIGNED_H
29 #define T8_GEOMETRY_LINEAR_AXIS_ALIGNED_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.
void t8_geometry_linear_axis_aligned_destroy(t8_geometry_c **geom)
Destroy a linear, axis-aligned geometry that was created with t8_geometry_linear_axis_aligned_new.
Definition: t8_geometry_linear_axis_aligned.cxx:125
t8_geometry_c * t8_geometry_linear_axis_aligned_new(int dim)
Create a new linear, axis-aligned geometry of a given dimension.
Definition: t8_geometry_linear_axis_aligned.cxx:118
This header file provides a C interface for functions for the t8_geometry_with_vertices class.