Inheritance diagram for oaAntennaAreaArray:
Public Methods | |
oaAntennaAreaArray (oaUInt4 sizeIn=0) | |
oaAntennaAreaArray (const oaAntennaAreaArray &aIn) | |
void | compress () |
void | sort () |
|
This function constructs an oaAntennaAreaArray object, allocating storage for sizeIn oaAntennaArea elements.
|
|
This is the oaAntennaAreaArray copy constructor, which creates a copy of the specified aIn oaAntennaAreaArray.
|
|
This function removes duplicate area values that have specified for the same layer in this antennaAreaArray. The compression keeps the latest area value in the array for any given layer. The size of the array is not changed. |
|
This function sorts the data in this oaAntennaAreaArray object so the layer number values are ascending. Any oaAntennaArea values with no layer number specified (such as those where the value is oacNullIndex) appear first in the array. |
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.