Home
last modified time | relevance | path

Searched defs:customShape (Results 1 – 13 of 13) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/netimport/
H A DNIXMLConnectionsHandler.cpp247 …PositionVector customShape = attrs.getOpt<PositionVector>(SUMO_ATTR_SHAPE, nullptr, ok, defaultCon… in parseLaneBound() local
369 …PositionVector customShape = attrs.getOpt<PositionVector>(SUMO_ATTR_SHAPE, nullptr, ok, PositionVe… in addCrossing() local
445 …PositionVector customShape = attrs.getOpt<PositionVector>(SUMO_ATTR_SHAPE, nullptr, ok, PositionVe… in addWalkingArea() local
H A DNIImporter_SUMO.h197 PositionVector customShape; member
228 bool customShape; member
288 PositionVector customShape; member
/dports/cad/sumo/sumo-1.2.0/src/netedit/changes/
H A DGNEChange_Crossing.cpp45 …idth, bool priority, int customTLIndex, int customTLIndex2, const PositionVector& customShape, boo… in GNEChange_Crossing()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgparticleshader/
H A Dosgparticleshader.cpp92 bool customShape = false; in main() local
/dports/cad/sumo/sumo-1.2.0/src/netbuild/
H A DNBEdgeCont.h653 PositionVector customShape; member
H A DNBEdge.h153 PositionVector customShape; member
212 PositionVector customShape; member
H A DNBNode.h154 PositionVector customShape; member
H A DNBEdgeCont.cpp1013const PositionVector& customShape, bool uncontrolled, bool warnOnly) { in addPostProcessConnection()
H A DNBEdge.cpp1014 const PositionVector& customShape, in addLane2LaneConnection()
1058 const PositionVector& customShape, in setConnection()
H A DNBNode.cpp3063 const PositionVector& customShape, bool fromSumoNet) { in addCrossing()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/add_curve_sapling/
H A Dutils.py1045 taper, shapeS, minRadius, radiusTweak, customShape, rMode, segSplits, argument
1435 def findtaper(length, taper, shape, shapeS, levels, customShape): argument
/dports/cad/sumo/sumo-1.2.0/src/netwrite/
H A DNWWriter_SUMO.cpp462 const std::string& oppositeID, bool accelRamp, bool customShape) { in writeLane()
/dports/cad/sumo/sumo-1.2.0/src/netedit/netelements/
H A DGNELane.cpp495 … const PositionVector& customShape = myParentEdge.getNBEdge()->getLaneStruct(myIndex).customShape; in drawGL() local