Chi-Tech
|
#include <chi_material.h>
Public Member Functions | |
Material (const chi::InputParameters ¶ms) | |
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 InputParameters | GetInputParameters () |
Static Public Member Functions inherited from ChiObject | |
static chi::InputParameters | GetInputParameters () |
Private Attributes | |
std::string | name_ |
A generic material object used to group together multiple properties.
Definition at line 10 of file chi_material.h.
|
explicit |
Definition at line 24 of file chi_material.cc.
|
static |
Definition at line 10 of file chi_material.cc.
|
private |
Definition at line 13 of file chi_material.h.