4 #ifndef pqNewMaterialDialog_h
5 #define pqNewMaterialDialog_h
7 #include "pqApplicationComponentsModule.h"
10 class vtkOSPRayMaterialLibrary;
29 void setMaterialLibrary(vtkOSPRayMaterialLibrary* lib);
33 const QString&
name() {
return this->Name; }
37 const QString&
type() {
return this->Type; }
56 pqInternals* Internals;
57 friend class pqInternals;