A material group is simply a list of materials.
#include
<class_material_library_1_1_material_group.h>
Public Member Functions |
|
| __init__ () | |
| getName () | |
| getLabel () | |
| setLabel () | |
| getNamespace () | |
| setNamespace () | |
| setMaterials () | |
| getMaterials () | |
| remove () | |
| add () | |
| getPath () | |
| setDirty () | |
| getDirty () | |
| __iter__ () | |
| Iterates over the materials in this group.
|
|
| __len__ () | |
| Returns the number of materials in this
group. |
|
| findMaterial () | |
| Returns the first material with the given
name in this group. |
|
| MaterialLibrary.MaterialGroup.__init__ | ( | ) |
| MaterialLibrary.MaterialGroup.getName | ( | ) |
| MaterialLibrary.MaterialGroup.getLabel | ( | ) |
| MaterialLibrary.MaterialGroup.setLabel | ( | ) |
| MaterialLibrary.MaterialGroup.getNamespace | ( | ) |
| MaterialLibrary.MaterialGroup.setNamespace | ( | ) |
| MaterialLibrary.MaterialGroup.setMaterials | ( | ) |
| MaterialLibrary.MaterialGroup.getMaterials | ( | ) |
| MaterialLibrary.MaterialGroup.remove | ( | ) |
| MaterialLibrary.MaterialGroup.add | ( | ) |
| MaterialLibrary.MaterialGroup.getPath | ( | ) |
| MaterialLibrary.MaterialGroup.setDirty | ( | ) |
| MaterialLibrary.MaterialGroup.getDirty | ( | ) |
| MaterialLibrary.MaterialGroup.__iter__ | ( | ) |
Iterates over the materials in this group.
| MaterialLibrary.MaterialGroup.__len__ | ( | ) |
Returns the number of materials in this group.
| MaterialLibrary.MaterialGroup.findMaterial | ( | ) |
Returns the first material with the given name in this group.