#include <MVMaterialWood.h>

Public Member Functions | |
| MVMaterialWood () | |
| Default constructor. | |
| virtual string | toString () const |
| Returns a textual representation. | |
| virtual string | className () const |
| Returns the class name of the object. | |
| virtual enum classId | classId () const |
| Returns the class id of the object. | |
Class for the wood material.
| MVMaterialWood::MVMaterialWood | ( | ) |
Default constructor.
Default constructor.
| string MVMaterialWood::toString | ( | ) | const [virtual] |
Returns a textual representation.
Reimplemented from MVMaterial.
| string MVMaterialWood::className | ( | ) | const [virtual] |
Returns the class name of the object.
Reimplemented from MVMaterial.
| enum classId MVMaterialWood::classId | ( | ) | const [virtual] |
Returns the class id of the object.
Reimplemented from MVMaterial.
1.5.6