oaBlockObject.h File Reference

Go to the source code of this file.

Compounds

class  oaBlockDomainVisibility
class  oaBlockObject
class  oaTraits< oaBlockObject >

Defines

#define oaBlockObject_P
#define oavNumBlockDomainVisibilityTypes   2

Enumerations

enum  oaBlockDomainVisibilityEnum { oacInheritFromTopBlock = 0, oacExcludeFromModuleDomain = 1 }


Define Documentation

#define oaBlockObject_P
 

#define oavNumBlockDomainVisibilityTypes   2
 


Enumeration Type Documentation

enum oaBlockDomainVisibilityEnum
 

Enumeration values:
oacInheritFromTopBlock  "inheritFromTopBlock" The visibility of this object is the same as the top block in this design
oacExcludeFromModuleDomain  "excludeFromModuleDomain" This is a physical only object that does not have a corresponding object in the module domain

Return to top of page