resolution.py:
This filter returns true if the resolution value for this structure is within the sepcified range
Resolution(minResolution, maxResolution)[source]¶Bases: object
This filter returns true if the resolution value of this structure is withing the specified range.
Attributes
| min_resolution | (float) The lower bound resolution |
| max_resolution | (float) The upper bound resolution |
Methods
__call__(t) |
Call self as a function. |