Katabatic - Routing Toolbox
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
src
katabatic
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
;
27
using
Hurricane::Collection
;
28
using
Hurricane::GenericLocator
;
29
using
Hurricane::GenericCollection
;
30
using
Hurricane::GenericFilter
;
31
32
33
// -------------------------------------------------------------------
34
// Forward declarations.
35
36
class
GCell
;
37
38
39
// -------------------------------------------------------------------
40
// Collections.
41
42
43
typedef
GenericCollection<GCell*>
GCells
;
44
typedef
GenericLocator<GCell*>
GCellLocator
;
45
typedef
GenericFilter<GCell*>
GCellFilter
;
46
47
48
}
// Katabatic namespace.
49
50
#endif // KATABATIC_GCELLS_H
Hurricane::Collection
Katabatic::GCellLocator
GenericLocator< GCell * > GCellLocator
Definition:
GCells.h:44
Hurricane::GenericLocator
Hurricane::GenericFilter
Katabatic::GCell
Routing Global Cell.
Definition:
GCell.h:74
Hurricane::GenericCollection
Hurricane::Locator
Katabatic::GCellFilter
GenericFilter< GCell * > GCellFilter
Definition:
GCells.h:45
Katabatic::GCells
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