Go to the documentation of this file.
13 #ifndef ESYS_LSMSIMPLESPHERECOLLECTIONPY_H
14 #define ESYS_LSMSIMPLESPHERECOLLECTIONPY_H
Definition: SimpleSphereCollectionPy.h:28
void rotate(const Vec3 &rotation, const Vec3 &posn)
Definition: ParticleCollection.hpp:114
static void setstate(boost::python::object pcObj, boost::python::tuple state)
Definition: SimpleSphereCollectionPy.cpp:101
int len(const boost::python::object &pyOb)
Definition: Util.h:30
static void exportIterator(const std::string &pythonName, const std::string &pythonDocReturnType="object")
Definition: IteratorPy.hpp:38
SimpleSpherePy & createParticlePy(const SimpleSpherePy &p)
Definition: SimpleSphereCollectionPy.cpp:66
Particle & createParticle(const Particle &p)
Definition: ParticleCollection.hpp:85
void translateBy(const Vec3 &vec)
Definition: ParticleCollection.hpp:104
Definition: BoundingBoxPy.h:30
Definition: SimpleSpherePy.h:25
static boost::python::tuple getstate(boost::python::object pcObj)
Definition: SimpleSphereCollectionPy.cpp:86
Definition: SimpleSphereCollectionPy.cpp:82
void translateByPy(const Vec3Py &translation)
Definition: SimpleSphereCollectionPy.cpp:76
Definition: CheckPointable.cpp:17
boost::shared_ptr< ParticlePool > ParticlePoolPtr
Definition: ParticleCollection.h:39
Inherited::ParticlePoolPtr ParticlePoolPtr
Definition: SimpleSphereCollectionPy.h:31
SimpleSphereCollectionPy()
Definition: SimpleSphereCollectionPy.cpp:23
void rotatePy(const Vec3Py &rotation, const Vec3Py &pt)
Definition: SimpleSphereCollectionPy.cpp:71
int getNumParticles() const
Definition: ParticleCollection.hpp:98
ParticleIterator getParticleIterator()
Definition: ParticleCollection.h:107
SimpleSphereIteratorPy getSimpleSphereIteratorPy()
Definition: SimpleSphereCollectionPy.cpp:58
void exportSimpleSphereCollection()
Definition: SimpleSphereCollectionPy.cpp:126
ParticleCollection< SimpleSpherePy > Inherited
Definition: SimpleSphereCollectionPy.h:30
BoundingBoxPy getParticleBBoxPy() const
Definition: SimpleSphereCollectionPy.cpp:49
IteratorPy< ParticleCollection< SimpleSpherePy >::ParticleIterator > SimpleSphereIteratorPy
Definition: SimpleSphereCollectionPy.h:34
static bool getstate_manages_dict()
Definition: SimpleSphereCollectionPy.cpp:119
Definition: IteratorPy.h:29