Inheritance diagram for oaConnFig:
Public Methods | |
oaBoolean | hasNet () const |
oaNet * | getNet () const |
void | addToNet (oaNet *net) |
void | removeFromNet () |
|
This function adds this figure to the specified net. If this figure is already connected to another net, it is detached from the other net first.
|
|
This function returns the net this figure implements. If this figure does not implement a net, NULL is returned. Note that this function returns a net if the shape is directly assigned to a net or if the shape is in a route that is assigned to a net. If the shape belongs to a pin, it does not return a net but returns NULL . |
|
This function returns a boolean value that indicates whether this figure implements a net. |
|
This function removes this figure from the net to which it is attached. If this figure is not attached to a net, this function does nothing.
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.