Inheritance diagram for oaAnalysisPoint:
Public Methods | |
void | destroy () |
void | setName (const oaString &name) |
void | getName (oaString &name) const |
oaCollection< oaAnalysisOpPoint, oaAnalysisPoint > | getAnalysisOpPoints () const |
Static Public Methods | |
oaAnalysisPoint * | create (oaDesign *design, const oaString &name) |
oaAnalysisPoint * | find (const oaDesign *design, const oaString &name) |
Public Types | |
enum | { dtIndex = oacAnalysisPointDataType } |
enum | { domain = oacNoDomain } |
The oaAnalysisPoint class can be observed by deriving from oaObserver<oaAnalysisPoint>.
|
This function creates a new analysisPoint in the specified design with the specified name. The name can be the name of the tool that owns this analysis point.
|
|
This function deletes this analysis point. |
|
This function searches in the specified design for an analysis point with the specified name. If the analysis point is found, it is returned. NULL is returned if the analysis point cannot be found.
|
|
This function returns the collection of oaAnalysisOpPoints associated with this oaAnalysisPoint. |
|
This function gets the name of this analysis point.
|
|
This function sets the name of this analysis point.
|
|
|
|
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.