oaLayerMapArray Class Reference

Inheritance diagram for oaLayerMapArray:

oaArray<oaLayerMap> oaArrayBase<oaLayerMap>


Public Methods

 oaLayerMapArray (oaUInt4 size=0)
 oaLayerMapArray (const oaLayerMapArray &layers)

Detailed Description

The oaLayerMapArray implements an array of layer mappings. This is an utility class. Its primary usage is to allow user to specify a mapping from the various wafer layer numbers to the corresponding layer number for a design instance.


Constructor & Destructor Documentation

oaLayerMapArray::oaLayerMapArray oaUInt4    size = 0 [inline]
 

This is the default constructor for the oaLayerMapArray class.

Parameters:
size The size of this layerMapArray

oaLayerMapArray::oaLayerMapArray const oaLayerMapArray &    layers [inline]
 

This is the copy constructor for the oaLayerMapArray class.

Parameters:
layers 


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

Return to top of page