Inheritance diagram for oaStepperMap:
Public Methods | |
void | destroy () |
void | getStepperName (oaString &stepperName) const |
oaImage * | getImage () const |
oaBoolean | hasImage () const |
oaBoolean | hasPoints () const |
void | setStepperName (const oaString &value) |
void | setImage (oaImage *image) |
void | addPoint (const oaPoint &point) |
void | removePoint (const oaPoint &point) |
oaBoolean | hasPoint (const oaPoint &point) const |
void | getPoints (oaPointArray &stepPoints) const |
Static Public Methods | |
oaStepperMap * | create (oaWaferDesc *waferDesc, const oaString &stepperName) |
oaStepperMap * | find (const oaWaferDesc *waferDesc, const oaString &name) |
Public Types | |
enum | { dtIndex = oacStepperMapWaferDataType } |
The oaStepperMap class can be observed by deriving from oaObserver<oaStepperMap>.
|
This function adds a step point to this stepperMap. A step point specifies where the associate image should be applied.
|
|
This function creates a stepper map with the specified name.
|
|
This function destroys this stepper map, removing it from the database. |
|
This function searches the wafer description for a stepper map with the given name. A pointer to the stepper map is returned if found. Otherwise, NULL is returned.
|
|
This function returns the image associated with this stepperMap. NULL is returned if no image is associated with the stepperMap yet. |
|
This returns the collection of step points associated with this stepperMap. The points are placed in the given point array stepPoints.
|
|
This function returns the stepper name associated with this stepper map in the provided string.
|
|
This function returns a boolean indicating whether an image has been associated with this stepperMap. |
|
This function returns a boolean indicating whether the specified point is a step point associated with this stepperMap.
|
|
This function returns a boolean indicating whether step points have been assigned to this stepperMap. |
|
This function removes the specified step point from this stepperMap.
|
|
This function sets the image to use with this stepperMap.
|
|
This function changes the stepper name of this stepper map. The new name is in the provided string.
|
|
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.