|
k-dot-p 0.1
|
#include <glib.h>
Include dependency graph for matdb.h++:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | kdotp::libmodelxx::structure::matdb_material |
| struct | kdotp::libmodelxx::structure::matdb_bowing |
| struct | kdotp::libmodelxx::structure::matdb |
Namespaces | |
| namespace | kdotp |
| namespace | kdotp::libmodelxx |
| namespace | kdotp::libmodelxx::structure |
Functions | |
| void | kdotp::libmodelxx::structure::print_matdb (const struct matdb *mdb) |
| void | kdotp::libmodelxx::structure::destroy_material_gpointer (gpointer data) |
| void | kdotp::libmodelxx::structure::destroy_bowing_gpointer (gpointer data) |
| void | kdotp::libmodelxx::structure::destroy_material (struct matdb_material *mat) |
| void | kdotp::libmodelxx::structure::destroy_bowing (struct matdb_bowing *bow) |
| void | kdotp::libmodelxx::structure::insert_external_material (struct matdb *matdb, const char *matname) |
| double | kdotp::libmodelxx::structure::get_property1 (const struct matdb *matdb, const char *ppt, const char *mat, int *err) |
| double | kdotp::libmodelxx::structure::get_property2 (const struct matdb *matdb, const char *ppt, const char *mat1, const char *mat2, double x, int *err) |
| double | kdotp::libmodelxx::structure::get_bowing (const struct matdb *matdb, const char *ppt, const char *mat1, const char *mat2, int *err) |
| GHashTable * | kdotp::libmodelxx::structure::get_material (const struct matdb *matdb, const char *mat1, const char *mat2, double x) |