Blender V2.61 - r43446
Public Member Functions

TransparentClosure Class Reference

List of all members.

Public Member Functions

 TransparentClosure ()
void setup ()
size_t memsize () const
const char * name () const
void print_on (std::ostream &out) const
float albedo (const Vec3 &omega_out) const
Color3 eval_reflect (const Vec3 &omega_out, const Vec3 &omega_in, float &pdf) const
Color3 eval_transmit (const Vec3 &omega_out, const Vec3 &omega_in, float &pdf) const
ustring sample (const Vec3 &Ng, const Vec3 &omega_out, const Vec3 &domega_out_dx, const Vec3 &domega_out_dy, float randu, float randv, Vec3 &omega_in, Vec3 &domega_in_dx, Vec3 &domega_in_dy, float &pdf, Color3 &eval) const

Detailed Description

Definition at line 43 of file bsdf_transparent.cpp.


Constructor & Destructor Documentation

TransparentClosure::TransparentClosure ( ) [inline]

Definition at line 45 of file bsdf_transparent.cpp.


Member Function Documentation

float TransparentClosure::albedo ( const Vec3 &  omega_out) const [inline]

Definition at line 57 of file bsdf_transparent.cpp.

Color3 TransparentClosure::eval_reflect ( const Vec3 &  omega_out,
const Vec3 &  omega_in,
float &  pdf 
) const [inline]

Definition at line 62 of file bsdf_transparent.cpp.

Color3 TransparentClosure::eval_transmit ( const Vec3 &  omega_out,
const Vec3 &  omega_in,
float &  pdf 
) const [inline]

Definition at line 67 of file bsdf_transparent.cpp.

size_t TransparentClosure::memsize ( ) const [inline]

Definition at line 49 of file bsdf_transparent.cpp.

const char* TransparentClosure::name ( ) const [inline]

Definition at line 51 of file bsdf_transparent.cpp.

void TransparentClosure::print_on ( std::ostream &  out) const [inline]

Definition at line 53 of file bsdf_transparent.cpp.

ustring TransparentClosure::sample ( const Vec3 &  Ng,
const Vec3 &  omega_out,
const Vec3 &  domega_out_dx,
const Vec3 &  domega_out_dy,
float  randu,
float  randv,
Vec3 &  omega_in,
Vec3 &  domega_in_dx,
Vec3 &  domega_in_dy,
float &  pdf,
Color3 &  eval 
) const [inline]

Definition at line 72 of file bsdf_transparent.cpp.

void TransparentClosure::setup ( ) [inline]

Definition at line 47 of file bsdf_transparent.cpp.


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