#include <vltxfuncgroup.h>
Public Member Functions | |
| vlTxFuncGroup () | |
| Default constructor. | |
| virtual | ~vlTxFuncGroup () |
| Default destructor. | |
| vlTxFunction * | getTxFunction (const std::string &name) |
| Gets the transfer function with the given name. | |
| vlTxFunction * | getTxFunction (const uint16 index) |
| Gets the transfer function stored at the given index. | |
Protected Attributes | |
| std::vector< vlTxFunction > | m_txFuncs |
| All the transfer functions used internally. | |
Definition at line 48 of file vltxfuncgroup.h.
|
|
Definition at line 32 of file vltxfuncgroup.cpp. |
|
|
Definition at line 47 of file vltxfuncgroup.cpp. |
|
|
Definition at line 86 of file vltxfuncgroup.cpp. References m_txFuncs. |
|
|
If found, returns pointer to the transfer function.
Definition at line 60 of file vltxfuncgroup.cpp. |
|
|
Definition at line 67 of file vltxfuncgroup.h. Referenced by getTxFunction(), and vlTxFuncGroup(). |
1.3.3