The TFManager handles multiple TransferFunctions. More...
#import <TFManager.h>
Public Member Functions | |
(NSMutableDictionary *) | - knownTFs |
Query the known TFModel. | |
(NSString *) | - tfName |
Query the active TFModels name. | |
(void) | - changeTF: |
Set a TFModel as new TFModel, specified by its name in the dictionary. | |
(void) | - saveTransferFunction: |
Save the current TransferFunction to the filesystem. | |
(id) | - init [implementation] |
(void) | - loadData [implementation] |
(void) | - awakeFromNib [implementation] |
(void) | - dealloc [implementation] |
Protected Attributes | |
IBOutlet TFView * | _view |
NSMutableArray * | _rawTFs |
An Array of all available TFModel in raw format. | |
NSMutableDictionary * | _knownTFs |
A Dictionary of all available TFModel. | |
TFModel * | _activeTF |
the active TFModel. | |
NSString * | _tfName |
the name of the active TFModel. |
The TFManager handles multiple TransferFunctions.