oaFlt2DTblValue Class Reference

Inheritance diagram for oaFlt2DTblValue:

oaValue oaObject


Public Methods

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

Static Public Methods

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

Detailed Description

The oaFlt2DTblValue class represents a 2D float lookup table value.

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


Member Function Documentation

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

This function creates a flt2DTbl value in the database specified.

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

void oaFlt2DTblValue::get oa2DLookupTbl< oaFloat, oaFloat, oaFloat > &    tbl const
 

This function returns the flt2DTbl for this value.

Parameters:
tbl The returned value.

void oaFlt2DTblValue::set const oa2DLookupTbl< oaFloat, oaFloat, oaFloat > &    tbl
 

This function sets this value to the specified flt2DTbl value.

Parameters:
tbl The flt2DTbl value to set


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

Return to top of page