oaFlt1DTblValue Class Reference

Inheritance diagram for oaFlt1DTblValue:

oaValue oaObject


Public Methods

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

Static Public Methods

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

Detailed Description

The oaFlt1DTblValue class represents a 1D float lookup table value.

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


Member Function Documentation

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

This function creates a flt1DTbl value in the database specified.

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

void oaFlt1DTblValue::get oa1DLookupTbl< oaFloat, oaFloat > &    tbl const
 

This function returns the flt1DTbl for this value.

Parameters:
tbl The returned value.

void oaFlt1DTblValue::set const oa1DLookupTbl< oaFloat, oaFloat > &    tbl
 

This function sets this value to the specified flt1DTbl value.

Parameters:
tbl The flt1DTbl value to set


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

Return to top of page