oaIntRangeArray2DTblValue Class Reference

Inheritance diagram for oaIntRangeArray2DTblValue:

oaValue oaObject


Public Methods

void get (oa2DLookupTbl< oaInt4, oaInt4, oaIntRangeArray > &value) const
void set (const oa2DLookupTbl< oaInt4, oaInt4, oaIntRangeArray > &value)

Static Public Methods

oaIntRangeArray2DTblValue * create (oaObject *database, const oa2DLookupTbl< oaInt4, oaInt4, oaIntRangeArray > &value)

Detailed Description

The oaIntRangeArray2DTblValue class represents a 2D lookup table value whose keys are integers and value is an intRangeArray.

See oaValue for a discussion of the usage of all of the oaValue subclasses.


Member Function Documentation

oaIntRangeArray2DTblValue * oaIntRangeArray2DTblValue::create oaObject *    database,
const oa2DLookupTbl< oaInt4, oaInt4, oaIntRangeArray > &    value
[static]
 

This function creates an oaIntRangeArray2DTblValue in the specified database.

Parameters:
database Pointer to the database in which to create the value.
value The oaIntRangeArray value
Exceptions:
oacInvalidDatabase 

void oaIntRangeArray2DTblValue::get oa2DLookupTbl< oaInt4, oaInt4, oaIntRangeArray > &    value const
 

This function returns the oaIntRangeArray value of this object.

Parameters:
value the returned oaIntRangeArray value

void oaIntRangeArray2DTblValue::set const oa2DLookupTbl< oaInt4, oaInt4, oaIntRangeArray > &    value
 

This function sets the value on this object to the specified oaIntRangeArray value.

Parameters:
value the oaIntRangeArray value to set


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

Return to top of page