Inheritance diagram for oaReticleRef:
Public Methods | |
void | destroy () |
void | getReticleName (oaString &name) const |
void | getLibName (oaScalarName &name) const |
void | getLibName (const oaNameSpace &ns, oaString &name) const |
void | getCellName (oaScalarName &name) const |
void | getCellName (const oaNameSpace &ns, oaString &name) const |
void | getViewName (oaScalarName &name) const |
void | getViewName (const oaNameSpace &ns, oaString &name) const |
oaCollection< oaImage, oaReticleRef > | getImages () const |
Static Public Methods | |
oaReticleRef * | create (oaWafer *wafer, const oaString &reticleName, const oaScalarName &libName, const oaScalarName &cellName, const oaScalarName &viewName) |
oaReticleRef * | find (const oaWafer *wafer, const oaString &reticleName, const oaScalarName &libName, const oaScalarName &cellName, const oaScalarName &viewName) |
Public Types | |
enum | { dtIndex = oacReticleRefWaferDataType } |
The oaReticleRef class can be observed by deriving from oaObserver<oaReticleRef>.
|
This function creates a reticleRef in the specified wafer with the given attributes. The reticleName specifies the name of the reticle in the wafer database with the specified library, cell, and view names. This function throws an exception if a reticleRef with the reticle name already exists in the wafer.
|
|
This function destroys this reticleRef, removing it from the database. |
|
This function searches the wafer for a reticle reference that has the given reticle name.
|
|
This function returns the cell name for the reticle associated with this reticleRef in the namespace specified.
|
|
This function returns the cell name for the reticle associated with this reticleRef in the specified name.
|
|
This function returns the collection of images associated with this reticle reference object. |
|
This function returns the library name for the reticle associated with this reticleRef in the namespace specified.
|
|
This function returns the library name for the reticle associated with this reticleRef in the specified name.
|
|
This function returns the name of the reticle referenced by this reticleRef.
|
|
This function returns the view name for the reticle associated with this reticleRef in the namespace specified.
|
|
This function returns the view name for the reticle associated with this reticleRef in the specified name.
|
|
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.