Views
Graph Layout Package API Reference Guide
Product Documentation:
Views Documentation Home
Classes | Enumerations
bus.h File Reference
#include <ilviews/layout/macros.h>
#include <ilviews/layout/gphlayout.h>
#include <ilviews/graphics/polyline.h>
#include <ilviews/base/hash.h>
#include <ilviews/base/list.h>

Classes

class  IlvBusLayout
 The main class for the Bus Layout algorithm. More...
 

Enumerations

enum  IlvBusOrder { IlvBusNoOrdering, IlvBusOrderByHeight, IlvBusOrderByIndex }
 This enumeration defines types that are used to specify the particular case of behavior of the layout algorithm. More...
 

Detailed Description

Library: ilvbus
Declaration of bus graph layout classes.

Enumeration Type Documentation

◆ IlvBusOrder

This enumeration defines types that are used to specify the particular case of behavior of the layout algorithm.

Enumerator
IlvBusNoOrdering 

No ordering option.

IlvBusOrderByHeight 

Ordering by height.

IlvBusOrderByIndex 

Ordering by index.