|
ESyS-Particle
2.3.4
|
#include <BoundingSpherePy.h>


Public Member Functions | |
| BoundingSpherePy () | |
| BoundingSpherePy (const Vec3Py ¢rePt, double radius) | |
| BoundingSpherePy (const Vec3 ¢rePt, double radius) | |
| BoundingSpherePy (const BoundingSpherePy &v) | |
| BoundingSpherePy (const BoundingSphere &v) | |
| BoundingSpherePy (const boost::python::object &pyCentre, double radius) | |
| bool | operator== (const BoundingSpherePy &bBox) const |
| Vec3Py | getCentrePy () const |
Public Member Functions inherited from esys::lsm::BoundingSphere | |
| BoundingSphere () | |
| BoundingSphere (const Vec3 ¢re, double radius) | |
| virtual | ~BoundingSphere () |
| const Vec3 & | getCentre () const |
| double | getRadius () const |
| BoundingBox | getBBox () const |
| BoundingBox | get2dBBox () const |
| bool | operator== (const BoundingSphere &bSphere) const |
| bool | contains (const Vec3 &pt, double tolerance=0.0) const |
| bool | contains (const BoundingSphere &bSphere, double tolerance=0.0) const |
| esys::lsm::BoundingSpherePy::BoundingSpherePy | ( | ) |
| esys::lsm::BoundingSpherePy::BoundingSpherePy | ( | const Vec3Py & | centrePt, |
| double | radius | ||
| ) |
| esys::lsm::BoundingSpherePy::BoundingSpherePy | ( | const Vec3 & | centrePt, |
| double | radius | ||
| ) |
| esys::lsm::BoundingSpherePy::BoundingSpherePy | ( | const BoundingSpherePy & | v | ) |
| esys::lsm::BoundingSpherePy::BoundingSpherePy | ( | const BoundingSphere & | v | ) |
| esys::lsm::BoundingSpherePy::BoundingSpherePy | ( | const boost::python::object & | pyCentre, |
| double | radius | ||
| ) |
| Vec3Py esys::lsm::BoundingSpherePy::getCentrePy | ( | ) | const |
References esys::lsm::BoundingSphere::getCentre().
Referenced by esys::lsm::exportBoundingSphere(), and esys::lsm::BoundingSpherePyPickleSuite::getinitargs().


| bool esys::lsm::BoundingSpherePy::operator== | ( | const BoundingSpherePy & | bBox | ) | const |