k-dot-p 0.1

generic_structure.c++ File Reference

#include <stdlib.h>
#include <glib.h>
#include <hdf5.h>
#include <libmodelxx/grid.h++>
#include <libmodelxx/material.h++>
#include <libmodelxx/generic_structure.h++>
Include dependency graph for generic_structure.c++:

Go to the source code of this file.

Namespaces

namespace  kdotp
namespace  kdotp::libmodelxx
namespace  kdotp::libmodelxx::structure

Defines

#define GERROR_DOMAIN_GENERIC_STRUCTURE   51

Functions

static bool kdotp::libmodelxx::structure::material_is_same (material **a, material **b)
char * kdotp::libmodelxx::structure::material_to_string (libmodelxx::structure::material **value)
char * kdotp::libmodelxx::structure::double_to_string (double *value)
GError * kdotp::libmodelxx::structure::generic_structure_save (struct generic_structure *s, const char *filename)
GError * kdotp::libmodelxx::structure::generic_structure_restore (struct generic_structure **s, const char *filename)
GError * kdotp::libmodelxx::structure::generic_structure_dump (struct generic_structure *s, GFile *file)
struct generic_structure * kdotp::libmodelxx::structure::generic_structure_new (struct grid::grid *g)
GError * kdotp::libmodelxx::structure::generic_structure_free (struct generic_structure *s)
void kdotp::libmodelxx::structure::generic_structure_free_potential (struct generic_structure *s)

Define Documentation

#define GERROR_DOMAIN_GENERIC_STRUCTURE   51
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines