COIN-OR::LEMON - Graph Library

Changeset 2172:4b25e7003868 in lemon-0.x for doc


Ignore:
Timestamp:
08/10/06 12:18:04 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2887
Message:
  • Change ColorSet? to Palette
  • Minor change in graph_orientation demo.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/graph_orientation.dox

    r2158 r2172  
    5454\skipline namespace
    5555
    56 The following <tt>typedef</tt>s will also save a lot of typing.
    57 \skip typedef
    58 \until InEdgeIt
     56The following macro will also save a lot of typing by defining some
     57convenience <tt>typedef</tt>s.
     58
     59\skipline TYPEDEF
     60
     61Actually, the macro above would be equivalent with the following
     62<tt>typedef</tt>s.
     63
     64\code
     65typedef ListGraph::Node Node;
     66typedef ListGraph::NodeIt NodeIt;
     67typedef ListGraph::Edge Edge;
     68typedef ListGraph::EdgeIt EdgeIt;
     69typedef ListGraph::OutEdgeIt OutEdgeIt;
     70typedef ListGraph::InEdgeIt InEdgeIt;
     71\endcode
    5972
    6073\subsection go-alg-main The main() function
     
    153166\c rev are transformed into different \ref lemon::Color "RGB color"s
    154167using the class
    155 \ref lemon::ColorSet "ColorSet"
     168\ref lemon::Palette "Palette"
    156169and the \ref map_adaptors "map adaptor" called
    157170\ref lemon::ComposeMap "composeMap".
Note: See TracChangeset for help on using the changeset viewer.