Base class of all query objects. More...
Inheritance diagram for QueryBase:Public Member Functions | |
| def | dimension (self) |
| def | maxSearchDistance2D (self) |
| def | maxSearchDistance3D (self) |
| def | type (self) |
Base class of all query objects.
| def dimension | ( | self | ) |
@param self (type: QueryBase) self pointer @return (type: int)
Reimplemented in QueryBox, QueryWindow, QueryCylinder, QuerySphere, and QueryCircle.
| def maxSearchDistance2D | ( | self | ) |
@param self (type: QueryBase) self pointer @return (type: float)
Reimplemented in QueryBox, QueryWindow, QueryCylinder, QuerySphere, and QueryCircle.
| def maxSearchDistance3D | ( | self | ) |
@param self (type: QueryBase) self pointer @return (type: float)
Reimplemented in QueryBox, QueryWindow, QueryCylinder, QuerySphere, and QueryCircle.
| def type | ( | self | ) |
@param self (type: QueryBase) self pointer @return (type: QueryType)
Reimplemented in QueryBox, QueryWindow, QueryCylinder, QuerySphere, and QueryCircle.