oaDerivedLayerParamArray Class Reference

Inheritance diagram for oaDerivedLayerParamArray:

oaArray<oaDerivedLayerParam *> oaArrayBase<oaDerivedLayerParam *>


Public Methods

 oaDerivedLayerParamArray (oaUInt4 sizeIn=0)
oaDerivedLayerParamfindParam (const oaDerivedLayerParamDef *def) const

Detailed Description

This class represents an array of oaDerivedLayer parameters.


Constructor & Destructor Documentation

oaDerivedLayerParamArray::oaDerivedLayerParamArray oaUInt4    sizeIn = 0
 

This is the constructor for the oaDerivedLayerParamArray class.

Parameters:
sizeIn The number of values for which to allocate storage.


Member Function Documentation

oaDerivedLayerParam * oaDerivedLayerParamArray::findParam const oaDerivedLayerParamDef *    def const
 

This function searches the derived layer param array for a parameter with the specified definition. If the definition is found, the parameter is returned, otherwise NULL is returned.

Parameters:
def The parameter definition of the derived layer parameter to return.


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

Return to top of page