17INLINE MaterialCollection::
18~MaterialCollection() {
34operator + (
const MaterialCollection &other)
const {
35 MaterialCollection a(*
this);
void operator+=(const MaterialCollection &other)
Appends the other list onto the end of this one.
void add_materials_from(const MaterialCollection &other)
Adds all the Materials indicated in the other collection to this material.
MaterialCollection operator+(const MaterialCollection &other) const
Returns a MaterialCollection representing the concatenation of the two lists.