oaWaferObject Class Reference

Inheritance diagram for oaWaferObject:

oaObject oaDesignInst oaFrame oaFrameInst oaImage oaReticle oaReticleRef oaStepperMap oaWafer oaWaferDesc oaWaferFeature


Public Methods

oaWafergetWafer () const

Public Types

enum  { dbType = oacWaferDBType }
enum  { domain = oacNoDomain }

Detailed Description

This is the abstract base class for all managed objects that are specific to oaWafer databases.

There is a tree of classes derived from oaWaferObject. For most of these classes, an oaWaferObject can be classified using its oaType value. See oaObject::getType for more information.

Note that oaProp, oaGroup, and oaAppObject instances can be stored in an oaWafer even though they are not oaWaferObjects. These classes may appear in every database, so they are classified only as oaObjects.


Member Function Documentation

oaWafer * oaWaferObject::getWafer   const
 

This function returns the wafer that contains the oaWaferObject.

This returns the same value as oaObject::getDatabase, but this is more convenient where the object is known to be an oaWaferObject.


Member Enumeration Documentation

anonymous enum
 

Enumeration values:
dbType 

anonymous enum
 

Enumeration values:
domain 


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

Return to top of page