Aimsun Next Scripting
24.0
|
Public Types | |
enum class | CostType { Distance = 0 , TravelTime = 1 , Attribute = 2 , Skim = 3 } |
enum | RestrictionType { eRestrictionNone = 0 , eRestrictionUserClass = 1 , eRestrictionVehicleType = 2 , eRestrictionRoadType = 3 , eRestrictionVehicleClass = -1 } |
Public Member Functions | |
IsochronesPreferences () | |
void | clear () |
void | setBannedObjs (QVector< const GKObject * > bObjs) |
for (auto bObj :*a0) | |
Public Attributes | |
GK::ODType | odType |
CostType | costType |
double | interval |
double | count |
bool | viewStyleOn |
bool | viewStyleSectionOn |
bool | viewStyleNodesOn |
bool | viewStyleCentroidsOn |
bool | includeTargetCost |
GKColumn * | sectionAttr |
GKColumn * | turningAttr |
QVector< int > | targetIds |
bool | automaticNumIntervals |
bool | automaticMaxCost |
int | userDefinedNumIntervals |
int | userDefinedMaxCost |
RestrictionType | restriction |
bool | restrictedByUserClass |
bool | restrictedByVehicleType |
bool | restrictedByRoadType |
bool | restrictedByVehicleClass |
MethodCode QVector< const GKObject * > * | vObjs = new QVector<const GKObject*>() |
sipCpp | bannedObjs = *vObjs |
delete | vObjs |
End GKColorRamp * | colorRamp |
GKODMatrix * | odMatrix |
|
strong |
IsochronesPreferences::IsochronesPreferences | ( | ) |
void IsochronesPreferences::clear | ( | ) |
|
inline |
References vObjs.
void IsochronesPreferences::setBannedObjs | ( | QVector< const GKObject * > | bObjs | ) |
bool IsochronesPreferences::automaticMaxCost |
bool IsochronesPreferences::automaticNumIntervals |
sipCpp IsochronesPreferences::bannedObjs = *vObjs |
End GKColorRamp* IsochronesPreferences::colorRamp |
CostType IsochronesPreferences::costType |
double IsochronesPreferences::count |
bool IsochronesPreferences::includeTargetCost |
double IsochronesPreferences::interval |
GKODMatrix* IsochronesPreferences::odMatrix |
GK::ODType IsochronesPreferences::odType |
bool IsochronesPreferences::restrictedByRoadType |
bool IsochronesPreferences::restrictedByUserClass |
bool IsochronesPreferences::restrictedByVehicleClass |
bool IsochronesPreferences::restrictedByVehicleType |
RestrictionType IsochronesPreferences::restriction |
GKColumn* IsochronesPreferences::sectionAttr |
QVector<int> IsochronesPreferences::targetIds |
GKColumn* IsochronesPreferences::turningAttr |
int IsochronesPreferences::userDefinedMaxCost |
int IsochronesPreferences::userDefinedNumIntervals |
bool IsochronesPreferences::viewStyleCentroidsOn |
bool IsochronesPreferences::viewStyleNodesOn |
bool IsochronesPreferences::viewStyleOn |
bool IsochronesPreferences::viewStyleSectionOn |
Referenced by for().
delete IsochronesPreferences::vObjs |