Interface to a point index object managing the point objects within the datamanager. More...
Public Member Functions | |
def | estimatePointDensity (self, fastEstimation=True) |
def | getAddInfoStatistics (self) |
def | getIndexStatistics (self) |
def | getLeaf (self, arg1) |
get leaf by its id More... | |
def | getLimit (self) |
get points based bounding box More... | |
def | getPoint (self, arg1) |
get point by its id More... | |
def | leafs (self) |
iterate over all index leafs More... | |
def | sizeLeaf (self) |
def | sizePoint (self) |
Static Public Member Functions | |
def | getIndexLimit (arg1) |
get index based bounding box (if no index bounding available the points based bounding box is returned) More... | |
def | points (self, *args, **kwargs) |
possible calls: More... | |
def | searchPoint (self, *args, **kwargs) |
possible calls: More... | |
def | sizePointCache (self, *args, **kwargs) |
possible calls: More... | |
Interface to a point index object managing the point objects within the datamanager.
def estimatePointDensity | ( | self, | |
fastEstimation = True |
|||
) |
self | (type: PointIndex) self pointer |
fastEstimation | (type: object) optional parameter |
def getAddInfoStatistics | ( | self | ) |
self | (type: PointIndex) self pointer |
|
static |
get index based bounding box (if no index bounding available the points based bounding box is returned)
def getIndexStatistics | ( | self | ) |
self | (type: PointIndex) self pointer |
def getLeaf | ( | self, | |
arg1 | |||
) |
get leaf by its id
self | (type: PointIndex) self pointer |
arg1 | (type: object) mandatory parameter |
def getLimit | ( | self | ) |
get points based bounding box
def getPoint | ( | self, | |
arg1 | |||
) |
get point by its id
self | (type: PointIndex) self pointer |
arg1 | (type: object) mandatory parameter |
def leafs | ( | self | ) |
iterate over all index leafs
self | (type: PointIndex) self pointer |
|
static |
possible calls:
self | (type: object) self pointer |
*args | (type: list) mandatory parameter |
**kwargs | (type: dict) mandatory parameter |
|
static |
possible calls:
self | (type: object) self pointer |
*args | (type: list) mandatory parameter |
**kwargs | (type: dict) mandatory parameter |
def sizeLeaf | ( | self | ) |
self | (type: PointIndex) self pointer |
def sizePoint | ( | self | ) |
self | (type: PointIndex) self pointer |
|
static |
possible calls:
self | (type: object) self pointer |
*args | (type: list) mandatory parameter |
**kwargs | (type: dict) mandatory parameter |