Connects a BSDF model and a BSDF. More...
#include "concepts/bsdf.h"#include "bbm/config.h"#include "bbm/bsdf_base.h"#include "bbm/bsdf_enumerate.h"Go to the source code of this file.
Classes | |
| class | bsdf< BSDFMODEL > |
| BSDF implementation of a BSDF model. More... | |
Namespaces | |
| namespace | bbm |
Functions | |
| BBM_CHECK_CONCEPT (concepts::bsdf, bsdf< bsdfmodel<> >) | |
Connects a BSDF model and a BSDF.
This class provides a simple interface for connecting BSDF models (without virtual functions) to a BSDF (with virtual functions). In essence, this class just passes through the method call to the BSDF model.