|
MGIS
|
#include <string>#include <vector>#include "MGIS/Config.hxx"#include "MGIS/MaterialProperty/MaterialPropertyFctPtr.hxx"Classes | |
| struct | mgis::material_property::MaterialProperty |
| structure describing a material property More... | |
Namespaces | |
| namespace | mgis |
the namespace mgis encloses all the MGIS project. | |
Functions | |
| MGIS_EXPORT MaterialProperty | mgis::material_property::load (const std::string &, const std::string &) |
| load the description of a material property from a library | |
| MGIS_EXPORT MaterialProperty mgis::material_property::load | ( | const std::string & | , |
| const std::string & | |||
| ) |
load the description of a material property from a library
| [in] | l | library name |
| [in] | b | material property name |
std::string rather than mgis::string_view is meaningfull here