#include <Contact.h>
|
| static bool | is3d () |
| |
| static bool | is2d () |
| |
| static bool | is3d (bool is3d) |
| |
◆ ParticleData() [1/2]
| esys::lsm::ParticleData::ParticleData |
( |
| ) |
|
|
inline |
◆ ParticleData() [2/2]
| esys::lsm::ParticleData::ParticleData |
( |
const Vec3 & |
pos, |
|
|
double |
rad |
|
) |
| |
|
inline |
◆ getPos()
| const Vec3& esys::lsm::ParticleData::getPos |
( |
| ) |
const |
|
inline |
◆ getRad()
| const double& esys::lsm::ParticleData::getRad |
( |
| ) |
const |
|
inline |
◆ getVolume()
| double esys::lsm::ParticleData::getVolume |
( |
| ) |
const |
|
inline |
◆ is2d()
| static bool esys::lsm::ParticleData::is2d |
( |
| ) |
|
|
inlinestatic |
◆ is3d() [1/2]
| static bool esys::lsm::ParticleData::is3d |
( |
| ) |
|
|
inlinestatic |
◆ is3d() [2/2]
| static bool esys::lsm::ParticleData::is3d |
( |
bool |
is3d | ) |
|
|
inlinestatic |
◆ operator==()
| bool esys::lsm::ParticleData::operator== |
( |
const ParticleData & |
pd | ) |
const |
|
inline |
◆ read()
| void esys::lsm::ParticleData::read |
( |
std::istream & |
iStream | ) |
|
|
inline |
◆ write()
| void esys::lsm::ParticleData::write |
( |
std::ostream & |
oStream | ) |
const |
|
inline |
◆ FOUR_THIRDS_PI
| const double ParticleData::FOUR_THIRDS_PI = ((4.0/3.0)*M_PIl) |
|
static |
◆ m_pos
| Vec3 esys::lsm::ParticleData::m_pos |
|
private |
◆ m_rad
| double esys::lsm::ParticleData::m_rad |
|
private |
◆ s_is3d
| bool ParticleData::s_is3d = true |
|
staticprivate |
The documentation for this class was generated from the following files: