|
| None | __init__ (DRegularGrid grid) |
| | Initializes a copy of the DRegularGrid instance grid. More...
|
| |
| None | __init__ (Math.DGrid data, float xs, float ys, float zs) |
| | Initializes the DRegularGrid instance. More...
|
| |
| None | __init__ (Math.DGrid data, float s) |
| | Initializes the DRegularGrid instance. More...
|
| |
| None | __init__ (float xs, float ys, float zs) |
| | Initializes the DRegularGrid instance. More...
|
| |
| None | __init__ (float s) |
| | Initializes the DRegularGrid instance. More...
|
| |
| None | getCoordinates (int i, int j, int k, object coords) |
| |
| None | getCoordinates (int i, object coords) |
| |
| Math.DRegularSpatialGrid | assign (Math.ConstFGridExpression e) |
| | Replaces the current state of self with a copy of the state of the ConstFGridExpression instance e. More...
|
| |
| Math.DRegularSpatialGrid | assign (Math.ConstDGridExpression e) |
| | Replaces the current state of self with a copy of the state of the ConstDGridExpression instance e. More...
|
| |
| Math.DRegularSpatialGrid | assign (object e) |
| | Replaces the current state of self with a copy of the state of the object instance e. More...
|
| |
| Math.DRegularSpatialGrid | assign (Math.DRegularSpatialGrid g) |
| | Replaces the current state of self with a copy of the state of the DRegularSpatialGrid instance g. More...
|
| |
| int | getSize1 () |
| |
| int | getSize2 () |
| |
| int | getSize3 () |
| |
| bool | isEmpty () |
| |
| float | getElement (int i, int j, int k) |
| |
| float | getElement (int i) |
| |
| object | toArray () |
| |
| int | getSize () |
| |
| None | swap (Math.DRegularSpatialGrid g) |
| |
| None | setElement (int i, int j, int k, float v) |
| |
| None | setElement (int i, float v) |
| |
| Base.Any | __getitem__ (Base.LookupKey key) |
| |
| float | __getitem__ (tuple ijk) |
| |
| float | __getitem__ (int i) |
| |
| bool | __contains__ (Base.LookupKey key) |
| | Returns the result of the membership test operation key in self. More...
|
| |
| None | __setitem__ (Base.LookupKey key, Base.Any value) |
| |
| None | __setitem__ (tuple ijk, float v) |
| |
| None | __setitem__ (int i, float v) |
| |
| bool | __delitem__ (Base.LookupKey key) |
| |
| int | __len__ () |
| |
| float | __call__ (int i, int j, int k) |
| |
| float | __call__ (int i) |
| |
| bool | __eq__ (Math.DRegularSpatialGrid g) |
| | Returns the result of the comparison operation self == g. More...
|
| |
| bool | __eq__ (Math.ConstDGridExpression e) |
| | Returns the result of the comparison operation self == e. More...
|
| |
| bool | __ne__ (Math.DRegularSpatialGrid g) |
| | Returns the result of the comparison operation self != g. More...
|
| |
| bool | __ne__ (Math.ConstDGridExpression e) |
| | Returns the result of the comparison operation self != e. More...
|
| |
| str | __str__ () |
| | Returns a string representation of the DRegularGrid instance. More...
|
| |
| Math.DRegularSpatialGrid | __pos__ () |
| |
| Math.ConstDGridExpression | __neg__ () |
| |
| Math.ConstDGridExpression | __add__ (Math.ConstDGridExpression e) |
| | Returns the result of the addition operation self + e. More...
|
| |
| Math.ConstDGridExpression | __sub__ (Math.ConstDGridExpression e) |
| | Returns the result of the subtraction operation self - e. More...
|
| |
| Math.ConstDGridExpression | __mul__ (float t) |
| | Returns the result of the multiplication operation self * t. More...
|
| |
| Math.ConstDGridExpression | __div__ (float t) |
| | Returns the result of the division operation self / t. More...
|
| |
| Math.ConstDGridExpression | __truediv__ (float t) |
| |
| Math.ConstDGridExpression | __rmul__ (float t) |
| |
| Math.DRegularSpatialGrid | __iadd__ (Math.DRegularSpatialGrid g) |
| | Performs the in-place addition operation self += g. More...
|
| |
| Math.DRegularSpatialGrid | __iadd__ (Math.ConstDGridExpression e) |
| | Performs the in-place addition operation self += e. More...
|
| |
| Math.DRegularSpatialGrid | __isub__ (Math.DRegularSpatialGrid g) |
| | Performs the in-place subtraction operation self -= g. More...
|
| |
| Math.DRegularSpatialGrid | __isub__ (Math.ConstDGridExpression e) |
| | Performs the in-place subtraction operation self -= e. More...
|
| |
| Math.DRegularSpatialGrid | __imul__ (float t) |
| | Performs the in-place multiplication operation self *= t. More...
|
| |
| Math.DRegularSpatialGrid | __idiv__ (float t) |
| | Performs the in-place division operation self /= t. More...
|
| |
| Math.DRegularSpatialGrid | __itruediv__ (float t) |
| |
| tuple | __getstate__ () |
| |
|
None | __init__ () |
| | Initializes the DSpatialGrid instance.
|
| |
| int | getNumElements () |
| |
| None | getCoordinates (int i, Math.Vector3D coords) |
| |
| int | getObjectID () |
| | Returns the numeric identifier (ID) of the wrapped C++ class instance. More...
|
| |
| int | getNumProperties () |
| | Returns the number of property entries. More...
|
| |
| Any | getPropertyOrDefault (LookupKey key, Any def_value) |
| |
| list | getPropertyKeys () |
| |
| list | getPropertyValues () |
| |
| list | getProperties () |
| | Returns a reference to itself. More...
|
| |
| None | setProperty (LookupKey key, Any value) |
| |
| bool | removeProperty (LookupKey key) |
| | Clears the value of the property specified by key. More...
|
| |
| Any | getProperty (LookupKey key, bool throw_=False) |
| | Returns the value of the property specified by key. More...
|
| |
| bool | isPropertySet (LookupKey key) |
| | Tells whether or not a value has been assigned to the property specified by key. More...
|
| |
|
None | clearProperties () |
| | Clears all property values.
|
| |
| None | addProperties (PropertyContainer cntnr) |
| | Adds the property value entries in the PropertyContainer instance cntnr. More...
|
| |
| None | copyProperties (PropertyContainer cntnr) |
| | Replaces the current set of properties by a copy of the entries in cntnr. More...
|
| |
| None | swap (PropertyContainer cntnr) |
| | Exchanges the properties of this container with the properties of the container cntnr. More...
|
| |
| Any | __getitem__ (LookupKey key) |
| |
| bool | __contains__ (LookupKey key) |
| | Returns the result of the membership test operation key in self. More...
|
| |
| None | __setitem__ (LookupKey key, Any value) |
| |
| bool | __delitem__ (LookupKey key) |
| |
| None | __init__ (DRegularSpatialGrid grid) |
| | Initializes a copy of the DRegularSpatialGrid instance grid. More...
|
| |
| None | __init__ (DGrid data, float xs, float ys, float zs) |
| | Initializes the DRegularSpatialGrid instance. More...
|
| |
| None | __init__ (DGrid data, float s) |
| | Initializes the DRegularSpatialGrid instance. More...
|
| |
| None | resize (int m, int n, int o, bool preserve=True, float v=0.0) |
| |
| None | clear (float v=0.0) |
| |
| DataMode | getDataMode () |
| |
| None | setDataMode (DataMode mode) |
| |
| float | getXExtent () |
| |
| float | getYExtent () |
| |
| float | getZExtent () |
| |
| float | getXStepSize () |
| |
| float | getYStepSize () |
| |
| float | getZStepSize () |
| |
| None | setXStepSize (float xs) |
| |
| None | setYStepSize (float ys) |
| |
| None | setZStepSize (float zs) |
| |
| DGrid | getData () |
| |
| None | setCoordinatesTransform (Matrix4D xform) |
| |
| Matrix4D | getCoordinatesTransform () |
| |
| None | getLocalCoordinates (int i, int j, int k, object coords) |
| |
| None | getLocalCoordinates (Vector3D world_coords, object local_coords) |
| |
| bool | containsPoint (Vector3F pos) |
| |
| bool | containsPoint (ConstFVectorExpression pos) |
| |
| bool | containsPoint (Vector3D pos) |
| |
| bool | containsPoint (ConstDVectorExpression pos) |
| |
| bool | containsPoint (Vector3L pos) |
| |
| bool | containsPoint (ConstLVectorExpression pos) |
| |
| bool | containsPoint (Vector3UL pos) |
| |
| bool | containsPoint (ConstULVectorExpression pos) |
| |
| bool | containsLocalPoint (Vector3F pos) |
| |
| bool | containsLocalPoint (ConstFVectorExpression pos) |
| |
| bool | containsLocalPoint (Vector3D pos) |
| |
| bool | containsLocalPoint (ConstDVectorExpression pos) |
| |
| bool | containsLocalPoint (Vector3L pos) |
| |
| bool | containsLocalPoint (ConstLVectorExpression pos) |
| |
| bool | containsLocalPoint (Vector3UL pos) |
| |
| bool | containsLocalPoint (ConstULVectorExpression pos) |
| |
| None | getContainingCell (Vector3F pos, object indices) |
| |
| None | getContainingCell (ConstFVectorExpression pos, object indices) |
| |
| None | getContainingCell (Vector3D pos, object indices) |
| |
| None | getContainingCell (ConstDVectorExpression pos, object indices) |
| |
| None | getContainingCell (Vector3L pos, object indices) |
| |
| None | getContainingCell (ConstLVectorExpression pos, object indices) |
| |
| None | getContainingCell (Vector3UL pos, object indices) |
| |
| None | getContainingCell (ConstULVectorExpression pos, object indices) |
| |
| None | getLocalContainingCell (Vector3F pos, object indices) |
| |
| None | getLocalContainingCell (ConstFVectorExpression pos, object indices) |
| |
| None | getLocalContainingCell (Vector3D pos, object indices) |
| |
| None | getLocalContainingCell (ConstDVectorExpression pos, object indices) |
| |
| None | getLocalContainingCell (Vector3L pos, object indices) |
| |
| None | getLocalContainingCell (ConstLVectorExpression pos, object indices) |
| |
| None | getLocalContainingCell (Vector3UL pos, object indices) |
| |
| None | getLocalContainingCell (ConstULVectorExpression pos, object indices) |
| |
| int | getObjectID () |
| | Returns the numeric identifier (ID) of the wrapped C++ class instance. More...
|
| |
| DRegularSpatialGrid | assign (ConstFGridExpression e) |
| | Replaces the current state of self with a copy of the state of the ConstFGridExpression instance e. More...
|
| |
| DRegularSpatialGrid | assign (ConstDGridExpression e) |
| | Replaces the current state of self with a copy of the state of the ConstDGridExpression instance e. More...
|
| |
| DRegularSpatialGrid | assign (DRegularSpatialGrid g) |
| | Replaces the current state of self with a copy of the state of the DRegularSpatialGrid instance g. More...
|
| |
| None | swap (DRegularSpatialGrid g) |
| |
| bool | __eq__ (DRegularSpatialGrid g) |
| | Returns the result of the comparison operation self == g. More...
|
| |
| bool | __eq__ (ConstDGridExpression e) |
| | Returns the result of the comparison operation self == e. More...
|
| |
| bool | __ne__ (DRegularSpatialGrid g) |
| | Returns the result of the comparison operation self != g. More...
|
| |
| bool | __ne__ (ConstDGridExpression e) |
| | Returns the result of the comparison operation self != e. More...
|
| |
| ConstDGridExpression | __add__ (ConstDGridExpression e) |
| | Returns the result of the addition operation self + e. More...
|
| |
| ConstDGridExpression | __sub__ (ConstDGridExpression e) |
| | Returns the result of the subtraction operation self - e. More...
|
| |
| DRegularSpatialGrid | __iadd__ (DRegularSpatialGrid g) |
| | Performs the in-place addition operation self += g. More...
|
| |
| DRegularSpatialGrid | __iadd__ (ConstDGridExpression e) |
| | Performs the in-place addition operation self += e. More...
|
| |
| DRegularSpatialGrid | __isub__ (DRegularSpatialGrid g) |
| | Performs the in-place subtraction operation self -= g. More...
|
| |
| DRegularSpatialGrid | __isub__ (ConstDGridExpression e) |
| | Performs the in-place subtraction operation self -= e. More...
|
| |