Material::Base class full member list
Functions
- Base()
- virtual ~Base()
- virtual Io::Rgb get_color() const
- virtual double get_extinction_coef(double wavelen) const
- virtual double get_internal_transmittance(double wavelen, double thickness) const
- double get_internal_transmittance(double wavelen) const
- virtual double get_normal_reflectance(const Base *from, double wavelen) const
- virtual double get_normal_transmittance(const Base *from, double wavelen) const
- virtual double get_refractive_index(double wavelen) const = 0;
- double get_refractive_index(double wavelen, const Base &env) const
- virtual double get_temperature() const
- virtual bool is_opaque() const = 0;
- virtual bool is_reflecting() const = 0;
- void set_temperature(double temp)