#include <point_charge.h>
◆ PointCharge() [1/3]
occ::core::PointCharge::PointCharge |
( |
double |
charge, |
|
|
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
|
inline |
◆ PointCharge() [2/3]
occ::core::PointCharge::PointCharge |
( |
double |
charge, |
|
|
const std::array< double, 3 > & |
pos |
|
) |
| |
|
inline |
◆ PointCharge() [3/3]
occ::core::PointCharge::PointCharge |
( |
double |
charge, |
|
|
const Vec3 & |
pos |
|
) |
| |
|
inline |
◆ charge()
double occ::core::PointCharge::charge |
( |
| ) |
const |
|
inline |
◆ position()
const auto & occ::core::PointCharge::position |
( |
| ) |
const |
|
inline |
◆ set_charge()
void occ::core::PointCharge::set_charge |
( |
double |
q | ) |
|
|
inline |
◆ set_position()
void occ::core::PointCharge::set_position |
( |
const Vec3 & |
pos | ) |
|
|
inline |
The documentation for this class was generated from the following file: