#include <VRAY_DemoStamp.h>

Public Member Functions | |
| VRAY_DemoStamp () | |
| virtual | ~VRAY_DemoStamp () |
| virtual const char * | getClassName () |
| virtual int | initialize (const UT_BoundingBox *) |
| virtual void | getBoundingBox (UT_BoundingBox &box) |
| virtual void | render () |
Definition at line 40 of file VRAY_DemoStamp.h.
| VRAY_DemoStamp::VRAY_DemoStamp | ( | ) |
| VRAY_DemoStamp::~VRAY_DemoStamp | ( | ) | [virtual] |
Definition at line 103 of file VRAY_DemoStamp.C.
| void VRAY_DemoStamp::getBoundingBox | ( | UT_BoundingBox & | box | ) | [virtual] |
Implements VRAY_Procedural.
Definition at line 140 of file VRAY_DemoStamp.C.
| const char * VRAY_DemoStamp::getClassName | ( | ) | [virtual] |
Implements VRAY_Procedural.
Definition at line 108 of file VRAY_DemoStamp.C.
| int VRAY_DemoStamp::initialize | ( | const UT_BoundingBox * | ) | [virtual] |
Implements VRAY_Procedural.
Definition at line 114 of file VRAY_DemoStamp.C.
| void VRAY_DemoStamp::render | ( | ) | [virtual] |
Implements VRAY_Procedural.
Definition at line 150 of file VRAY_DemoStamp.C.
1.5.9