Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

direct/src/interval/config_interval.cxx File Reference

#include "config_interval.h"
#include "cInterval.h"
#include "cLerpInterval.h"
#include "cLerpNodePathInterval.h"
#include "cLerpAnimEffectInterval.h"
#include "cMetaInterval.h"
#include "showInterval.h"
#include "hideInterval.h"
#include "dconfig.h"

Go to the source code of this file.

Functions

 Configure (config_interval)
 NotifyCategoryDef (interval,"")
 ConfigureFn (config_interval)
void init_libinterval ()
 Initializes the library.


Variables

const double interval_precision = config_interval.GetDouble("interval-precision", 1000.0)
const bool verify_intervals = config_interval.GetBool("verify-intervals", false)


Detailed Description

Definition in file config_interval.cxx.


Function Documentation

Configure config_interval   ) 
 

ConfigureFn config_interval   ) 
 

Definition at line 36 of file config_interval.cxx.

References interval_precision.

void init_libinterval  ) 
 

Initializes the library.

This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist.

Definition at line 64 of file config_interval.cxx.

NotifyCategoryDef interval  ,
"" 
 


Variable Documentation

const double interval_precision = config_interval.GetDouble("interval-precision", 1000.0)
 

Definition at line 42 of file config_interval.cxx.

Referenced by ConfigureFn().

const bool verify_intervals = config_interval.GetBool("verify-intervals", false)
 

Definition at line 46 of file config_interval.cxx.

Referenced by CInterval::get_wants_t_callback(), and CInterval::set_wants_t_callback().


Generated on Fri May 2 01:38:07 2003 for Direct by doxygen1.3