oaIntRangeArray Class Reference

Inheritance diagram for oaIntRangeArray:

oaArray<oaIntRange> oaArrayBase<oaIntRange>


Public Methods

 oaIntRangeArray (oaUInt4 sizeIn=0)
 oaIntRangeArray (const oaIntRange *arrayIn, oaUInt4 numElementsIn)

Detailed Description

The oaIntRangeArray implements an array of oaIntRanges.


Constructor & Destructor Documentation

oaIntRangeArray::oaIntRangeArray oaUInt4    sizeIn = 0 [inline]
 

This constructor for the oaIntRangeArray class sets the number of int range array elements to sizeIn and allocates storage for these elements.

Parameters:
sizeIn The initial size of the array.

oaIntRangeArray::oaIntRangeArray const oaIntRange *    arrayIn,
oaUInt4    numElementsIn
[inline]
 

This function constructs an int range array object by copying numElelmentsIn from the specified arrayIn.

Parameters:
arrayIn A pointer to the array to copy.
numElementsIn The number of elements to copy.


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

Return to top of page