#include <VRAY_DemoVolumeSphere.h>

Public Member Functions | |
| VRAY_DemoVolumeSphere () | |
| virtual | ~VRAY_DemoVolumeSphere () |
| virtual const char * | getClassName () |
| virtual bool | hasVolume () |
| For volume primitives, return true. | |
| virtual int | initialize (const UT_BoundingBox *box) |
| virtual void | getBoundingBox (UT_BoundingBox &box) |
| virtual void | render () |
Definition at line 39 of file VRAY_DemoVolumeSphere.h.
| VRAY_DemoVolumeSphere::VRAY_DemoVolumeSphere | ( | ) |
Definition at line 140 of file VRAY_DemoVolumeSphere.C.
| VRAY_DemoVolumeSphere::~VRAY_DemoVolumeSphere | ( | ) | [virtual] |
Definition at line 144 of file VRAY_DemoVolumeSphere.C.
| void VRAY_DemoVolumeSphere::getBoundingBox | ( | UT_BoundingBox & | box | ) | [virtual] |
Implements VRAY_Procedural.
Definition at line 159 of file VRAY_DemoVolumeSphere.C.
| virtual const char* HDK_Sample::VRAY_DemoVolumeSphere::getClassName | ( | ) | [inline, virtual] |
Implements VRAY_Procedural.
Definition at line 44 of file VRAY_DemoVolumeSphere.h.
| virtual bool HDK_Sample::VRAY_DemoVolumeSphere::hasVolume | ( | ) | [inline, virtual] |
For volume primitives, return true.
Definition at line 47 of file VRAY_DemoVolumeSphere.h.
| int VRAY_DemoVolumeSphere::initialize | ( | const UT_BoundingBox * | box | ) | [virtual] |
Implements VRAY_Procedural.
Definition at line 149 of file VRAY_DemoVolumeSphere.C.
| void VRAY_DemoVolumeSphere::render | ( | ) | [virtual] |
Implements VRAY_Procedural.
Definition at line 165 of file VRAY_DemoVolumeSphere.C.
1.5.9