oaDualIntArray Class Reference

Inheritance diagram for oaDualIntArray:

oaArray<oaDualInt> oaArrayBase<oaDualInt>


Public Methods

 oaDualIntArray (oaUInt4 sizeIn=0)
 oaDualIntArray (const oaDualInt *arrayIn, oaUInt4 numElementsIn)

Detailed Description

This class implements an array of oaInt4 integer pairs. It is declared in the oaBase module.


Constructor & Destructor Documentation

oaDualIntArray::oaDualIntArray oaUInt4    sizeIn = 0 [inline]
 

This is the constructor for the oaDualIntArray class.

Parameters:
sizeIn The initial size of this array.

oaDualIntArray::oaDualIntArray const oaDualInt *    arrayIn,
oaUInt4    numElementsIn
[inline]
 

This is a constructor for oaDualIntArray that constructs the array object with an array of oaDualInt objects.

Parameters:
arrayIn The array of oaDualInt objects to construct this array with.
numElementsIn The number of elements in the array.


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

Return to top of page