#include <Interactor.h>
Public Member Functions | |
| Interactor (void) | |
| ~Interactor (void) | |
| void | add (ColorTransferFunction^Interact) |
| adds a new CTFunktion to the Interactor | |
| void | add (Histogram^Interact) |
| adds a new Histogram to the interactor | |
| ColorTransferFunction | getColorTransferFunction () |
| returns the active CTFunction | |
| Histogram | getHistogram () |
| returns the active Histogramm | |
| void | Render () |
| Render all Interactors. | |
Private Attributes | |
| ColorTransferFunction | InteractorColorTransfer |
| Pointer to the CTFunction. | |
| Histogram | InteractorHistogram |
| Pointer to the Histogram. | |
| ArrayList | InteractorList |
| Arraylist with all Interactors. | |
Class to Render and Handle Interactors.
| Interactor::Interactor | ( | void | ) |
| Interactor::~Interactor | ( | void | ) |
| void Interactor::add | ( | ColorTransferFunction^ | Interact | ) |
adds a new CTFunktion to the Interactor
| ColorTransferFunction Interactor::getColorTransferFunction | ( | ) |
returns the active CTFunction
| Histogram Interactor::getHistogram | ( | ) |
returns the active Histogramm
| void Interactor::Render | ( | ) |
Render all Interactors.
Pointer to the CTFunction.
Pointer to the Histogram.
ArrayList LUVis::Interactor::InteractorList [private] |
Arraylist with all Interactors.
1.4.7