#include <GEO_PartRender.h>
Public Member Functions | |
| GEO_PartRender () | |
| ~GEO_PartRender () | |
| int | save (ostream &os, int binary) const |
| bool | load (UT_IStream &is) |
| void | setSize (float radius) |
| void | setBlurTime (float bt) |
| void | setType (GEO_PART_TYPE t) |
| void | setMotionBlur (int onOff) |
| void | setSphereNormals (int onOff) |
| void | setVirtual (int onOff) |
| float | getSize () const |
| float | getBlurTime () const |
| GEO_PART_TYPE | getType () const |
| int | isMotionBlur () const |
| int | isSphereNormal () const |
| int | isVirtual () const |
Definition at line 43 of file GEO_PartRender.h.
| GEO_PartRender::GEO_PartRender | ( | ) |
| GEO_PartRender::~GEO_PartRender | ( | ) |
| float GEO_PartRender::getBlurTime | ( | ) | const [inline] |
Definition at line 72 of file GEO_PartRender.h.
| float GEO_PartRender::getSize | ( | void | ) | const [inline] |
Definition at line 71 of file GEO_PartRender.h.
| GEO_PART_TYPE GEO_PartRender::getType | ( | void | ) | const [inline] |
Definition at line 73 of file GEO_PartRender.h.
| int GEO_PartRender::isMotionBlur | ( | ) | const [inline] |
Definition at line 74 of file GEO_PartRender.h.
| int GEO_PartRender::isSphereNormal | ( | ) | const [inline] |
Definition at line 76 of file GEO_PartRender.h.
| int GEO_PartRender::isVirtual | ( | ) | const [inline] |
Definition at line 78 of file GEO_PartRender.h.
| bool GEO_PartRender::load | ( | UT_IStream & | is | ) |
| int GEO_PartRender::save | ( | ostream & | os, | |
| int | binary | |||
| ) | const |
| void GEO_PartRender::setBlurTime | ( | float | bt | ) | [inline] |
Definition at line 52 of file GEO_PartRender.h.
| void GEO_PartRender::setMotionBlur | ( | int | onOff | ) | [inline] |
Definition at line 54 of file GEO_PartRender.h.
| void GEO_PartRender::setSize | ( | float | radius | ) | [inline] |
Definition at line 51 of file GEO_PartRender.h.
| void GEO_PartRender::setSphereNormals | ( | int | onOff | ) | [inline] |
Definition at line 59 of file GEO_PartRender.h.
| void GEO_PartRender::setType | ( | GEO_PART_TYPE | t | ) | [inline] |
Definition at line 53 of file GEO_PartRender.h.
| void GEO_PartRender::setVirtual | ( | int | onOff | ) | [inline] |
Definition at line 64 of file GEO_PartRender.h.
1.5.9