oaOpPointHeader Class Reference

Inheritance diagram for oaOpPointHeader:

oaDesignObject oaObject


Public Methods

oaBoolean isBound () const
oaOpPointgetOpPoint () const
void getOpPointName (oaString &name) const
void getAnalysisLibName (oaString &name) const
oaCollection< oaAnalysisOpPoint, oaOpPointHeader > getAnalysisOpPoints () const

Static Public Methods

oaOpPointHeader * find (const oaDesign *design, const oaString &analysisLibName, const oaString &opPointName)

Public Types

enum  { dtIndex = oacOpPointHeaderDataType }
enum  { domain = oacNoDomain }

Detailed Description

The oaOpPointHeader class implements an object that contains information about a particular opPoint and all the analysisOpPoints that use it.

The oaOpPointHeader class can be observed by deriving from oaObserver<oaOpPointHeader>.


Member Function Documentation

oaOpPointHeader * oaOpPointHeader::find const oaDesign *    design,
const oaString &    analysisLibName,
const oaString &    opPointName
[static]
 

This function searches the specified design for an opPointHeader with the specified analysisLibName and opPointName.

void oaOpPointHeader::getAnalysisLibName oaString &    name const
 

This function gets the name of the analysisLib.

oaCollection oaOpPointHeader::getAnalysisOpPoints   const
 

This function returns a collection of analysisOpPoints in this opPointHeader.

oaOpPoint * oaOpPointHeader::getOpPoint   const
 

This function attempts to return the opPoint associated with this opPointHeader. If the opPointHeader is bound, a pointer to the opPoint is returned. Otherwise, NULL is returned.

void oaOpPointHeader::getOpPointName oaString &    name const
 

This function gets the name of the oaOpPoint that is bound to the design.

oaBoolean oaOpPointHeader::isBound   const
 

This function returns a boolean value that indicates if this opPointHeader is bound.


Member Enumeration Documentation

anonymous enum
 

Enumeration values:
dtIndex 

anonymous enum
 

Enumeration values:
domain 


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

Return to top of page