1#ifndef MCXRAYTRANSPORT_MATERIAL_H
2#define MCXRAYTRANSPORT_MATERIAL_H
4#include "interpolators.h"
5#include "data_access_object.h"
6#include "material_properties.h"
7#include "material_data.h"
Class which provides an interface to a SQLite database.
Class which contains the computed simulation data for a material.
Class which represents a material.
const MaterialData & getData()
Returns the MaterialData object for the material.
const MaterialProperties & getProperties()
Returns the MaterialProperties object for the material.
Material(std::string name, DataAccessObject &dao)
Constructor for the Material class.
Class which represents the properties of a material.