oaRouteObjectArray Class Reference

Inheritance diagram for oaRouteObjectArray:

oaArray<oaFig *> oaArrayBase<oaFig *>


Public Methods

 oaRouteObjectArray (oaUInt4 sizeIn=0)

Detailed Description

The oaRouteObjectArray class implements an array of objects associated with a route. oaRouteObjectArray objects can be used to populate oaRoute objects or extract the objects of an oaRoute object.


Constructor & Destructor Documentation

oaRouteObjectArray::oaRouteObjectArray oaUInt4    sizeIn = 0 [inline]
 

This constructor creates an oaRouteObjectArray object with an initial size that can handle the specified 'sizeIn' number of objects.

Parameters:
sizeIn The initial size with which the object array will be created


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

Return to top of page