MaterialList class
From Solid Graphics Wiki
| ||||||||||||
The MaterialList class represents an array of Materials. The class is implemented using List template as base class and the Material class as the template type.
Constructors
The class has default constructors only.
Fields
The class has no public fields.
Methods
The only class methods are those inherited from it's List template base class.
Operators
The class has only those operators inherited from it's List template base class.
See Also
