Chemical Data Processing Library C++ API - Version 1.3.0
CDPL::Vis::Material Member List

This is the complete list of members for CDPL::Vis::Material, including all inherited members.

getAmbientColor() constCDPL::Vis::Material
getAmbientFactor() constCDPL::Vis::Material
getDiffuseColor() constCDPL::Vis::Material
getShininess() constCDPL::Vis::Material
getSpecularColor() constCDPL::Vis::Material
getTransparency() constCDPL::Vis::Material
Material(const Color &amb_color, double amb_factor, const Color &diff_color, const Color &spec_color, double shininess, double transp=0.0)CDPL::Vis::Material
Material(double amb_factor, const Color &diff_color, const Color &spec_color, double shininess, double transp=0.0)CDPL::Vis::Material
operator!=(const Material &material) constCDPL::Vis::Material
operator==(const Material &material) constCDPL::Vis::Material
setAmbientColor(const Color &color)CDPL::Vis::Material
setAmbientFactor(double factor)CDPL::Vis::Material
setDiffuseColor(const Color &color)CDPL::Vis::Material
setShininess(double shininess)CDPL::Vis::Material
setSpecularColor(const Color &color)CDPL::Vis::Material
setTransparency(double transp)CDPL::Vis::Material