oaEnclosedCutType Class Reference


Public Methods

 oaEnclosedCutType (oaEnclosedCutTypeEnum type)
 oaEnclosedCutType (const oaString &name)
const oaStringgetName () const
 operator oaEnclosedCutTypeEnum () const

Detailed Description

The oaEnclosedCutType class is an enum wrapper class for oaEnclosedCutTypeEnum values.

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

enum oaEnclosedCutTypeEnum
 

Enumeration values:
oacAllEnclosedCutType  "all"
oacBelowEnclosedCutType  "below"
oacAboveEnclosedCutType  "above"


Constructor & Destructor Documentation

oaEnclosedCutType::oaEnclosedCutType oaEnclosedCutTypeEnum    type [inline]
 

oaEnclosedCutType::oaEnclosedCutType const oaString &    name
 


Member Function Documentation

const oaString& oaEnclosedCutType::getName   const
 

oaEnclosedCutType::operator oaEnclosedCutTypeEnum   const [inline]
 


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

Return to top of page