~pac72/ubuntu/lucid/ddd/devel

« back to all changes in this revision

Viewing changes to ddd/RegionGN.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Schepler
  • Date: 2004-07-22 03:49:37 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040722034937-cysl08t1jvba4jrx
Tags: 1:3.3.9-3
USERINFO has been renamed to USERINFO.txt; adjust debian/rules code
to match, to get correct information on the About DDD dialog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// $Id: RegionGN.h,v 1.16 1999/08/19 11:27:49 andreas Exp $
 
1
// $Id$
2
2
// RegionGraphNode class: PosGraphNode with rectangular region
3
3
// centered around position
4
4
 
30
30
#ifndef _DDD_RegionGraphNode_h
31
31
#define _DDD_RegionGraphNode_h
32
32
 
33
 
#ifdef __GNUG__
34
 
#pragma interface
35
 
#endif
36
 
 
37
 
 
38
33
#include "PosGraphN.h"
39
34
#include "BoxRegion.h"
40
35
 
103
98
                      const GraphGC& gc) const;
104
99
 
105
100
    // Print
106
 
    virtual void _print(ostream& os, const GraphGC& gc) const;
 
101
    virtual void _print(std::ostream& os, const GraphGC& gc) const;
107
102
 
108
103
    // Attributes
109
104
    // Region occupied by this node