oaFltValue Class Reference

Inheritance diagram for oaFltValue:

oaValue oaObject


Public Methods

oaFloat get () const
void set (oaFloat value)

Static Public Methods

oaFltValue * create (oaObject *database, oaFloat value)

Detailed Description

The oaFltValue class represents a float value.

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


Member Function Documentation

oaFltValue * oaFltValue::create oaObject *    database,
oaFloat    value
[static]
 

This function creates a float value in the database specified.

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

oaFloat oaFltValue::get   const
 

This function returns the float for this value.

void oaFltValue::set oaFloat    value
 

This function sets this value to the specified float value.

Parameters:
value The float value to set


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

Return to top of page