oaReticleUsage Class Reference


Public Methods

 oaReticleUsage (oaReticleUsageEnum valueIn)
 oaReticleUsage (const oaString &name)
const oaStringgetName () const
 operator oaReticleUsageEnum () const

Detailed Description

The oaReticleUsage class is an enum wrapper for the values that describe the reticle usage for the oaDesignInst.

See Enum Wrappers in the Programmers Guide for a discussion of enum wrappers.

enum oaReticleUsageEnum
 

Enumeration values:
oacDieReticleUsage  "die"
oacAlignmentReticleUsage  "alignment"
oacBarCodeReticleUsage  "barCode"
oacIdentificationReticleUsage  "identification"
oacDieSealReticleUsage  "dieSeal"
oacDieNumberReticleUsage  "dieNumber"
oacLogoReticleUsage  "logo"
oacElectricalReticleUsage  "electrical"
oacOpticalReticleUsage  "optical"


Constructor & Destructor Documentation

oaReticleUsage::oaReticleUsage oaReticleUsageEnum    valueIn
 

This is a constructor for the oaReticleUsage class enum wrapper.

Parameters:
valueIn 

oaReticleUsage::oaReticleUsage const oaString &    name
 

This is a constructor for the oaReticleUsage class enum wrapper.

Parameters:
name 
Exceptions:
oacInvalidReticleUsageName 


Member Function Documentation

const oaString & oaReticleUsage::getName   const
 

This function returns the name of this reticle usage.

oaReticleUsage::operator oaReticleUsageEnum   const [inline]
 

This function returns the enum value corresponding to this reticle usage.


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

Return to top of page