#include <iso_space_alg_permanent_neighbors.h>
Inherits iso::space::SpaceAlg.
Inheritance diagram for iso::space::PermanentNeighborsAlg:
Public Member Functions | |
PermanentNeighborsAlg (unsigned int pDim) | |
PermanentNeighborsAlg (const math::Vector< real > &pMinPos, const math::Vector< real > &pMaxPos) | |
~PermanentNeighborsAlg () | |
void | updateNeighbors (QVector< SpaceProxyObject * > &pObjects) throw (SpaceException) |
base::String | info () const |
obtain textual ntree information | |
Protected Member Functions | |
PermanentNeighborsAlg () | |
Friends | |
class | NTreeVisitor |
std::ostream & | operator<< (std::ostream &pOstream, const PermanentNeighborsAlg &pAlg) |
retrieve textual ntree information |
PermanentNeighborsAlg::PermanentNeighborsAlg | ( | unsigned int | pDim | ) |
PermanentNeighborsAlg::PermanentNeighborsAlg | ( | const math::Vector< real > & | pMinPos, | |
const math::Vector< real > & | pMaxPos | |||
) |
PermanentNeighborsAlg::~PermanentNeighborsAlg | ( | ) |
PermanentNeighborsAlg::PermanentNeighborsAlg | ( | ) | [protected] |
void PermanentNeighborsAlg::updateNeighbors | ( | QVector< SpaceProxyObject * > & | pObjects | ) | throw (SpaceException) [virtual] |
Reimplemented from iso::space::SpaceAlg.
base::String PermanentNeighborsAlg::info | ( | ) | const |
obtain textual ntree information
Reimplemented from iso::space::SpaceAlg.
friend class NTreeVisitor [friend] |
std::ostream& operator<< | ( | std::ostream & | pOstream, | |
const PermanentNeighborsAlg & | pAlg | |||
) | [friend] |
retrieve textual ntree information
pOstream | output stream | |
pTree | ntree |