oaIntFltTblValue Class Reference

Inheritance diagram for oaIntFltTblValue:

oaValue oaObject


Public Methods

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

Static Public Methods

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

Detailed Description

The oaIntFltTblValue class represents a 1D lookup table value whose key is an integer and value is a float.

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


Member Function Documentation

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

This function creates intFltTbl value in the database specified.

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

void oaIntFltTblValue::get oa1DLookupTbl< oaInt4, oaFloat > &    tbl const
 

This function returns the intFltTbl for this value.

Parameters:
tbl The return value

void oaIntFltTblValue::set const oa1DLookupTbl< oaInt4, oaFloat > &    tbl
 

This function sets this value to the specified intFltTbl value.

Parameters:
tbl The intFltTbl value to set


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

Return to top of page