oaInt2DTblValue Class Reference

Inheritance diagram for oaInt2DTblValue:

oaValue oaObject


Public Methods

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

Static Public Methods

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

Detailed Description

The oaInt2DTblValue class represents a 2D integer lookup table value.

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


Member Function Documentation

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

This function creates an int2DTbl value in the database specified.

Parameters:
database The database in which to create the value
value The int2DTbl value
Exceptions:
oacInvalidDatabase 

void oaInt2DTblValue::get oa2DLookupTbl< oaInt4, oaInt4, oaInt4 > &    tbl const
 

This function returns the int2dTbl for this value.

Parameters:
tbl The returned value

void oaInt2DTblValue::set const oa2DLookupTbl< oaInt4, oaInt4, oaInt4 > &    tbl
 

This function sets this value to the specified int2DTbl value.

Parameters:
tbl The int2DTbl value to set


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

Return to top of page