#include <gx_neural_plugins.h>
|
| enum | { OFF = 0x0001
, UP = 0x0002
, DOWN = 0x0004
, DEAD = 0x0008
} |
Definition at line 39 of file gx_neural_plugins.h.
◆ anonymous enum
◆ Ramp()
| gx_engine::Ramp::Ramp |
( |
| ) |
|
|
inline |
◆ ~Ramp()
| gx_engine::Ramp::~Ramp |
( |
| ) |
|
|
inline |
◆ checkRampMode()
| void gx_engine::Ramp::checkRampMode |
( |
| ) |
|
|
inline |
◆ init()
| void gx_engine::Ramp::init |
( |
unsigned int | rate | ) |
|
|
inline |
◆ rampDown()
| void gx_engine::Ramp::rampDown |
( |
int | count, |
|
|
float * | output ) |
|
inline |
◆ rampUp()
| void gx_engine::Ramp::rampUp |
( |
int | count, |
|
|
float * | output ) |
|
inline |
◆ startRampDown()
| void gx_engine::Ramp::startRampDown |
( |
| ) |
|
|
inline |
◆ mode
| int gx_engine::Ramp::mode |
◆ ramp_down
| float gx_engine::Ramp::ramp_down |
◆ ramp_step
| float gx_engine::Ramp::ramp_step |
◆ ramp_step_impl
| float gx_engine::Ramp::ramp_step_impl |
◆ ramp_up
| float gx_engine::Ramp::ramp_up |
The documentation for this class was generated from the following file: