Module pypcsim :: Class Point3DSetSpliter
[hide private]
[frames] | no frames]

Class Point3DSetSpliter

 object --+    
          |    
??.instance --+
              |
             Point3DSetSpliter
Known Subclasses:

Help on Point3DSetSpliter [class]:
 Class which specifies a spliting algorithm to split one Point3DSet set of points into several disjunct subsets. 
 
Abstract class to be implemented for specific desired functionality.

Instance Methods [hide private]
 
__init__(...)
Help on Point3DSetSpliter::Point3DSetSpliter() [constructor]
 
setRNDEngine(...)
Help on void Point3DSetSpliter::setRNDEngine(RandomEngine * engine) [member function]
 
split(...)
Help on boost::shared_ptr<std::vector<boost::shared_ptr<Point3DSet>, std::allocator<boost::shared_ptr<Point3DSet> > > > Point3DSetSpliter::split(Point3DSet const & points) [member function]
 
unsetRNDEngine(...)

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  __instance_size__ = 20
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Help on Point3DSetSpliter::Point3DSetSpliter() [constructor]

Overrides: object.__init__