#include <RadiusDecal.h>
Public Member Functions | |
| RadiusDecal () | |
| RadiusDecal (const RadiusDecal &that) | |
| RadiusDecal & | operator= (const RadiusDecal &that) |
| ~RadiusDecal () | |
| void | xferRadiusDecal (Xfer *xfer) |
| Bool | isEmpty () const |
| void | clear () |
| void | update () |
| void | setPosition (const Coord3D &pos) |
| void | setOpacity (const Real o) |
Friends | |
| class | RadiusDecalTemplate |
Definition at line 43 of file RadiusDecal.h.
| RadiusDecal::RadiusDecal | ( | ) |
Definition at line 136 of file RadiusDecal.cpp.
| RadiusDecal::RadiusDecal | ( | const RadiusDecal & | that | ) |
Definition at line 144 of file RadiusDecal.cpp.
| RadiusDecal::~RadiusDecal | ( | ) |
Definition at line 190 of file RadiusDecal.cpp.
| void RadiusDecal::clear | ( | ) |
Definition at line 178 of file RadiusDecal.cpp.
|
inline |
Definition at line 61 of file RadiusDecal.h.
| RadiusDecal & RadiusDecal::operator= | ( | const RadiusDecal & | that | ) |
Definition at line 153 of file RadiusDecal.cpp.
| void RadiusDecal::setOpacity | ( | const Real | o | ) |
Definition at line 219 of file RadiusDecal.cpp.
| void RadiusDecal::setPosition | ( | const Coord3D & | pos | ) |
Definition at line 228 of file RadiusDecal.cpp.
| void RadiusDecal::update | ( | ) |
Definition at line 196 of file RadiusDecal.cpp.
| void RadiusDecal::xferRadiusDecal | ( | Xfer * | xfer | ) |
Definition at line 168 of file RadiusDecal.cpp.
|
friend |
Definition at line 45 of file RadiusDecal.h.