|
synfig-core
1.0.3
|
Implementation of the "Derivative" valuenode conversion. More...
#include "valuenode_derivative.h"#include "valuenode_const.h"#include <synfig/general.h>#include <ETL/misc>Macros | |
| #define | E(x, t, y) ( (*x)(t).get(y) ) |
| #define | D_ROUGH(x, t, h, y) |
| #define | D_NORMAL(x, t, h, y) |
| #define | D_FINE(x, t, h, y) |
| #define | D_EXTREME(x, t, h, y) |
| #define | DD_ROUGH(x, t, h, y) |
| #define | DD_NORMAL(x, t, h, y) |
| #define | DD_FINE(x, t, h, y) |
| #define | DD_EXTREME(x, t, h, y) |
Implementation of the "Derivative" valuenode conversion.
$Id$
| #define E | ( | x, | |
| t, | |||
| y | |||
| ) | ( (*x)(t).get(y) ) |
| #define D_ROUGH | ( | x, | |
| t, | |||
| h, | |||
| y | |||
| ) |
Referenced by synfig::ValueNode_Derivative::operator()().
| #define D_NORMAL | ( | x, | |
| t, | |||
| h, | |||
| y | |||
| ) |
Referenced by synfig::ValueNode_Derivative::operator()().
| #define D_FINE | ( | x, | |
| t, | |||
| h, | |||
| y | |||
| ) |
Referenced by synfig::ValueNode_Derivative::operator()().
| #define D_EXTREME | ( | x, | |
| t, | |||
| h, | |||
| y | |||
| ) |
Referenced by synfig::ValueNode_Derivative::operator()().
| #define DD_ROUGH | ( | x, | |
| t, | |||
| h, | |||
| y | |||
| ) |
Referenced by synfig::ValueNode_Derivative::operator()().
| #define DD_NORMAL | ( | x, | |
| t, | |||
| h, | |||
| y | |||
| ) |
Referenced by synfig::ValueNode_Derivative::operator()().
| #define DD_FINE | ( | x, | |
| t, | |||
| h, | |||
| y | |||
| ) |
Referenced by synfig::ValueNode_Derivative::operator()().
| #define DD_EXTREME | ( | x, | |
| t, | |||
| h, | |||
| y | |||
| ) |
Referenced by synfig::ValueNode_Derivative::operator()().
1.8.1.2