visualize
Class VisualizeMain

java.lang.Object
  extended by visualize.VisualizeMain

public class VisualizeMain
extends java.lang.Object

The Class VisualizeMain is the entry point for the visualize-program. It inits the VisCanvas in which the Open-GL drawing is done and creates the MainForm.

Version:
1.11
Author:
Markus Diem

Constructor Summary
VisualizeMain()
           
 
Method Summary
static void loadFile(java.io.File file)
          Creates a new instance of Volume and links the VisCanvas with the Volume.
static void main(java.lang.String[] args)
          Entry-point for the program.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisualizeMain

public VisualizeMain()
Method Detail

loadFile

public static void loadFile(java.io.File file)
Creates a new instance of Volume and links the VisCanvas with the Volume.

Parameters:
file - Data-Set in File-form.

main

public static void main(java.lang.String[] args)
Entry-point for the program.

Parameters:
args -