Package schrodinger :: Package application :: Package desmond :: Package packages :: Package msys :: Module _msys :: Class SpatialHash
[hide private]
[frames] | no frames]

Class SpatialHash

 object --+    
          |    
??.instance --+
              |
             SpatialHash

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1, (object)pos, (object)ids [, (object)box=None]) -> object :
 
__reduce__(...)
helper for pickle
 
findContacts(...)
findContacts( (SpatialHash)arg1, (float)r, (object)pos [, (object)ids=None]) -> object :
 
findNearest(...)
findNearest( (SpatialHash)arg1, (int)k, (object)pos, (object)ids) -> object :
 
findWithin(...)
findWithin( (SpatialHash)arg1, (float)r, (object)pos, (object)ids [, (bool)reuse_voxels=False]) -> object :
 
voxelize(...)
voxelize( (SpatialHash)arg1, (float)arg2) -> SpatialHash :

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1, (object)pos, (object)ids [, (object)box=None]) -> object :

    C++ signature :
        void* __init__(boost::python::api::object,_object*,_object* [,_object*=None])

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

findContacts(...)

 

findContacts( (SpatialHash)arg1, (float)r, (object)pos [, (object)ids=None]) -> object :

    C++ signature :
        _object* findContacts(desres::msys::SpatialHash {lvalue},float,_object* [,_object*=None])

findNearest(...)

 

findNearest( (SpatialHash)arg1, (int)k, (object)pos, (object)ids) -> object :

    C++ signature :
        _object* findNearest(desres::msys::SpatialHash {lvalue},int,_object*,_object*)

findWithin(...)

 

findWithin( (SpatialHash)arg1, (float)r, (object)pos, (object)ids [, (bool)reuse_voxels=False]) -> object :

    C++ signature :
        _object* findWithin(desres::msys::SpatialHash {lvalue},float,_object*,_object* [,bool=False])

voxelize(...)

 

voxelize( (SpatialHash)arg1, (float)arg2) -> SpatialHash :

    C++ signature :
        desres::msys::SpatialHash {lvalue} voxelize(desres::msys::SpatialHash {lvalue},float)