Class Summary |
ColorHist |
The Class ColorHist represents a color-point that is used in GradientColorPanel . |
GradientColorPanel |
The Class GradientColorPanel extends JPanel and is a Panel, in which the user can define the color from the transfer-function. |
GuiMain |
The Class GuiMain extends JFrame and is the Mainform of the project. |
ImageSaver |
The Class ImageSaver is a small class responsible for rendering the content of the VisCanvas into a PNG-File. |
LineDrawPanel |
The Class LineDrawPanel extends JPanel and is a Panel, in which the user can define the opacity from the transfer-function. |
RayCasting |
The Class RayCasting is used for computing the 3-D view using RayCasting or Maximum-Intensity-Projection. |
TransferPoint |
The Class TransferPoint represents a opacity-point that is used in LineDrawPanel . |
VisCanvas |
The Class VisCanvas is used for the Open-GL drawing. |
VisualizeMain |
The Class VisualizeMain is the entry point for the visualize-program. |
Volume |
The Class Volume reads the data from a data-set and stores it into a FloatBuffer. |