#include <Goptical/Material/Sellmeier>
namespace Goptical {
namespace Material {
class Sellmeier;
};
};
This class is a member of the Material namespace.
This class models optical properties of dielectric materials using Sellmeier refractive index dispersion formula:
n_\lambda = \sqrt{ A + \sum\limits_{i}^{} \frac{B_i \times \lambda^2}{\lambda^2 - C_i}}
with \lambda the micrometer wavelength.
See also SellmeierMod class.
See also the full member list section for this class.
Create an empty sellmeier model
Create an 3rd order sellmeier model with given coefficients and 1.0 constant
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 sellmeier constant term
Set term coefficients
Set terms count
Valid XHTML 1.0 StrictGenerated by diaxen on Sun Jan 8 00:47:24 2012 using MkDoc