oaFeatureArray Class Reference

Inheritance diagram for oaFeatureArray:

oaArray<oaFeature *> oaArrayBase<oaFeature *>


Public Methods

 oaFeatureArray (oaUInt4 sizeIn=0)

Detailed Description

The oaFeatureArray class implements an array of oaFeature objects. This array is used to hold the list of features that are included in a particular version of OpenAccess and is part of the support for feature-based compatibility. For more information, refer to Compatibility for OpenAccess Applications and Data.


Constructor & Destructor Documentation

oaFeatureArray::oaFeatureArray oaUInt4    sizeIn = 0 [inline]
 

This is the constructor for the oaFeatureArray class.

Parameters:
sizeIn The initial size of the array


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

Return to top of page