Adaptagrams
|
Contains the interface for the ConnRef class. More...
#include <utility>
#include <list>
#include <vector>
#include "libavoid/dllexport.h"
#include "libavoid/vertices.h"
#include "libavoid/geometry.h"
#include "libavoid/connend.h"
Go to the source code of this file.
Classes | |
class | Avoid::Checkpoint |
A checkpoint is a point that the route for a particular connector must visit. They may optionally be given an arrival/departure direction. More... | |
class | Avoid::ConnRef |
The ConnRef class represents a connector object. More... | |
Namespaces | |
Avoid | |
libavoid: Object-avoiding orthogonal and polyline connector routing library. | |
Typedefs | |
typedef std::list< ConnRef * > | Avoid::ConnRefList |
A list of ConnRef objects. | |
Enumerations | |
enum | Avoid::ConnType { , Avoid::ConnType_PolyLine = 1, Avoid::ConnType_Orthogonal = 2 } |
Describes the type of routing that is performed for each connector. More... | |
Contains the interface for the ConnRef class.