summaryrefslogtreecommitdiff
path: root/examples/APG/Naming/Graph.h
blob: 135b7d14f77563d6e1b4b849bb5143d8d54121bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// $Id$

#ifndef GRAPH_H
#define GRAPH_H

#include "Graphable_Element.h"

class Graph
  {
  public:
    Graph()
    {
    }

    void graph( char * filename, Graphable_Element_List & data );
  };

#endif /* GRAPH_H */