Aimsun Next Scripting
22
|
Public Member Functions | |
PTForestFilter () | |
void | setLines (const QVector< qint32 > &iLines) |
void | setLinesRelation (const Relation &aLinesRelation) |
const QVector< qint32 > & | getLines () const |
Relation | getLinesRelation () const |
This class provides the a filter to be applied in calculations with the PTForest
PTForestFilter::PTForestFilter | ( | ) |
const QVector< qint32 > & PTForestFilter::getLines | ( | ) | const |
Gets the lines the paths must cross ( depending on the relation type selected ) to be accepted by the filter.
Relation PTForestFilter::getLinesRelation | ( | ) | const |
void PTForestFilter::setLines | ( | const QVector< qint32 > & | iLines | ) |
Sets the lines ids the paths must cross ( depending on the relation type selected ) to be accepted by the filter.
void PTForestFilter::setLinesRelation | ( | const Relation & | aLinesRelation | ) |
Sets the relation between the specified lines.