oaAnalysisPointArray Class Reference

Inheritance diagram for oaAnalysisPointArray:

oaArray<oaAnalysisPoint *> oaArrayBase<oaAnalysisPoint *>


Public Methods

 oaAnalysisPointArray (oaUInt4 sizeIn=0)

Detailed Description

The oaAnalysisPointArray class implements a utility array class used to pass an array of oaAnalysisPoint class pointers to oaParasiticNetwork::create().


Constructor & Destructor Documentation

oaAnalysisPointArray::oaAnalysisPointArray oaUInt4    sizeIn = 0 [inline]
 

This function constructs an oaAnalysisPointArray object, allocating storage for sizeIn oaAnalysisPoint elements.

Parameters:
sizeIn number of values for which to allocate storage; the default number is 0.


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

Return to top of page