Blender V2.61 - r43446
Public Member Functions

GenericBackgroundClosure Class Reference

List of all members.

Public Member Functions

 GenericBackgroundClosure ()
void setup ()
size_t memsize () const
const char * name () const
void print_on (std::ostream &out) const

Detailed Description

Generic background closure

We only have a background closure for the shaders to return a color in background shaders. No methods, only the weight is taking into account

Definition at line 49 of file kernel/osl/background.cpp.


Constructor & Destructor Documentation

GenericBackgroundClosure::GenericBackgroundClosure ( ) [inline]

Definition at line 51 of file kernel/osl/background.cpp.


Member Function Documentation

size_t GenericBackgroundClosure::memsize ( ) const [inline]

Definition at line 55 of file kernel/osl/background.cpp.

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

Definition at line 57 of file kernel/osl/background.cpp.

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

Definition at line 59 of file kernel/osl/background.cpp.

void GenericBackgroundClosure::setup ( ) [inline]

Definition at line 53 of file kernel/osl/background.cpp.


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