|
k-dot-p 0.1
|
#include <stdlib.h>#include <stdio.h>#include <glib.h>#include <libmodelxx/shapes.h++>#include <libmodelxx/key_values.h++>
Include dependency graph for shapes.c++:Go to the source code of this file.
Namespaces | |
| namespace | kdotp |
| namespace | kdotp::libmodelxx |
| namespace | kdotp::libmodelxx::grid |
Functions | |
| struct shape_block * | kdotp::libmodelxx::grid::make_block_from_shape (struct shape *s, int dim, bool abs) |
| struct shape_global * | kdotp::libmodelxx::grid::make_global_from_shape (struct shape *s, int dim) |
| struct shape_tree * | kdotp::libmodelxx::grid::postprocess_shape_tree (struct shape_tree *st, int dim) |
| void | kdotp::libmodelxx::grid::shape_block_free (struct shape_block *b) |
| void | kdotp::libmodelxx::grid::shape_global_free (struct shape_global *b) |
| void | kdotp::libmodelxx::grid::shape_free (struct shape *s) |
| void | kdotp::libmodelxx::grid::shape_tree_free (struct shape_tree *st) |
| enum shape_type | kdotp::libmodelxx::grid::get_shape_from_identifier (const char *identifier) |
| void | kdotp::libmodelxx::grid::get_string_from_shape_type (char **str, enum shape_type t) |