Info about a material of a mesh. More...
#include <arcane/materials/MeshMaterialInfo.h>
Public Member Functions | |
| IMeshMaterialMng * | materialMng () |
| Associated manager. | |
| String | name () const |
| Material name. | |
| ConstArrayView< String > | environmentsName () const |
| Names of the environments in which this material is present. | |
Protected Member Functions | |
| void | _addEnvironment (const String &env_name) |
Friends | |
| class | MeshMaterialMng |
Info about a material of a mesh.
This instance contains the information about a material. This information is static. Instances of this class should not be created directly. They are created via the call to IMeshMaterialMng::registerMaterialInfo().
Definition at line 38 of file MeshMaterialInfo.h.
|
inlineprotected |
Definition at line 60 of file MeshMaterialInfo.h.
|
inline |
Names of the environments in which this material is present.
Definition at line 56 of file MeshMaterialInfo.h.
|
inline |
Associated manager.
Definition at line 50 of file MeshMaterialInfo.h.
|
inline |
Material name.
Definition at line 53 of file MeshMaterialInfo.h.
|
friend |
Definition at line 40 of file MeshMaterialInfo.h.