lux::DotsTexture< T > Class Template Reference

#include <dots.h>

Inheritance diagram for lux::DotsTexture< T >:

lux::Texture< T >

List of all members.

Public Member Functions

 ~DotsTexture ()
 DotsTexture (TextureMapping2D *m, boost::shared_ptr< Texture< T > > c1, boost::shared_ptr< Texture< T > > c2)
Evaluate (const DifferentialGeometry &dg) const

Static Public Member Functions

static Texture< float > * CreateFloatTexture (const Transform &tex2world, const TextureParams &tp)
static Texture< Spectrum > * CreateSpectrumTexture (const Transform &tex2world, const TextureParams &tp)

Private Attributes

boost::shared_ptr< Texture< T > > outsideDot
boost::shared_ptr< Texture< T > > insideDot
TextureMapping2Dmapping


Detailed Description

template<class T>
class lux::DotsTexture< T >

Definition at line 33 of file dots.h.


Constructor & Destructor Documentation

template<class T >
lux::DotsTexture< T >::~DotsTexture (  )  [inline]

Definition at line 36 of file dots.h.

References lux::DotsTexture< T >::mapping.

template<class T >
lux::DotsTexture< T >::DotsTexture ( TextureMapping2D m,
boost::shared_ptr< Texture< T > >  c1,
boost::shared_ptr< Texture< T > >  c2 
) [inline]


Member Function Documentation

template<class T >
Texture< float > * lux::DotsTexture< T >::CreateFloatTexture ( const Transform tex2world,
const TextureParams tp 
) [inline, static]

template<class T >
Texture< Spectrum > * lux::DotsTexture< T >::CreateSpectrumTexture ( const Transform tex2world,
const TextureParams tp 
) [inline, static]

template<class T >
T lux::DotsTexture< T >::Evaluate ( const DifferentialGeometry dg  )  const [inline, virtual]


Member Data Documentation

template<class T >
boost::shared_ptr<Texture<T> > lux::DotsTexture< T >::insideDot [private]

Definition at line 69 of file dots.h.

Referenced by lux::DotsTexture< T >::DotsTexture(), and lux::DotsTexture< T >::Evaluate().

template<class T >
TextureMapping2D* lux::DotsTexture< T >::mapping [private]

template<class T >
boost::shared_ptr<Texture<T> > lux::DotsTexture< T >::outsideDot [private]

Definition at line 69 of file dots.h.

Referenced by lux::DotsTexture< T >::DotsTexture(), and lux::DotsTexture< T >::Evaluate().


The documentation for this class was generated from the following file:

Generated on Mon May 18 07:18:38 2009 for lux by  doxygen 1.5.7.1