oaFltIntFltTblValue Class Reference

Inheritance diagram for oaFltIntFltTblValue:

oaValue oaObject


Public Methods

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

Static Public Methods

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

Detailed Description

The oaFltIntFltTblValue class represents a 2D lookup table value whose first lookup key is a float and second lookup key is an integer and the value is a float.

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


Member Function Documentation

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

This function creates fltIntFltTbl value in the database specified.

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

void oaFltIntFltTblValue::get oa2DLookupTbl< oaFloat, oaInt4, oaFloat > &    tbl const
 

This function returns the fltIntFltTbl of this value.

Parameters:
tbl The fltIntFltTbl of the value to return

void oaFltIntFltTblValue::set const oa2DLookupTbl< oaFloat, oaInt4, oaFloat > &    tbl
 

This function sets the value of this fltIntFltTbl value to the specified fltIntFltTbl value.

Parameters:
tbl The fltIntFltTbl value to set.


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

Return to top of page