rwlogo

Rogue Wave Views
Grapher Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

 All Classes Files Functions Variables Typedefs Enumerations Enumerator
Classes | Enumerations
grapher.h File Reference
#include <ilviews/manager/manager.h>
#include <ilviews/graphics/filter.h>
#include <ilviews/graphics/ghost.h>
#include <ilviews/grapher/macros.h>

Classes

class  IlvGrapher
 Grapher class. More...
 

Enumerations

enum  IlvLinkType { IlvLinkFrom, IlvLinkTo, IlvLinkAny }
 Defines the type of a link. More...
 

Detailed Description

Library: ilvgrapher Declaration of the classes involved in graphs management.

Enumeration Type Documentation

Defines the type of a link.

Links connected to a given node can be split in two category:

  • Outgoing links: these links start at the considered node.
  • Incoming links: these links end at the considered node.

This enumeration type lets you decide which category should be considered by a given method.

Enumerator
IlvLinkFrom 

The link is an outgoing link.

IlvLinkTo 

The link is an incoming link.

IlvLinkAny 

The link is either an incoming or an outgoing link.


© Copyright 2015, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.