oaIntRangeArray1DTblValue Class Reference

Inheritance diagram for oaIntRangeArray1DTblValue:

oaValue oaObject


Public Methods

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

Static Public Methods

oaIntRangeArray1DTblValue * create (oaObject *database, const oa1DLookupTbl< oaInt4, oaIntRangeArray > &value)

Detailed Description

The oaIntRangeArray1DTblValue class represents a 1D lookup table value where the key is an integer and the value is an intRangeArray.

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


Member Function Documentation

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

This function creates an oaIntRangeArray1DTblValue in the specified database.

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

void oaIntRangeArray1DTblValue::get oa1DLookupTbl< oaInt4, oaIntRangeArray > &    value const
 

This function returns the oaIntRangeArray value of this object.

Parameters:
value The returned oaIntRangeArray value.

void oaIntRangeArray1DTblValue::set const oa1DLookupTbl< oaInt4, oaIntRangeArray > &    value
 

This function sets the oaIntRangeArray value of this object to the specified oaIntRangeArrayTbl value.

Parameters:
value The oaIntRangeArray value to set.


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

Return to top of page