Ignore:
Timestamp:
Nov 18, 2009, 3:36:32 PM (14 years ago)
Author:
Christoph Mayer
Message:

-small visualization enhancements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/visual/DddVis.h

    r6900 r6954  
    161161                        NodeID& destnode,
    162162                        NODE_COLORS color
     163        );
     164
     165        /**
     166         * Show the label of the node
     167         */
     168        void visShowNodeLabel (
     169                        NETWORK_ID network,
     170                        NodeID& node,
     171                        string label
    163172        );
    164173
     
    216225        typedef KeyMapping<NodePair> NetworkLinks;
    217226        NetworkLinks networkLinks;
    218 
    219         NodeSet colorSet;
    220 
    221227};
    222228
Note: See TracChangeset for help on using the changeset viewer.