Panda3D
|
Describes a curved space in which particles are generated. More...
#include "sphereSurfaceEmitter.h"
Public Member Functions | |
SphereSurfaceEmitter () | |
constructor | |
SphereSurfaceEmitter (const SphereSurfaceEmitter ©) | |
copy constructor | |
virtual | ~SphereSurfaceEmitter () |
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 curved space in which particles are generated.
Definition at line 25 of file sphereSurfaceEmitter.h.
SphereSurfaceEmitter::SphereSurfaceEmitter | ( | ) |
SphereSurfaceEmitter::SphereSurfaceEmitter | ( | const SphereSurfaceEmitter & | copy | ) |
copy constructor
Definition at line 33 of file sphereSurfaceEmitter.cxx.
SphereSurfaceEmitter::~SphereSurfaceEmitter | ( | ) | [virtual] |
destructor
Definition at line 44 of file sphereSurfaceEmitter.cxx.
PN_stdfloat SphereSurfaceEmitter::get_radius | ( | ) | const [inline] |
radius get
Definition at line 35 of file sphereSurfaceEmitter.I.
BaseParticleEmitter * SphereSurfaceEmitter::make_copy | ( | ) | [virtual] |
copier
Implements BaseParticleEmitter.
Definition at line 53 of file sphereSurfaceEmitter.cxx.
References SphereSurfaceEmitter().
void SphereSurfaceEmitter::output | ( | ostream & | out | ) | const [virtual] |
Write a string representation of this instance to <out>.
Reimplemented from BaseParticleEmitter.
Definition at line 90 of file sphereSurfaceEmitter.cxx.
void SphereSurfaceEmitter::set_radius | ( | PN_stdfloat | r | ) | [inline] |
radius set
Definition at line 24 of file sphereSurfaceEmitter.I.
void SphereSurfaceEmitter::write | ( | ostream & | out, |
int | indent = 0 |
||
) | const [virtual] |
Write a string representation of this instance to <out>.
Reimplemented from BaseParticleEmitter.
Definition at line 103 of file sphereSurfaceEmitter.cxx.