Public Methods | |
oaDomain (oaDomainEnum valueIn) | |
oaDomain (const oaString &name) | |
~oaDomain () | |
const oaString & | getName () const |
operator oaDomainEnum () const |
Each database object has a domain value, which may be none (oacNoDomain). The domain is an inherent attribute of an object and may not be set by the user.
Objects in the design database may in the block domain (oacBlockDomain), which represents physical hierarchy, the module domain (oacModDomain), which represents logical hierarchy, the occurrence domain (oacOccDomain), which contains the occurrence hierarchy, or no domain (oacNoDomain). Objects belonging to databases other than the design database have no domain.
|
|
|
This function constructs an instance of an oaDomain class using the specified oaDomainEnum value. |
|
This function constructs an instance of an oaDomain class using the oaDomainEnum associated with the specified string name. This name must be defined in the legal set of names associated with oaDomainEnum.
|
|
This function destroys this oaDomain class. |
|
This function returns the name string associated with the encapsulated oaDomainEnum object. |
|
This operator casts this oaDomain object into the corresponding oaDomainEnum value. |
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.