Inkscape
Vector Graphics Editor
|
Contains the interface for the Router class. More...
Go to the source code of this file.
Classes | |
struct | Avoid::LineRep |
class | Avoid::ConnRerouteFlagDelegate |
class | Avoid::TopologyAddonInterface |
class | Avoid::Router |
The Router class represents a libavoid router instance. More... | |
Namespaces | |
namespace | Avoid |
libavoid: Object-avoiding orthogonal and polyline connector routing library. | |
Typedefs | |
typedef std::list< LineRep > | Avoid::LineReps |
typedef std::list< unsigned int > | Avoid::IntList |
typedef std::list< ClusterRef * > | Avoid::ClusterRefList |
typedef enum RoutingParameter | Avoid::PenaltyType |
Variables | |
static const unsigned int | Avoid::runningTo = 1 |
static const unsigned int | Avoid::runningFrom = 2 |
static const unsigned int | Avoid::runningToAndFrom = runningTo | runningFrom |
static const double | Avoid::zeroParamValue = 0 |
static const double | Avoid::chooseSensibleParamValue = -1 |
Contains the interface for the Router class.
Definition in file router.h.