PyANGKernel.AnalysisFilter

class AnalysisFilter

Synopsis

Methods

Virtual methods

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__()
destinationFilter(destination)
Parameters:

destination – int

Return type:

bool

entranceFilter(section)
Parameters:

section – int

Return type:

bool

exitFilter(section)
Parameters:

section – int

Return type:

bool

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

getPathType()
Return type:

PathType

getRoute()
Return type:

.list of qint32

getSectionFilterType()
Return type:

SectionFilterType

getSections()
Return type:

.list of qint32

getSectionsBoundingBox()
Return type:

GKBBox

getSectionsRelation()
Return type:

Relation

getUserClass()
Return type:

int

getVehiclesAssigned()
Return type:

int

getVehiclesAssignedOperator()
Return type:

Operator

intervalFilter(interval)
Parameters:

interval – int

Return type:

bool

isEmpty()
Return type:

bool

isValid()
Return type:

bool

needPathConnections()
Return type:

bool

__ne__(rhs)
Parameters:

rhsAnalysisFilter

Return type:

bool

__eq__(rhs)
Parameters:

rhsAnalysisFilter

Return type:

bool

originFilter(origin)
Parameters:

origin – int

Return type:

bool

pathFilter(treeData, iForest, user)
Parameters:
Return type:

bool

pathTypeFilter(iPathType)
Parameters:

iPathTypePathType

Return type:

bool

restore(stream)
Parameters:

streamQDataStream

routeFilter(path)
Parameters:

path – .list of std.pairqint32,qint8

Return type:

bool

sectionFilter(iRoute)
Parameters:

iRouteGKODRoute

Return type:

bool

sectionFilter(sections)
Parameters:

sections – .list of std.pairqint32,qint8

Return type:

bool

sectionFilter(section)
Parameters:

section – .std.pairqint32,qint8

Return type:

bool

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

setPathType(iPathType)
Parameters:

iPathTypePathType

setRoute(route_sections)
Parameters:

route_sections – .list of qint32

setSections(iScript)
Parameters:

iScriptGKScript

setSections(sections)
Parameters:

sections – .list of qint32

setSectionsBoundingBox(bbox)
Parameters:

bboxGKBBox

setSectionsRelation(iRelation)
Parameters:

iRelationRelation

setUserClass(vehicle)
Parameters:

vehicle – int

setValid(iValue)
Parameters:

iValue – bool

setVehiclesAssigned(value)
Parameters:

value – int

setVehiclesAssignedOperator(iOperator)
Parameters:

iOperatorOperator

store(stream)
Parameters:

streamQDataStream

vehicleFilter(vehicle)
Parameters:

vehicle – int

Return type:

bool

vehiclesAssignedFilter(nbVehiclesAssigned)
Parameters:

nbVehiclesAssigned – float

Return type:

bool