TFManager Class Reference

The TFManager handles multiple TransferFunctions. More...

#import <TFManager.h>

List of all members.

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.

Detailed Description

The TFManager handles multiple TransferFunctions.


Member Data Documentation

- (TFModel*) _activeTF [protected]

the active TFModel.

- (NSMutableDictionary*) _knownTFs [protected]

A Dictionary of all available TFModel.

- (NSMutableArray*) _rawTFs [protected]

An Array of all available TFModel in raw format.

- (NSString*) _tfName [protected]

the name of the active TFModel.


The documentation for this class was generated from the following files:

Generated on Wed Jan 20 13:38:39 2010 for Courant by  doxygen 1.6.1