QueryBase Class Reference

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)
 

Detailed Description

Base class of all query objects.

Member Function Documentation

◆ dimension()

def dimension (   self)
  @param self (type: QueryBase) self pointer
  @return (type: int)

Reimplemented in QueryBox, QueryWindow, QueryCylinder, QuerySphere, and QueryCircle.

◆ maxSearchDistance2D()

def maxSearchDistance2D (   self)
  @param self (type: QueryBase) self pointer
  @return (type: float)

Reimplemented in QueryBox, QueryWindow, QueryCylinder, QuerySphere, and QueryCircle.

◆ maxSearchDistance3D()

def maxSearchDistance3D (   self)
  @param self (type: QueryBase) self pointer
  @return (type: float)

Reimplemented in QueryBox, QueryWindow, QueryCylinder, QuerySphere, and QueryCircle.

◆ type()

def type (   self)
  @param self (type: QueryBase) self pointer
  @return (type: QueryType)

Reimplemented in QueryBox, QueryWindow, QueryCylinder, QuerySphere, and QueryCircle.