Views
Graph Layout Package API Reference Guide
Product Documentation:
Views Documentation Home
Classes | Enumerations
orthlink.h File Reference
#include <ilviews/layout/gphlayout.h>

Classes

class  IlvNodeSideFilter
 An interface used to define complex requirements concerning the connection of the links to the different sides of the nodes. More...
 
class  IlvOrthogonalLinkLayout
 This class is the base class for the Orthogonal Link Layout algorithm. More...
 

Enumerations

enum  IlvOrthogonalLinkBundleMode { IlvOrthogonalLinkNoBundle, IlvOrthogonalLinkFirstLastSegment, IlvOrthogonalLinkImprovedFirstLastSegment }
 This enumeration defines values used to specify the style of the link between nodes. More...
 

Detailed Description

Library: ilvorthlink
Declaration of orthogonal link graph layout related classes.

Enumeration Type Documentation

◆ IlvOrthogonalLinkBundleMode

This enumeration defines values used to specify the style of the link between nodes.

Enumerator
IlvOrthogonalLinkNoBundle 

No link bundles option.

IlvOrthogonalLinkFirstLastSegment 

Simple link bundles option.

IlvOrthogonalLinkImprovedFirstLastSegment 

Improved link bundles option.