Go to the documentation of this file.
13 #ifndef ESYS_LSMSIMPLESPHERENEIGHBOURSPY_H
14 #define ESYS_LSMSIMPLESPHERENEIGHBOURSPY_H
Definition: VectorPy.h:26
Iterator getIterator() const
Definition: SphereNeighbours.h:124
Definition: SimpleSphereNeighboursPy.cpp:31
static void exportIterator(const std::string &pythonName, const std::string &pythonDocReturnType="object")
Definition: IteratorPy.hpp:38
SphereNeighbours< SimpleSpherePy, ParticleIdPairVectorPy > Inherited
Definition: SimpleSphereNeighboursPy.cpp:35
Definition: BoundingBoxPy.h:30
IdPairVector getNeighboursPy(boost::python::object &iteratable)
Definition: SimpleSphereNeighboursPy.cpp:50
IteratorPy< Inherited::Iterator > SSNIteratorPy
Definition: SimpleSphereNeighboursPy.cpp:58
Definition: CheckPointable.cpp:17
int getNumIdPairs() const
Definition: SphereNeighbours.hpp:70
SimpleSphereNeighboursPy(double maxDist, const BoundingBoxPy &bBox, const boost::python::list &circDimList)
Definition: SimpleSphereNeighboursPy.cpp:37
std::vector< TmplValue > listToVector(const boost::python::list &pythonList)
Definition: ListConverter.h:42
int getNumSpheres() const
Definition: SphereNeighbours.hpp:64
Definition: PythonIterIterator.h:28
Definition: SphereNeighbours.h:36
IdPairVector getNeighbours(TmplSphereIterator it)
Definition: SphereNeighbours.hpp:137
Definition: IteratorPy.h:29
void exportSimpleSphereNeighbours()
Definition: SimpleSphereNeighboursPy.cpp:66
SSNIteratorPy getIteratorPy() const
Definition: SimpleSphereNeighboursPy.cpp:59