27 #ifndef T8_GEOMETRY_OCC_H
28 #define T8_GEOMETRY_OCC_H
Definition: t8_geometry_occ.hxx:47
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.
t8_geometry_occ_c * t8_geometry_occ_new(int dim, const char *fileprefix, const char *name_in)
Create a new occ geometry with a given dimension.
Definition: t8_geometry_occ.cxx:1069
void t8_geometry_occ_destroy(t8_geometry_occ_c **geom)
Destroy a occ geometry that was created with t8_geometry_occ_new.
Definition: t8_geometry_occ.cxx:1076
This header file provides a C interface for functions for the t8_geometry_with_vertices class.