Inheritance diagram for oaWaferDesc:
Public Methods | |
void | destroy () |
void | getName (oaString &name) const |
oaDist | getTotalDiameter () const |
oaDist | getUsableDiameter () const |
void | setName (const oaString &name) |
void | setTotalDiameter (oaDist value) |
void | setUsableDiameter (oaDist value) |
oaCollection< oaStepperMap, oaWaferDesc > | getStepperMaps () const |
oaCollection< oaWaferFeature, oaWaferDesc > | getWaferFeatures () const |
Static Public Methods | |
oaWaferDesc * | create (oaWafer *wafer, const oaString &name, oaDist totalDiameter, oaDist usableDiameter) |
Public Types | |
enum | { dtIndex = oacWaferDescWaferDataType } |
The oaWaferDesc class can be observed by deriving from oaObserver<oaWaferDesc>.
|
This function creates a wafer description in the specified wafer with the given name and attributes. Exceptions are thrown if the wafer already has a wafer description associated with it or if the usable diameter value is greater than the total diameter value specified.
|
|
This function destroys this wafer description, removing it from the database. |
|
This function returns the name of this wafer description.
|
|
This function returns the collection of stepperMaps associated with this wafer description. |
|
This function returns the total diameter value associated with this wafer description. |
|
This function returns the usable diameter value associated with this wafer description. |
|
This function returns the collection of waferFeatures associated with this wafer description object. |
|
This function changes the name of this wafer description.
|
|
This function changes the total diameter value of this wafer description. An exception is thrown if the value is less than the current usable diameter value.
|
|
This function changes the usable diameter value of this wafer description. An exception is thrown if the value is greater than the current total diameter value.
|
|
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.