rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Grapher Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

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 ilviews/grapher/grapher.h] 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.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends

© Copyright 2012, 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.