Chi-Tech
chi_material.h
Go to the documentation of this file.
1
#ifndef CHITECH_CHI_MATERIAL_H
2
#define CHITECH_CHI_MATERIAL_H
3
4
#include "
ChiObject.h
"
5
6
namespace
chi
7
{
8
9
/**A generic material object used to group together multiple properties.*/
10
class
Material
:
public
ChiObject
11
{
12
private
:
13
std::string
name_
;
14
public
:
15
static
InputParameters
GetInputParameters
();
16
explicit
Material
(
const
chi::InputParameters
& params);
17
18
19
};
20
21
}
22
23
#endif
// CHITECH_CHI_MATERIAL_H
ChiObject.h
ChiObject
Definition:
ChiObject.h:8
chi::InputParameters
Definition:
input_parameters.h:23
chi::Material
Definition:
chi_material.h:11
chi::Material::GetInputParameters
static InputParameters GetInputParameters()
Definition:
chi_material.cc:10
chi::Material::name_
std::string name_
Definition:
chi_material.h:13
chi::Material::Material
Material(const chi::InputParameters ¶ms)
Definition:
chi_material.cc:24
chi
Definition:
chi_runtime.h:53
framework
materials
chi_material.h
Generated by
1.9.3