Public Methods | |
oaAntennaArea (oaUInt8 areaIn=0u, oaLayerNum layerNumIn=oacAnyLayerNum) | |
oaUInt8 & | area () |
oaLayerNum & | layerNum () |
oaUInt8 | area () const |
oaLayerNum | layerNum () const |
oaBoolean | operator== (const oaAntennaArea &value) const |
oaBoolean | operator!= (const oaAntennaArea &value) const |
|
This is the constructor for an oaAntennaArea object.
|
|
This const version of the area() function allows users to get the area value of this oaAntennaArea object. |
|
This non-const version of the area()function, which returns a reference to the area value, allows users to set the area value on this oaAntennaArea object. |
|
This const version of the layerNum() function allows users to get the oaLayerNum of this oaAntennaArea object. |
|
This non-const version of the layerNum() function, which returns a reference to its oaLayerNum, allows users to set the oaLayerNum on this oaAntennaArea object. |
|
This is the inequality operator for the oaAntennaArea class. It compares this oaAntennaArea with the specified aa oaAntennaArea object, and returns true if the either the area or the layerNum values of the two objects are not equal; it returns false if both values are equal for the two objects.
|
|
This is the equality operator for the oaAntennaArea class. It compares this oaAntennaArea with the specified aa oaAntennaArea object, and returns true if the area and layerNum values of the two objects are equal; false if both values are not equal for the two objects.
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.