oaStdViaHeader Class Reference

Inheritance diagram for oaStdViaHeader:

oaViaHeader oaRefHeader oaBlockObject oaDesignObject oaObject


Public Methods

void getParams (oaViaParam &params) const

Detailed Description

The oaStdViaHeader class implements an oaViaHeader object that contains information about a standard viaDef and all of the standard vias in a design that use it. An oaStdVia has a fixed number of parameters that can be set using an oaViaParam object.

A discussion of the role oaViaHeader objects in the context of the oaStdVia objects they reference can be found in the Representing Vias in OpenAccess section of the Programmers Guide.


Member Function Documentation

void oaStdViaHeader::getParams oaViaParam &    params const
 

This function fills params with the standard via parameters associated with this viaHeader. If the header is a superheader, the parameters returned are the baseline default parameters from the standard viaDef. If the header is a subheader, the parameters returned are those used to create the oaStdVia objects referenced by the header.


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

Return to top of page