Material::SellmeierMod class reference
[Core module]
Declaration
#include <Goptical/Material/SellmeierMod>
namespace Goptical {
namespace Material {
template <enum SellmeierModFormula m> class SellmeierMod;
};
};
This class is a member of the Material namespace.
Inheritance
Description
This class models optical properties of dielectric materials with various modified Sellmeier formulas:
with the micrometer wavelength.
See also Sellmeier class.
Members
See also the full member list section for this class.
Inherited members
- 36 members inherited from Dielectric
Functions
- SellmeierMod()
- SellmeierMod(double A, double B, double C, double D, double E = [...])
- virtual double get_measurement_index(double wavelen) const
- void set_coefficients(double A, double B, double C, double D, double E = [...])
Members detail
Create an empty modified sellmeier model
Create a modified sellmeier model with given coefficients
This virtual function implements the get_measurement_index
pure function declared in the Dielectric
base abstract class.
Documentation inherited from base class:
Get material relative refractive index in measurment medium at specified wavelen in nm.
Change coefficients