Base class of all query objects. More...
Public Member Functions | |
def | dimension (self) |
def | maxSearchDistance2D (self) |
def | maxSearchDistance3D (self) |
def | type (self) |
Base class of all query objects.
def dimension | ( | self | ) |
self | (type: QueryBase) self pointer |
Reimplemented in QueryBox, QueryWindow, QueryCylinder, QuerySphere, and QueryCircle.
def maxSearchDistance2D | ( | self | ) |
self | (type: QueryBase) self pointer |
Reimplemented in QueryBox, QueryWindow, QueryCylinder, QuerySphere, and QueryCircle.
def maxSearchDistance3D | ( | self | ) |
self | (type: QueryBase) self pointer |
Reimplemented in QueryBox, QueryWindow, QueryCylinder, QuerySphere, and QueryCircle.
def type | ( | self | ) |
self | (type: QueryBase) self pointer |
Reimplemented in QueryBox, QueryWindow, QueryCylinder, QuerySphere, and QueryCircle.