Panda3D
|
Describes a voluminous spherical region in which particles are generated. More...
#include "sphereVolumeEmitter.h"
Public Member Functions | |
SphereVolumeEmitter () | |
constructor | |
SphereVolumeEmitter (const SphereVolumeEmitter ©) | |
copy constructor | |
virtual | ~SphereVolumeEmitter () |
destructor | |
PN_stdfloat | get_radius () const |
radius get | |
virtual BaseParticleEmitter * | make_copy () |
copier | |
virtual void | output (ostream &out) const |
Write a string representation of this instance to <out>. | |
void | set_radius (PN_stdfloat r) |
radius set | |
virtual void | write (ostream &out, int indent=0) const |
Write a string representation of this instance to <out>. |
Describes a voluminous spherical region in which particles are generated.
Definition at line 25 of file sphereVolumeEmitter.h.
SphereVolumeEmitter::SphereVolumeEmitter | ( | ) |
SphereVolumeEmitter::SphereVolumeEmitter | ( | const SphereVolumeEmitter & | copy | ) |
copy constructor
Definition at line 33 of file sphereVolumeEmitter.cxx.
SphereVolumeEmitter::~SphereVolumeEmitter | ( | ) | [virtual] |
destructor
Definition at line 45 of file sphereVolumeEmitter.cxx.
PN_stdfloat SphereVolumeEmitter::get_radius | ( | ) | const [inline] |
radius get
Definition at line 35 of file sphereVolumeEmitter.I.
BaseParticleEmitter * SphereVolumeEmitter::make_copy | ( | ) | [virtual] |
copier
Implements BaseParticleEmitter.
Definition at line 54 of file sphereVolumeEmitter.cxx.
References SphereVolumeEmitter().
void SphereVolumeEmitter::output | ( | ostream & | out | ) | const [virtual] |
Write a string representation of this instance to <out>.
Reimplemented from BaseParticleEmitter.
Definition at line 104 of file sphereVolumeEmitter.cxx.
void SphereVolumeEmitter::set_radius | ( | PN_stdfloat | r | ) | [inline] |
radius set
Definition at line 24 of file sphereVolumeEmitter.I.
void SphereVolumeEmitter::write | ( | ostream & | out, |
int | indent = 0 |
||
) | const [virtual] |
Write a string representation of this instance to <out>.
Reimplemented from BaseParticleEmitter.
Definition at line 117 of file sphereVolumeEmitter.cxx.