#include <potential.hpp>
Collaboration diagram for PPoint:
Public Member Functions | |
PPoint (const vect3d &pos, const vect3d &ppos=vect3d(0, 0, 0), prec_t potential=0) | |
const vect3d & | get_pos () const |
Friends | |
class | PField |
class | PLink |
class | StaticPotentialField |
Definition at line 31 of file potential.hpp.
const vect3d& PPoint::get_pos | ( | ) | const [inline] |
Definition at line 36 of file potential.hpp.
friend class PField [friend] |
Definition at line 55 of file potential.hpp.
friend class PLink [friend] |
Definition at line 56 of file potential.hpp.
friend class StaticPotentialField [friend] |
Definition at line 57 of file potential.hpp.