oaComplexArray Class Template Reference

Inheritance diagram for oaComplexArray:

oaArray<oaComplex<obj>> oaArrayBase<oaComplex<obj>>


Public Methods

 oaComplexArray (const oaUInt4 sizeIn=0)
 oaComplexArray (const oaComplexArray &array)

Detailed Description

template<class obj>
class oaComplexArray< obj >

The oaComplexArray template class represents an array of complex numbers, each of which has a real and an imaginary part.


Constructor & Destructor Documentation

template<class obj>
oaComplexArray< obj >::oaComplexArray const oaUInt4    sizeIn = 0 [inline]
 

This function constructs an oaComplexArray object, setting the number of array elements and allocating storage for the complex numbers.

template<class obj>
oaComplexArray< obj >::oaComplexArray const oaComplexArray< obj > &    array [inline]
 

This function constructs a copy of the specified oaComplexArray array.


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

Return to top of page