Katabatic - Routing Toolbox


GCells.h
1 // -*- C++ -*-
2 //
3 // This file is part of the Coriolis Software.
4 // Copyright (c) UPMC 2008-2018, All Rights Reserved
5 //
6 // +-----------------------------------------------------------------+
7 // | C O R I O L I S |
8 // | K a t a b a t i c - Routing Toolbox |
9 // | |
10 // | Author : Jean-Paul CHAPUT |
11 // | E-mail : Jean-Paul.Chaput@lip6.fr |
12 // | =============================================================== |
13 // | C++ Header : "./katabatic/GCells.h" |
14 // +-----------------------------------------------------------------+
15 
16 
17 #ifndef KATABATIC_GCELLS_H
18 #define KATABATIC_GCELLS_H
19 
20 #include "hurricane/Collections.h"
21 
22 
23 namespace Katabatic {
24 
25 
26  using Hurricane::Locator;
31 
32 
33 // -------------------------------------------------------------------
34 // Forward declarations.
35 
36  class GCell;
37 
38 
39 // -------------------------------------------------------------------
40 // Collections.
41 
42 
46 
47 
48 } // Katabatic namespace.
49 
50 #endif // KATABATIC_GCELLS_H
GenericLocator< GCell * > GCellLocator
Definition: GCells.h:44
Routing Global Cell.
Definition: GCell.h:74
GenericFilter< GCell * > GCellFilter
Definition: GCells.h:45
GenericCollection< GCell * > GCells
Definition: GCells.h:36


Generated by doxygen 1.8.5 on Mon Oct 1 2018 Return to top of page
Katabatic - Routing Toolbox Copyright © 2008-2016 UPMC. All rights reserved