ARB
Public Member Functions | List of all members
DB_scalable Class Reference

Public Member Functions

 DB_scalable ()
 
 DB_scalable (GBDATA *gbd_)
 
GBDATAdata ()
 
float read ()
 
bool write (float val)
 
void set_discretion_factor (int df)
 
void set_min (float val)
 
void set_max (float val)
 
void inverse ()
 

Detailed Description

Definition at line 1509 of file TreeDisplay.cxx.

Constructor & Destructor Documentation

DB_scalable::DB_scalable ( )
inline

Definition at line 1529 of file TreeDisplay.cxx.

DB_scalable::DB_scalable ( GBDATA gbd_)
inline

Definition at line 1530 of file TreeDisplay.cxx.

Member Function Documentation

GBDATA* DB_scalable::data ( )
inline

Definition at line 1532 of file TreeDisplay.cxx.

float DB_scalable::read ( )
inline

Definition at line 1534 of file TreeDisplay.cxx.

References GB_FLOAT, GB_INT, GB_read_float(), and GB_read_int().

Referenced by write().

bool DB_scalable::write ( float  val)
inline

Definition at line 1543 of file TreeDisplay.cxx.

References discrete_value(), GB_FLOAT, GB_INT, GB_write_float(), GB_write_int(), and read().

void DB_scalable::set_discretion_factor ( int  df)
inline

Definition at line 1564 of file TreeDisplay.cxx.

Referenced by AWT_graphic_tree::handle_command().

void DB_scalable::set_min ( float  val)
inline

Definition at line 1565 of file TreeDisplay.cxx.

References GB_INT.

Referenced by AWT_graphic_tree::handle_command().

void DB_scalable::set_max ( float  val)
inline

Definition at line 1566 of file TreeDisplay.cxx.

References GB_INT.

void DB_scalable::inverse ( )
inline

Definition at line 1567 of file TreeDisplay.cxx.

Referenced by AWT_graphic_tree::handle_command().


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