lux::Matte Class Reference

#include <matte.h>

Inheritance diagram for lux::Matte:
[legend]
Collaboration diagram for lux::Matte:
[legend]

List of all members.

Public Member Functions

 Matte (boost::shared_ptr< Texture< SWCSpectrum > > kd, boost::shared_ptr< Texture< float > > sig, boost::shared_ptr< Texture< float > > bump, const CompositingParams &cp)
virtual ~Matte ()
virtual BSDFGetBSDF (const TsPack *tspack, const DifferentialGeometry &dgGeom, const DifferentialGeometry &dgShading) const

Static Public Member Functions

static MaterialCreateMaterial (const Transform &xform, const TextureParams &mp)

Private Attributes

boost::shared_ptr< Texture
< SWCSpectrum > > 
Kd
boost::shared_ptr< Texture
< float > > 
sigma
boost::shared_ptr< Texture
< float > > 
bumpMap

Detailed Description

Definition at line 31 of file matte.h.


Constructor & Destructor Documentation

lux::Matte::Matte ( boost::shared_ptr< Texture< SWCSpectrum > >  kd,
boost::shared_ptr< Texture< float > >  sig,
boost::shared_ptr< Texture< float > >  bump,
const CompositingParams cp 
) [inline]

Definition at line 34 of file matte.h.

References bumpMap, lux::Material::compParams, Kd, and sigma.

Referenced by CreateMaterial().

virtual lux::Matte::~Matte (  )  [inline, virtual]

Definition at line 43 of file matte.h.


Member Function Documentation

Material * Matte::CreateMaterial ( const Transform xform,
const TextureParams mp 
) [static]
BSDF * Matte::GetBSDF ( const TsPack tspack,
const DifferentialGeometry dgGeom,
const DifferentialGeometry dgShading 
) const [virtual]

Member Data Documentation

boost::shared_ptr<Texture<float> > lux::Matte::bumpMap [private]

Definition at line 51 of file matte.h.

Referenced by CreateMaterial(), GetBSDF(), and Matte().

boost::shared_ptr<Texture<SWCSpectrum> > lux::Matte::Kd [private]

Definition at line 50 of file matte.h.

Referenced by CreateMaterial(), GetBSDF(), and Matte().

boost::shared_ptr<Texture<float> > lux::Matte::sigma [private]

Definition at line 51 of file matte.h.

Referenced by CreateMaterial(), GetBSDF(), and Matte().


The documentation for this class was generated from the following files:
Generated by  doxygen 1.6.2-20100208