Chi-Tech
|
#include <chi_material_property.h>
Public Member Functions | |
MaterialProperty (const chi::InputParameters ¶ms) | |
const std::string & | TextName () const |
Public Member Functions inherited from ChiObject | |
ChiObject () | |
ChiObject (const chi::InputParameters ¶ms) | |
void | SetStackID (size_t stack_id) |
size_t | StackID () const |
virtual void | PushOntoStack (std::shared_ptr< ChiObject > &new_object) |
virtual | ~ChiObject ()=default |
Static Public Member Functions | |
static chi::InputParameters | GetInputParameters () |
Static Public Member Functions inherited from ChiObject | |
static chi::InputParameters | GetInputParameters () |
Private Attributes | |
const std::string | name_ |
Base class for a material property.
Definition at line 10 of file chi_material_property.h.
|
explicit |
Definition at line 20 of file chi_material_property.cc.
|
static |
Definition at line 10 of file chi_material_property.cc.
const std::string & chi::MaterialProperty::TextName | ( | ) | const |
Definition at line 25 of file chi_material_property.cc.
|
private |
Definition at line 13 of file chi_material_property.h.