| 42 | |
| 43 | |
| 44 | MaterialList::MaterialList() |
| 45 | { |
| 46 | VECTOR_SET_ASSOCIATION(mMatInstList); |
| 47 | VECTOR_SET_ASSOCIATION(mMaterialNames); |
| 48 | } |
| 49 | |
| 50 | MaterialList::MaterialList(const MaterialList* pCopy) |
| 51 | { |
nothing calls this directly
no test coverage detected