oaDualInt1DTblValue Class Reference

Inheritance diagram for oaDualInt1DTblValue:

oaValue oaObject


Public Methods

void getFirst (oa1DLookupTbl< oaInt4, oaInt4 > &value) const
void getSecond (oa1DLookupTbl< oaInt4, oaInt4 > &value) const
void setFirst (const oa1DLookupTbl< oaInt4, oaInt4 > &value)
void setSecond (const oa1DLookupTbl< oaInt4, oaInt4 > &value)

Static Public Methods

oaDualInt1DTblValue * create (oaObject *database, const oa1DLookupTbl< oaInt4, oaInt4 > &first, const oa1DLookupTbl< oaInt4, oaInt4 > &second)

Detailed Description

The oaDualInt1DTblValue class represents two 1D integer lookup table values.

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


Member Function Documentation

oaDualInt1DTblValue * oaDualInt1DTblValue::create oaObject *    database,
const oa1DLookupTbl< oaInt4, oaInt4 > &    first,
const oa1DLookupTbl< oaInt4, oaInt4 > &    second
[static]
 

This function creates a dualInt1DTbl value with the specified attributes.

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

void oaDualInt1DTblValue::getFirst oa1DLookupTbl< oaInt4, oaInt4 > &    value const
 

This function returns the first int1DTbl for this value.

Parameters:
value The returned value.

void oaDualInt1DTblValue::getSecond oa1DLookupTbl< oaInt4, oaInt4 > &    value const
 

This function returns the second int1DTbl for this value.

Parameters:
value The returned value.

void oaDualInt1DTblValue::setFirst const oa1DLookupTbl< oaInt4, oaInt4 > &    value
 

This function sets the first int1DTbl for this value to the specified value.

Parameters:
value The first int1DTbl value to set

void oaDualInt1DTblValue::setSecond const oa1DLookupTbl< oaInt4, oaInt4 > &    value
 

This function sets the second int1DTbl for this value to the specified value.

Parameters:
value The second int1DTbl value to set


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

Return to top of page