oaIntDualIntArrayTblValue Class Reference

Inheritance diagram for oaIntDualIntArrayTblValue:

oaValue oaObject


Public Methods

void get (oa1DLookupTbl< oaInt4, oaDualIntArray > &tbl) const
void set (const oa1DLookupTbl< oaInt4, oaDualIntArray > &tbl)

Static Public Methods

oaIntDualIntArrayTblValue * create (oaObject *database, const oa1DLookupTbl< oaInt4, oaDualIntArray > &value)

Detailed Description

This class implements oaValue functionality for a 1D lookup table, in which oaInt4 integers represent keys, and arrays of oaInt4 integer pairs represent values. It is declared in the oaBase module.


Member Function Documentation

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

This function creates an integer oaIntDualIntArrayTbl value in the specified database.

Parameters:
database The database in which the intDualIntArrayTblValue is created.
value The look up table of integer and dual integer array values to create the object.

void oaIntDualIntArrayTblValue::get oa1DLookupTbl< oaInt4, oaDualIntArray > &    tbl const
 

This function returns the table of values of this object.

Parameters:
tbl This object's look up table of integer and dual integer array values.

void oaIntDualIntArrayTblValue::set const oa1DLookupTbl< oaInt4, oaDualIntArray > &    tbl
 

This function sets the table of values on this object.

Parameters:
tbl The look up table of integer and dual integer array values to set on this object.


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

Return to top of page