Chi-Tech
chi_material_property.h
Go to the documentation of this file.
1#ifndef CHITECH_CHI_MATERIAL_PROPERTY_H
2#define CHITECH_CHI_MATERIAL_PROPERTY_H
3
4#include "ChiObject.h"
5
6namespace chi
7{
8
9/**Base class for a material property.*/
11{
12private:
13 const std::string name_;
14
15public:
17 explicit MaterialProperty(const chi::InputParameters& params);
18
19 const std::string& TextName() const;
20};
21
22}
23
24#endif // CHITECH_CHI_MATERIAL_PROPERTY_H
const std::string & TextName() const
MaterialProperty(const chi::InputParameters &params)
static chi::InputParameters GetInputParameters()