oaInt1DTblValue Class Reference

Inheritance diagram for oaInt1DTblValue:

oaValue oaObject


Public Methods

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

Static Public Methods

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

Detailed Description

The oaInt1DTblValue class represents a 1D integer lookup table value.

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


Member Function Documentation

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

This function creates an int1DTbl value in the database specified.

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

void oaInt1DTblValue::get oa1DLookupTbl< oaInt4, oaInt4 > &    tbl const
 

This function returns the int1DTbl for this value.

Parameters:
tbl The returned value

void oaInt1DTblValue::set const oa1DLookupTbl< oaInt4, oaInt4 > &    tbl
 

This function sets this value to the specified int1DTbl value.

Parameters:
tbl The int1DTbl value to set


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

Return to top of page