step/stepcore
StepCore::ChargedParticle Class Reference
[Physical bodies]
#include <particle.h>
Inheritance diagram for StepCore::ChargedParticle:

Detailed Description
ChargedParticle with mass and charge.Definition at line 206 of file particle.h.
Public Member Functions | |
| double | charge () const |
| ChargedParticle (Vector2d position=Vector2d(0), Vector2d velocity=Vector2d(0), double mass=1, double charge=0) | |
| ChargedParticleErrors * | chargedParticleErrors () |
| void | setCharge (double charge) |
Protected Member Functions | |
| ObjectErrors * | createObjectErrors () |
Protected Attributes | |
| double | _charge |
Constructor & Destructor Documentation
Member Function Documentation
| double StepCore::ChargedParticle::charge | ( | ) | const [inline] |
| ChargedParticleErrors* StepCore::ChargedParticle::chargedParticleErrors | ( | ) | [inline] |
| ObjectErrors* StepCore::ChargedParticle::createObjectErrors | ( | ) | [inline, protected, virtual] |
| void StepCore::ChargedParticle::setCharge | ( | double | charge | ) | [inline] |
Member Data Documentation
double StepCore::ChargedParticle::_charge [protected] |
Definition at line 228 of file particle.h.
The documentation for this class was generated from the following file:
KDE 4.1 API Reference