torc::router::NetVectorRouterBase Class Reference

Abstract class for a net router. More...

#include <NetVectorRouterBase.hpp>

Inheritance diagram for torc::router::NetVectorRouterBase:

Inheritance graph
[legend]
Collaboration diagram for torc::router::NetVectorRouterBase:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 NetVectorRouterBase (DDB &inDB, NetVectorRouterHeuristicBase *inHeuristic, NetRouterBase *inNetRouter)
 Public Constructor.
virtual ~NetVectorRouterBase ()
 Destructor.
void route (RouteNetVector &inNets)
 Primary route call.
NetVectorRouterHeuristicBasegetHeuristic ()
 Accessor for the heuristic.
void setHeuristic (NetVectorRouterHeuristicBase *inHeuristic)
 Set method for the heuristic.
NetRouterBasegetNetRouter ()
 Accessor for the underlying Net Router.
void setNetRouter (NetRouterBase *inNetRouter)
 Set method for the net router.

Protected Member Functions

virtual void routeNets (RouteNetVector &inNets)=0
 brief protected routing call

Protected Attributes

DDBmDB
 Database reference.
NetVectorRouterHeuristicBasemHeuristic
 Pointer to the heuristic for making routing decisions.
NetRouterBasemNetRouter
 Pointer to the underlying net router.
boost::timer mRouteTimer
 Timer object for performance analysis.
double mTotalRouteTime
 Total routing time since construction.

Private Types

typedef architecture::DDB DDB
 Imported type names.
typedef architecture::WireUsage WireUsage
typedef architecture::Tilewire Tilewire


Detailed Description

Abstract class for a net router.

This base class provides a virtual route function.

Definition at line 40 of file NetVectorRouterBase.hpp.


Member Typedef Documentation

Imported type names.

Definition at line 43 of file NetVectorRouterBase.hpp.


Constructor & Destructor Documentation

torc::router::NetVectorRouterBase::NetVectorRouterBase ( DDB inDB,
NetVectorRouterHeuristicBase inHeuristic,
NetRouterBase inNetRouter 
) [inline]

Public Constructor.

Definition at line 63 of file NetVectorRouterBase.hpp.

virtual torc::router::NetVectorRouterBase::~NetVectorRouterBase (  )  [inline, virtual]

Destructor.

Definition at line 69 of file NetVectorRouterBase.hpp.


Member Function Documentation

void torc::router::NetVectorRouterBase::route ( RouteNetVector &  inNets  )  [inline]

Primary route call.

Definition at line 72 of file NetVectorRouterBase.hpp.

NetVectorRouterHeuristicBase* torc::router::NetVectorRouterBase::getHeuristic (  )  [inline]

Accessor for the heuristic.

Definition at line 78 of file NetVectorRouterBase.hpp.

void torc::router::NetVectorRouterBase::setHeuristic ( NetVectorRouterHeuristicBase inHeuristic  )  [inline]

Set method for the heuristic.

Definition at line 80 of file NetVectorRouterBase.hpp.

NetRouterBase* torc::router::NetVectorRouterBase::getNetRouter (  )  [inline]

Accessor for the underlying Net Router.

Definition at line 82 of file NetVectorRouterBase.hpp.

void torc::router::NetVectorRouterBase::setNetRouter ( NetRouterBase inNetRouter  )  [inline]

Set method for the net router.

Definition at line 84 of file NetVectorRouterBase.hpp.

virtual void torc::router::NetVectorRouterBase::routeNets ( RouteNetVector &  inNets  )  [protected, pure virtual]

brief protected routing call


Member Data Documentation

Database reference.

Definition at line 50 of file NetVectorRouterBase.hpp.

Pointer to the heuristic for making routing decisions.

Definition at line 52 of file NetVectorRouterBase.hpp.

Pointer to the underlying net router.

Definition at line 54 of file NetVectorRouterBase.hpp.

Timer object for performance analysis.

Definition at line 56 of file NetVectorRouterBase.hpp.

Total routing time since construction.

Definition at line 58 of file NetVectorRouterBase.hpp.


The documentation for this class was generated from the following file:

Generated on Thu Oct 13 16:51:00 2011 for TORC by  doxygen 1.5.6