Inheritance diagram for oaImage:
Public Methods | |
void | destroy () |
oaWaferObject * | getOwner () const |
void | getName (oaString &name) const |
void | getBoundary (oaPointArray &points) const |
void | getMfgLayers (oaMfgLayerArray &mfgLayers) const |
oaStepperMap * | getStepperMap () const |
void | setName (const oaString &name) |
void | setBoundary (const oaPointArray &points) |
void | setMfgLayers (const oaMfgLayerArray &mfgLayers) |
Static Public Methods | |
oaImage * | create (oaReticle *reticle, const oaString &name, const oaPointArray &boundary) |
oaImage * | create (oaReticleRef *reticleRef, const oaString &name, const oaPointArray &boundary) |
oaImage * | find (const oaWafer *wafer, const oaString &name) |
Public Types | |
enum | { dtIndex = oacImageWaferDataType } |
The oaImage class can be observed by deriving from oaObserver<oaImage>.
|
This function creates an image with the given name and boundary that references the specified reticle reference.
|
|
This function creates an image with the given name and boundary. The image represents the specified reticle. The given boundary is checked to verify that there are at least three points and no collinear or coincident points.
|
|
This function destroys this image, removing it from the database. |
|
This function searches the wafer for an image with the given name. The image is returned if found. Otherwise, NULL is returned.
|
|
This function returns the boundary of this image in the given pointArray.
|
|
This function retrieves the list of manufacturing layers associated with this image and returns them in the given oaMfgLayerArray.
|
|
This function returns the name of this image in the given string name.
|
|
This function returns a pointer to the owner of this image. |
|
This function returns a pointer to the stepperMap associated with this image. NULL is returned if there is no associated stepperMap. |
|
This function changes the boundary of this image to have the new set of points specified in the given pointArray. Exceptions are thrown if the specified points have coincident or collinear lines or if the number of new points is less than three.
|
|
This function changes the set of manufacturing layers associated with this image.
|
|
This function changes the name of this image.
|
|
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.