oaConstraintParamArray Class Reference

Inheritance diagram for oaConstraintParamArray:

oaArray<oaConstraintParam *> oaArrayBase<oaConstraintParam *>


Public Methods

 oaConstraintParamArray (oaUInt4 sizeIn=0)
oaConstraintParamfindParam (const oaConstraintParamDef *def) const

Detailed Description

The constraintParamArray class implements an array of oaConstraintParam objects. Arrays of constraint parameters are typically used in creating constraint objects.


Constructor & Destructor Documentation

oaConstraintParamArray::oaConstraintParamArray oaUInt4    sizeIn = 0 [inline]
 

This function constructs on oaConstraintParamArray object, allocating storage for the parameters.

Parameters:
sizeIn An integer value indicating the initial size of the array


Member Function Documentation

oaConstraintParam * oaConstraintParamArray::findParam const oaConstraintParamDef *    def const [inline]
 

This function searches the constraint param array for a constraint parameter with the specified definition def. If it is found, the constraint parameter will be returned. If it is not found, NULL is returned.

Parameters:
def The oaConstraintParamDef to find.


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

Return to top of page