Abstract class Roughness_BRDF_ModelThe abstract class Roughness_BRDF_Model handles the generic operations associated with a BRDF scattering model associated with roughness in the smooth surface limit. In particular, it supplies a power spectrum for its inherited classes. Parameters:
See also:SCATMECH Home, Conventions, BRDF_Model, Microroughness_BRDF_Model, Correlated_Roughness_BRDF_Model, PSD_Function, Facet_BRDF_Model J. C. Stover, Optical Scattering: Measurement and Analysis, (SPIE Optical Engineering Press, Bellingham, WA, 1995). Include file:#include "rough.h" Source code:rough.cpp reg_rough.cpp Definition of public elements:class Roughness_BRDF_Model : public BRDF_Model { double Bragg_Frequency(double thetai, double thetas, double phis); }; typedef Model_Ptr<Roughness_BRDF_Model> Roughness_BRDF_Model_Ptr; double Bragg_Frequency(double thetai, double thetas, double phis)
For More Information
SCATMECH Technical Information and Questions
Current SCATMECH version: 6.00 (February 2008) |