Searched defs:PenaltyType (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libavoid/
H A Drouter.h77 enum PenaltyType enum in namespace:Avoid
299 //! penalties are specified and explained by the PenaltyType enum.
306 //! @param[in] penType The type of penalty, a PenaltyType.
310 void setRoutingPenalty(const PenaltyType penType,
316 //! @param[in] penType The type of penalty, a PenaltyType.
319 double routingPenalty(const PenaltyType penType) const;
339 double& penaltyRef(const PenaltyType penType);

Completed in 14 milliseconds