#include <nodes.h>
List of all members.
Static Public Member Functions |
| static void | Blend (LWDVector result, LWDVector bg, LWDVector fg, double alpha, BlendingMode mode) |
| static void | NodeAutosize (NodeID id, LWDVector scale, LWDVector position) |
Protected Member Functions |
| bool | _acquireGlobal () |
| virtual bool | available () const |
| | Check if the global is available.
|
| virtual LWNodeUtilityFuncs * | getGlobal () |
| | Get the pointer to the global.
|
| LWNodeUtilityFuncs * | operator-> () |
| | Get the pointer to the global.
|
Static Protected Attributes |
| static LWNodeUtilityFuncs * | globPtr |
| | Pointer to the global functions.
|
Detailed Description
Constructor & Destructor Documentation
| lwpp::LWNodeUtility::LWNodeUtility |
( |
| ) |
|
|
inline |
Member Function Documentation
Check if the global is available.
| static void lwpp::LWNodeUtility::Blend |
( |
LWDVector |
result, |
|
|
LWDVector |
bg, |
|
|
LWDVector |
fg, |
|
|
double |
alpha, |
|
|
BlendingMode |
mode |
|
) |
| |
|
inlinestatic |
| virtual LWNodeUtilityFuncs * lwpp::GlobalBase< LWNodeUtilityFuncs >::getGlobal |
( |
| ) |
|
|
inlinevirtualinherited |
Get the pointer to the global.
| static void lwpp::LWNodeUtility::NodeAutosize |
( |
NodeID |
id, |
|
|
LWDVector |
scale, |
|
|
LWDVector |
position |
|
) |
| |
|
inlinestatic |
Get the pointer to the global.
Member Data Documentation
Pointer to the global functions.
The documentation for this class was generated from the following file: