#include <VoltageIsland.h>
Collaboration diagram for IslandNodes:
Public Member Functions | |
IslandNodes () | |
IslandNodes (int node0, int node1, int group, int vdd) | |
void | setGroupID (int group) |
IslandNodes () | |
~IslandNodes () | |
IslandNodes (int node0, int node1, int group, int vdd) | |
void | setGroupID (int group) |
IslandNodes () | |
IslandNodes (int node0, int node1, int group, int vdd) | |
void | setGroupID (int group) |
Public Attributes | |
int | voltage |
int | groupID |
vector< int > | nodes |
vector< int > | nodes |
vector< int > | nodes |
|
Definition at line 12 of file VoltageIsland.cxx.
00013 { 00014 } |
|
Definition at line 16 of file VoltageIsland.cxx. References groupID, nodes, and voltage.
|
|
|
|
Definition at line 16 of file VoltageIsland_brokedestr.cxx. References groupID, nodes, and voltage.
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 33 of file VoltageIsland.cxx. References groupID.
00034 { 00035 groupID = group; 00036 } |
|
Definition at line 16 of file VoltageIsland_good.h. Referenced by IslandNodes(), setGroupID(), and ~IslandNodes(). |
|
Definition at line 18 of file VoltageIsland_good.h. |
|
Definition at line 18 of file VoltageIsland_brokedestr.h. |
|
Definition at line 18 of file VoltageIsland.h. Referenced by IslandNodes(), and ~IslandNodes(). |
|
Definition at line 15 of file VoltageIsland_good.h. Referenced by IslandNodes(), and ~IslandNodes(). |