oaCluster.h File Reference

Go to the source code of this file.

Compounds

class  oaCluster
class  oaClusterType
class  oaTraits< oaCluster >

Defines

#define oaCluster_P
#define oavNumClusterTypes   3

Enumerations

enum  oaClusterTypeEnum { oacClusterTypeInclusive = 0, oacClusterTypeExclusive = 1, oacClusterTypeSuggested = 2 }


Define Documentation

#define oaCluster_P
 

#define oavNumClusterTypes   3
 


Enumeration Type Documentation

enum oaClusterTypeEnum
 

Enumeration values:
oacClusterTypeInclusive  "inclusive" Instances other than the instance in this cluster may be placed in its region
oacClusterTypeExclusive  "exclusive" Only instances in this cluster may be placed in its region
oacClusterTypeSuggested  "suggested" Instances in this cluster may be placed outside of its region

Return to top of page