PyANGKernel.AnalysisFilter¶
- class AnalysisFilter¶
Synopsis¶
Methods¶
def
__init__()def
entranceFilter()def
exitFilter()def
getIntervals()def
getPathType()def
getRoute()def
getSections()def
getUserClass()def
intervalFilter()def
isValid()def
__ne__()def
__eq__()def
originFilter()def
pathFilter()def
pathTypeFilter()def
restore()def
routeFilter()def
sectionFilter()def
setIntervals()def
setPathType()def
setRoute()def
setSections()def
setUserClass()def
setValid()def
store()def
vehicleFilter()
Virtual methods¶
def
isEmpty()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
- class Relation¶
- class SectionFilterType¶
- class Operator¶
- PyANGKernel.AnalysisFilter.AnalysisFilter_Version¶
- __init__()¶
- getDestinationCentroids()¶
- Return type:
.list of qint32
- getEntranceSections()¶
- Return type:
.list of qint32
- getExitSections()¶
- Return type:
.list of qint32
- getIntervals()¶
- Return type:
.list of qint32
- getOriginCentroids()¶
- Return type:
.list of qint32
- getRoute()¶
- Return type:
.list of qint32
- getSectionFilterType()¶
- Return type:
- getSections()¶
- Return type:
.list of qint32
- __ne__(rhs)¶
- Parameters:
rhs –
AnalysisFilter- Return type:
- __eq__(rhs)¶
- Parameters:
rhs –
AnalysisFilter- Return type:
- pathFilter(treeData, iForest, user)¶
- Parameters:
treeData –
NSPTreeDataiForest –
BaseForestuser – int
- Return type:
- restore(stream)¶
- Parameters:
stream –
QDataStream
- sectionFilter(sections)
- Parameters:
sections – .list of std.pairqint32,qint8
- Return type:
- sectionFilter(section)
- Parameters:
section – .std.pairqint32,qint8
- Return type:
- setDestinationCentroids(centroids)¶
- Parameters:
centroids – .list of qint32
- setEntranceSections(sections)¶
- Parameters:
sections – .list of qint32
- setExitSections(sections)¶
- Parameters:
sections – .list of qint32
- setIntervals(interval)¶
- Parameters:
interval – .list of qint32
- setOriginCentroids(centroids)¶
- Parameters:
centroids – .list of qint32
- setRoute(route_sections)¶
- Parameters:
route_sections – .list of qint32
- setSections(sections)
- Parameters:
sections – .list of qint32
- setUserClass(vehicle)¶
- Parameters:
vehicle – int
- setValid(iValue)¶
- Parameters:
iValue – bool
- setVehiclesAssigned(value)¶
- Parameters:
value – int
- store(stream)¶
- Parameters:
stream –
QDataStream