Inheritance diagram for oaViaDefArrayValue:
Public Methods | |
void | get (oaViaDefArray &value) const |
void | getNames (oaViaDefNameArray &names) const |
void | set (const oaViaDefArray &value) |
Static Public Methods | |
oaViaDefArrayValue * | create (oaObject *database, const oaViaDefArray &value) |
oaViaDefArrayValue * | create (oaObject *database, oaViaDefArray &value) |
See oaValue for a discussion of the usage of all of the oaValue subclasses.
|
This function is deprecated and is retained to ensure compatibility with previous versions of OpenAccess. Use the create function overload that takes a const oaViaDefArray reference instead. This function creates a viaDef array value in the database specified.
|
|
This function creates an ViaDef array value in the specified database.
|
|
This function returns the viaDef array associated with this value. Note: The returned value array may contain null object pointers if the associated viaDef cannot be bound, such as when it has been deleted or cannot be accessed. The names of unbound viaDefs are accessed with the oaViaDefArrayValue::getNames function. |
|
This function returns an array containing the names of the viaDefs associated with this value.
|
|
This function sets the viaDef array for this value to the specified array.
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.