SDS2 Parametric API
 All Classes Namespaces Functions Variables Pages
List of all members
Hash.Hash Class Reference

No documentation available. More...

Methods defined here:

def Add
def GetResult
def Reset
def __init__
def __reduce__

Data and other attributes defined here:

int __instance_size__ = 24

Data descriptors inherited from Boost.Python.instance:

def __dict__
def __weakref__

Data and other attributes inherited from Boost.Python.instance:

def __new__

Detailed Description

No documentation available.

Method resolution order

Hash
Boost.Python.instance
builtin.object

Constructor & Destructor Documentation

def Hash.Hash.__init__ (   arg1)
Returns
Instance of type None

Member Function Documentation

def Hash.Hash.__dict__ (   args)
def Hash.Hash.__new__ (   args)
T.__new__(S, ...) -> a new object with type S, a subtype of T
 __new__ = <built-in method __new__ of Boost.Python.class object>
def Hash.Hash.__reduce__ (   args)
 __reduce__ = <unnamed Boost.Python function>(args)
def Hash.Hash.__weakref__ (   args)
def Hash.Hash.Add (   arg1,
  arg2 
)
Returns
Instance of type None
 
Note
Additional signature: Add( (Hash)arg1, (float)arg2 [, (float)arg3]) -> None
Additional signature: Add( (Hash)arg1, (str)arg2) -> None
Additional signature: Add( (Hash)arg1, (Point3D)arg2) -> None
def Hash.Hash.GetResult (   arg1)
Returns
Instance of type int
def Hash.Hash.Reset (   arg1)
Returns
Instance of type None

Member Data Documentation

int Hash.Hash.__instance_size__ = 24
staticprivate