oaSitePattern Class Reference

Inheritance diagram for oaSitePattern:

oaArray<oaSiteRef> oaArrayBase<oaSiteRef>


Public Methods

 oaSitePattern (oaUInt4 size=0)
 oaSitePattern (const oaSitePattern &pattern)

Detailed Description

The oaSitePattern class implements an array of oaSiteRef values. The allocated size of the oaSitePattern can be different than the number of values actually stored. This is useful when the oaSitePattern is used repeatedly, because it reduces the need to re-allocate the array.


Constructor & Destructor Documentation

oaSitePattern::oaSitePattern oaUInt4    size = 0 [inline]
 

This function constructs an oaSitePattern object, allocating storage for sizeOf oaSiteRef elements.

oaSitePattern::oaSitePattern const oaSitePattern &    patternIn [inline]
 

This function constructs an oaSitePattern object, creating a copy of the specified oaSitePattern.


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

Return to top of page