MGIS
Loading...
Searching...
No Matches
MaterialProperty.hxx File Reference
#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
 

Detailed Description

Author
Thomas Helfer
Date
04/10/2022

Function Documentation

◆ load()

MGIS_EXPORT MaterialProperty mgis::material_property::load ( const std::string &  ,
const std::string &   
)

load the description of a material property from a library

Parameters
[in]llibrary name
[in]bmaterial property name
Note
: use of std::string rather than mgis::string_view is meaningfull here