#include <Form1.h>
Public Member Functions | |
Form1 (void) | |
Protected Member Functions | |
~Form1 () | |
Clean up any resources being used. | |
virtual void | OnMouseWheel (MouseEventArgs^e) override |
Private Member Functions | |
void | InitializeComponent (void) |
Required method for Designer support - do not modify the contents of this method with the code editor. | |
System::Void | ladenToolStripMenuItem_Click (System::Object^sender, System::EventArgs^e) |
System::Void | beendenToolStripMenuItem_Click (System::Object^sender, System::EventArgs^e) |
System::Void | DrawArrow (int, int, int, int, System::Drawing::Pen^, System::Drawing::Graphics^, System::Drawing::Bitmap^) |
System::Void | DrawLine (int, int, int, int, System::Drawing::Pen^, System::Drawing::Graphics^, System::Drawing::Bitmap^) |
System::Void | ArrowPlot (short) |
System::Void | StreamLinePlot (short) |
System::Void | HandleScroll (Object^, ScrollEventArgs^) |
System::Void | SetScrollBarValues () |
System::Void | hScrollBar1_Scroll (System::Object^sender, System::Windows::Forms::ScrollEventArgs^e) |
System::Void | vScrollBar1_Scroll (System::Object^sender, System::Windows::Forms::ScrollEventArgs^e) |
System::Void | FileLoad (String^) |
System::Void | FileLoadGRI (String^) |
System::Void | DisplayScrollBars () |
System::Void | SetColorToBitmap (System::Drawing::Bitmap^, System::Drawing::Color) |
Color | getColor (float) |
Color | getColorLinearInterpol (short, short, short) |
Color | getColorLinearInterpolBG (short, short, short) |
Color | getColorForBackGround (float) |
System::Void | b_Render_Click (System::Object^, System::EventArgs^) |
System::Void | ScrollPicture () |
System::Void | DrawEulerLine (int, int, int, float, Pen^, Graphics^, Bitmap^) |
System::Void | DrawGlyph (int, int, int, int, Pen^, Graphics^, Bitmap^) |
System::Void | DrawRungeKuttaLine (int, int, int, float, Pen^, Graphics^, Bitmap^) |
System::Void | DrawEvenlySpacedLines (int, int, int, float, Pen^, Graphics^, Bitmap^) |
System::Void | Seed (int, int) |
System::Void | ComputeSingleStreamLine (int, int, int, Pen^, Graphics^, Bitmap^) |
System::Void | setFarbauswahl () |
System::Void | setFarbauswahlBG () |
System::Void | pictureBox1_MouseDown (System::Object^, System::Windows::Forms::MouseEventArgs^) |
System::Void | b_S_Loeschen_Click (System::Object^, System::EventArgs^) |
System::Void | setBackground (Bitmap^) |
System::Void | rb_B_Default_CheckedChanged (System::Object^sender, System::EventArgs^e) |
System::Void | rB_B_Vectorlength_CheckedChanged (System::Object^sender, System::EventArgs^e) |
System::Void | rB_B_Pressure_CheckedChanged (System::Object^sender, System::EventArgs^e) |
System::Void | rB_B_Vorticity_CheckedChanged (System::Object^sender, System::EventArgs^e) |
System::Void | cB_Farbauswahl_CheckedChanged (System::Object^sender, System::EventArgs^e) |
System::Void | DrawTriangle (PointF, PointF, PointF, Pen^, Graphics^, Bitmap^) |
System::Void | DrawFarbverlauf (short, short, Pen^, Graphics^, Bitmap^) |
System::Void | DrawFarbverlaufBG (short, short, Pen^, Graphics^, Bitmap^) |
System::Void | pB_Farbauswahl_MouseDown (System::Object^, System::Windows::Forms::MouseEventArgs^) |
Sample | interpol2D (float, float) |
Sample | interpol2DExt (float, float) |
Sample | interpol1D (Sample, Sample, float) |
Sample | interpol1DExt (Sample, Sample, float) |
System::Void | checkStartpunkt (float, float, Sample) |
bool | isValidStartPoint (int, int) |
bool | isValidLinePoint (int, int) |
System::Void | DrawBoolLine (int, int, int, int) |
System::Void | pB_FarbauswahlBackground_MouseDown (System::Object^, System::Windows::Forms::MouseEventArgs^) |
System::Void | DrawHistogramms () |
System::Void | Render () |
System::Void | Zoom () |
System::Void | DrawBoolBild () |
System::Void | nUD_Dsep_ValueChanged (System::Object^sender, System::EventArgs^e) |
System::Void | nUD_Dtest_ValueChanged_1 (System::Object^sender, System::EventArgs^e) |
System::Void | nUD_Gridsize_ValueChanged (System::Object^sender, System::EventArgs^e) |
System::Void | l_Glyphes_Click (System::Object^sender, System::EventArgs^e) |
System::Void | rB_S_Punkt_CheckedChanged (System::Object^sender, System::EventArgs^e) |
System::Void | rB_S_Zeile_CheckedChanged (System::Object^sender, System::EventArgs^e) |
System::Void | rB_S_Spalte_CheckedChanged (System::Object^sender, System::EventArgs^e) |
System::Void | rB_S_Evenly_CheckedChanged (System::Object^sender, System::EventArgs^e) |
System::Void | cB_Glyphen_CheckedChanged (System::Object^sender, System::EventArgs^e) |
Private Attributes | |
System::Windows::Forms::MenuStrip | mS_MainMenu |
System::Windows::Forms::ToolStripMenuItem | dateiToolStripMenuItem |
System::Windows::Forms::ToolStripMenuItem | ladenToolStripMenuItem |
System::Windows::Forms::ToolStripMenuItem | beendenToolStripMenuItem |
System::Windows::Forms::OpenFileDialog | oFD_Laden |
System::Windows::Forms::GroupBox | gB_Properties |
System::Windows::Forms::TabControl | tC_Properties |
System::Windows::Forms::TabPage | tP_Arrow |
System::Windows::Forms::TabPage | tP_Streamline |
System::Windows::Forms::GroupBox | gB_View |
System::Windows::Forms::PictureBox | pictureBox1 |
System::Drawing::Bitmap | arrowBitmap |
System::Drawing::Bitmap | scalarBitmap |
System::Drawing::Bitmap | streamBitmap |
System::Drawing::Bitmap | mergedBitmap |
System::Drawing::Bitmap | farbBitmap |
System::Drawing::Bitmap | farbBitmapBG |
System::Drawing::Bitmap | backgroundBitmap |
System::Drawing::Bitmap | evilBitmap |
System::Drawing::Graphics | arrowGraphics |
System::Drawing::Graphics | scalarGraphics |
System::Drawing::Graphics | streamGraphics |
System::Drawing::Graphics | mergedGraphics |
System::Drawing::Graphics | backgroundGraphics |
System::Drawing::Graphics | evilGraphics |
bool | backgroundChanged |
bool | isSeeded |
bool | isFileLoaded |
System::Windows::Forms::StatusStrip | statusStrip1 |
System::Windows::Forms::ToolStripProgressBar | toolStripProgressBar2 |
System::Windows::Forms::VScrollBar | vScrollBar1 |
System::Windows::Forms::HScrollBar | hScrollBar1 |
System::Windows::Forms::GroupBox | gB_Auswahl |
System::Windows::Forms::CheckBox | cB_Background |
System::Windows::Forms::CheckBox | cB_Streamlines |
System::Windows::Forms::CheckBox | cB_Arrow |
System::Windows::Forms::Button | b_Render |
System::Windows::Forms::TabPage | tP_Background |
System::Windows::Forms::ColorDialog | colorDialog1 |
cli::array< bool, 2 > | nachbar |
cli::array< bool, 2 > | boolBild |
short | zoomFaktor |
short | dsep |
float | dtest |
int | gridsize |
System::Windows::Forms::GroupBox | gB_Farbe |
System::Windows::Forms::RadioButton | rB_F_Vorticity |
System::Windows::Forms::RadioButton | rB_F_Pressure |
System::Windows::Forms::RadioButton | rB_F_Vectorlength |
System::Windows::Forms::RadioButton | rB_F_Default |
System::Windows::Forms::GroupBox | gB_A_Laenge |
System::Windows::Forms::RadioButton | rB_L_Vorticity |
System::Windows::Forms::RadioButton | rB_L_Pressure |
System::Windows::Forms::RadioButton | rB_L_Vectorlength |
System::Windows::Forms::RadioButton | rB_L_Normalized |
System::Windows::Forms::GroupBox | gB_S_Verfahren |
System::Windows::Forms::RadioButton | rB_S_Vergleich |
System::Windows::Forms::RadioButton | rB_S_Runge |
System::Windows::Forms::RadioButton | rB_S_Euler |
System::Windows::Forms::GroupBox | gB_S_Seeding |
System::Windows::Forms::RadioButton | rB_S_Spalte |
System::Windows::Forms::RadioButton | rB_S_Zeile |
System::Windows::Forms::RadioButton | rB_S_Punkt |
System::Windows::Forms::GroupBox | gB_S_Richtung |
System::Windows::Forms::CheckBox | cB_S_Rueckwaerts |
System::Windows::Forms::CheckBox | cB_S_Vorwaerts |
System::Windows::Forms::Button | b_S_Loeschen |
System::Windows::Forms::GroupBox | gB_B_Farbe |
System::Windows::Forms::RadioButton | rB_B_Vorticity |
System::Windows::Forms::RadioButton | rB_B_Pressure |
System::Windows::Forms::RadioButton | rB_B_Vectorlength |
System::Windows::Forms::RadioButton | rb_B_Default |
System::Windows::Forms::PictureBox | pictureBox2 |
System::Windows::Forms::Button | button1 |
System::Windows::Forms::Button | button2 |
System::Windows::Forms::RadioButton | radioButton1 |
System::Windows::Forms::RadioButton | radioButton2 |
System::Windows::Forms::RadioButton | radioButton3 |
System::Windows::Forms::RadioButton | radioButton4 |
System::Windows::Forms::RadioButton | rB_S_Evenly |
System::Windows::Forms::Panel | p_Farbauswahl |
System::Windows::Forms::PictureBox | pB_Farbauswahl |
System::Windows::Forms::CheckBox | cB_Farbauswahl |
System::Windows::Forms::PictureBox | pB_Vorticity |
System::Windows::Forms::PictureBox | pB_Pressure |
System::Windows::Forms::PictureBox | pB_Vectorlength |
System::Windows::Forms::PictureBox | pB_FarbauswahlBackground |
System::Windows::Forms::Label | l_BackgroundFarbe |
System::Windows::Forms::Label | l_VorticityHist |
System::Windows::Forms::Label | l_PressureHist |
System::Windows::Forms::Label | l_VectorlengthHist |
System::Windows::Forms::Label | l_ArrowFarbe |
System::Windows::Forms::NumericUpDown | nUD_Dtest |
System::Windows::Forms::NumericUpDown | nUD_Dsep |
System::Windows::Forms::Label | l_Dsep |
System::Windows::Forms::Label | l_Dtest |
System::Windows::Forms::CheckBox | cB_Glyphen |
System::Windows::Forms::Label | l_Abstand |
System::Windows::Forms::NumericUpDown | nUD_Abstand |
System::Windows::Forms::NumericUpDown | nUD_Gridsize |
System::Windows::Forms::Label | l_Gridsize |
System::Windows::Forms::NumericUpDown | nUD_Glyphes |
System::ComponentModel::Container | components |
Required designer variable. |
FlowVis::Form1::Form1 | ( | void | ) | [inline] |
FlowVis::Form1::~Form1 | ( | ) | [inline, protected] |
Clean up any resources being used.
void FlowVis::Form1::InitializeComponent | ( | void | ) | [inline, private] |
Required method for Designer support - do not modify the contents of this method with the code editor.
System::Void Form1::ladenToolStripMenuItem_Click | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [private] |
Oeffnet die Laden-Dialoge und aktiviert nach dem erfolgreichen Laden die Steuerelemente der GUI
System::Void FlowVis::Form1::beendenToolStripMenuItem_Click | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [inline, private] |
System::Void Form1::DrawArrow | ( | int | Sx, | |
int | Sy, | |||
int | Ex, | |||
int | Ey, | |||
System::Drawing::Pen^ | pen, | |||
System::Drawing::Graphics^ | g, | |||
System::Drawing::Bitmap^ | b | |||
) | [private] |
Zeichnet einen Pfeil
Sx | Startpunkt x Koordinate | |
Sy | Startpunkt y Koordinate | |
Ex | Endpunkt x Koordinate | |
Ey | Endpunkt y Koordinate | |
pen | Farbe und Breite | |
g | Graphic des Bildes | |
b | Zielbild |
System::Void Form1::DrawLine | ( | int | x1, | |
int | y1, | |||
int | x2, | |||
int | y2, | |||
System::Drawing::Pen^ | pen, | |||
System::Drawing::Graphics^ | g, | |||
System::Drawing::Bitmap^ | b | |||
) | [private] |
Zeichnet eine Linie
x1 | Startpunkt x Koordinate | |
y1 | Startpunkt y Koordinate | |
x2 | Endpunkt x Koordinate | |
y2 | Endpunkt y Koordinate | |
pen | Farbe und Breite | |
g | Graphic des Bildes | |
b | Zielbild |
System::Void Form1::ArrowPlot | ( | short | mode | ) | [private] |
Zeichnet die Layer Arrow
mode | Modus (1=normalized, 2=Vectorlength, 3=Pressure, 4=Vorticity) |
System::Void Form1::StreamLinePlot | ( | short | methode | ) | [private] |
Zeichnet die Streamlines
methode | (1=Euler, 2=Runge-Kutta, 3=Vergleich) |
System::Void Form1::HandleScroll | ( | Object^ | sender, | |
ScrollEventArgs^ | se | |||
) | [private] |
Scrollevent
System::Void Form1::SetScrollBarValues | ( | ) | [private] |
Setzt die aktuelle Hoehe und Breite der ScrollBars
* If the VScrollBar is visible, adjust the Maximum of the
* If the HScrollBar is visible, adjust the Maximum of the
System::Void FlowVis::Form1::hScrollBar1_Scroll | ( | System::Object^ | sender, | |
System::Windows::Forms::ScrollEventArgs^ | e | |||
) | [inline, private] |
System::Void FlowVis::Form1::vScrollBar1_Scroll | ( | System::Object^ | sender, | |
System::Windows::Forms::ScrollEventArgs^ | e | |||
) | [inline, private] |
System::Void Form1::FileLoad | ( | String^ | filename | ) | [private] |
Laedt dat Dateien
filename | Name der zu oeffnenden Datei |
System::Void Form1::FileLoadGRI | ( | String^ | filename | ) | [private] |
Laedt gri Dateien
filename | Name der zu oeffnenden Datei |
System::Void Form1::DisplayScrollBars | ( | ) | [private] |
Steuert die Anzeige der ScrollBars
System::Void Form1::SetColorToBitmap | ( | System::Drawing::Bitmap^ | b, | |
System::Drawing::Color | c | |||
) | [private] |
Faerbt ein Bitmap in einer bestimmte Farbe ein
b | Zielbild | |
c | Farbe |
System::Drawing::Color Form1::getColor | ( | float | wert | ) | [private] |
Berechnet die gewuenschte Farbe und gibt diese zurueck
wert | gewuenschter Wert |
Color Form1::getColorLinearInterpol | ( | short | element, | |
short | nextElement, | |||
short | position | |||
) | [private] |
Gibt die linear interpolierte Farbe zurueck
element | Element aus dem Farbvektor | |
nextElement | naechstes Element aus dem Farbvektor | |
position | gewuenschte Position |
Color Form1::getColorLinearInterpolBG | ( | short | element, | |
short | nextElement, | |||
short | position | |||
) | [private] |
Gibt die linear interpolierte Farbe fuer den Hintergrund zurueck
element | Element aus dem Farbvektor | |
nextElement | naechstes Element aus dem Farbvektor | |
position | gewuenschte Position |
Color Form1::getColorForBackGround | ( | float | wert | ) | [private] |
Berechnet die gewuenschte Farbe fuer den Hintergrund und gibt diese zurueck
wert | gewuenschter Wert |
System::Void Form1::b_Render_Click | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [private] |
Button Render Event
System::Void Form1::ScrollPicture | ( | ) | [private] |
Scrolled das Bild
System::Void Form1::DrawEulerLine | ( | int | x, | |
int | y, | |||
int | maxSteps, | |||
float | stepSize, | |||
Pen^ | pen, | |||
Graphics^ | g, | |||
Bitmap^ | b | |||
) | [private] |
Zeichnet die Streamlines ueber die Euler-Methode
x | Startpunkt x Koordinate | |
y | Startpunkt y Koordinate | |
maxSteps | maximale Anzahl der Schritte | |
stepSize | Schrittweite | |
pen | Farbe und Breite | |
g | Graphic des Bildes | |
b | Zielbild |
System::Void Form1::DrawGlyph | ( | int | Sx, | |
int | Sy, | |||
int | Ex, | |||
int | Ey, | |||
Pen^ | pen, | |||
Graphics^ | g, | |||
Bitmap^ | b | |||
) | [private] |
Zeichnet eine Glyphe an die gegebene Stelle
Sx | Startpunkt x Koordinate | |
Sy | Startpunkt y Koordinate | |
Ex | Endpunkt x Koordinate | |
Ey | Endpunkt y Koordinate | |
pen | Farbe und Breite | |
g | Graphic des Bildes | |
b | Zielbild |
System::Void Form1::DrawRungeKuttaLine | ( | int | x, | |
int | y, | |||
int | maxSteps, | |||
float | stepSize, | |||
Pen^ | pen, | |||
Graphics^ | g, | |||
Bitmap^ | b | |||
) | [private] |
Zeichnet die Streamlines ueber die Runge-Kutta Methode
x | Startpunkt x Koordinate | |
y | Startpunkt y Koordinate | |
maxSteps | maximale Anzahl der Schritte | |
stepSize | Schrittweite | |
pen | Farbe und Breite | |
g | Graphic des Bildes | |
b | Zielbild |
System::Void Form1::DrawEvenlySpacedLines | ( | int | x, | |
int | y, | |||
int | i, | |||
float | stepsize, | |||
Pen^ | pen, | |||
Graphics^ | g, | |||
Bitmap^ | b | |||
) | [private] |
Zeichnet die Streamlines anhand der Evenly-Spaced Methode
x | Startpunkt x Koordinate | |
y | Startpunkt y Koordinate | |
i | Anzahl an Schritten | |
stepsize | Schrittweite | |
pen | Farbe und Breite | |
g | Graphic des Bildes | |
b | Zielbild |
System::Void Form1::Seed | ( | int | x, | |
int | y | |||
) | [private] |
Startet eine Streamline am uebergebenen Punkt
x | Startpunkt x Koordinate | |
y | Startpunkt y Koordinate |
System::Void Form1::ComputeSingleStreamLine | ( | int | x, | |
int | y, | |||
int | max, | |||
Pen^ | pen, | |||
Graphics^ | g, | |||
Bitmap^ | b | |||
) | [private] |
Berechnet eine einzelne Streamline
x | Startpunkt x Koordinate | |
y | Startpunkt y Koordinate | |
max | maximale Anzahl an Schritten | |
pen | Farbe und Breite | |
g | Graphic des Bildes | |
b | Zielbild |
System::Void Form1::setFarbauswahl | ( | ) | [private] |
Setzt die Farbauswahl, zeichnet dabei die Farbverlaeufe und die dreieckigen Farbmarker
System::Void Form1::setFarbauswahlBG | ( | ) | [private] |
Setzt die Farbauswahl fuer den Hintergrund, zeichnet dabei die Farbverlaeufe und die dreieckigen Farbmarker
System::Void Form1::pictureBox1_MouseDown | ( | System::Object^ | sender, | |
System::Windows::Forms::MouseEventArgs^ | e | |||
) | [private] |
MouseDownEvent
System::Void Form1::b_S_Loeschen_Click | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [private] |
Loescht die streamline Layer, um neue Streamlines zu starten
System::Void Form1::setBackground | ( | Bitmap^ | b | ) | [private] |
Berechnet den gewuenschten Hintergrund
b | Hintergrundspeicherbild |
System::Void FlowVis::Form1::rb_B_Default_CheckedChanged | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [inline, private] |
System::Void FlowVis::Form1::rB_B_Vectorlength_CheckedChanged | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [inline, private] |
System::Void FlowVis::Form1::rB_B_Pressure_CheckedChanged | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [inline, private] |
System::Void FlowVis::Form1::rB_B_Vorticity_CheckedChanged | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [inline, private] |
System::Void FlowVis::Form1::cB_Farbauswahl_CheckedChanged | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [inline, private] |
System::Void Form1::DrawTriangle | ( | PointF | p1, | |
PointF | p2, | |||
PointF | p3, | |||
Pen^ | pen, | |||
Graphics^ | g, | |||
Bitmap^ | b | |||
) | [private] |
Zeichnet ein Dreieck
p1 | Punkt1 | |
p2 | Punkt2 | |
p3 | Punkt3 | |
pen | Farbe und Breite | |
g | Graphic des Bildes | |
b | Zielbild |
System::Void Form1::DrawFarbverlauf | ( | short | element, | |
short | nextElement, | |||
Pen^ | pen, | |||
Graphics^ | g, | |||
Bitmap^ | b | |||
) | [private] |
Zeichnet den Farbverlauf fuer die Farbauswahl
element | Element des Farbvektors | |
nextElement | naechstes Element des Farbvektors | |
pen | Farbe und Breite | |
g | Graphic des Bildes | |
b | Zielbild |
System::Void Form1::DrawFarbverlaufBG | ( | short | element, | |
short | nextElement, | |||
Pen^ | pen, | |||
Graphics^ | g, | |||
Bitmap^ | b | |||
) | [private] |
Zeichnet den Farbverlauf fuer die Farbauswahl des Hintergrunds
element | Element des Farbvektors | |
nextElement | naechstes Element des Farbvektors | |
pen | Farbe und Breite | |
g | Graphic des Bildes | |
b | Zielbild |
System::Void Form1::pB_Farbauswahl_MouseDown | ( | System::Object^ | sender, | |
System::Windows::Forms::MouseEventArgs^ | e | |||
) | [private] |
Setzt einen neuen Farbpunkt durch Linksklick Loescht einen gewaehlten Farbpunkt durch Rechtsklick
Sample Form1::interpol2D | ( | float | x, | |
float | y | |||
) | [private] |
Interpoliert bilinear und gibt das Ergebnis als Sample zurueck
x | x-Koordinate des gewuenschten Punktes | |
y | y-Koordinate des gewuenschten Punktes |
Sample Form1::interpol2DExt | ( | float | x, | |
float | y | |||
) | [private] |
Die erweiterte Version von interpol2D, interpoliert zusaetzlich auch Pressure und Vorticity
x | x-Koordinate des gewuenschten Punktes | |
y | y-Koordinate des gewuenschten Punktes |
System::Void Form1::checkStartpunkt | ( | float | xf, | |
float | yf, | |||
Sample | aktSample | |||
) | [private] |
Ueberprueft, ob es sich um einen gueltigen Startpunkt handelt
xf | x Koordinate | |
yf | y Koordinate | |
aktSample | aktuelle Richtung |
bool Form1::isValidStartPoint | ( | int | x, | |
int | y | |||
) | [private] |
Ueberprueft, ob es sich um einen gueltigen Startpunkt handelt
x | x Koordinate | |
y | y Koordinate |
bool Form1::isValidLinePoint | ( | int | x, | |
int | y | |||
) | [private] |
Ueberprueft, ob es sich um einen gueltigen Punkt auf der Linie handelt
x | x Koordinate | |
y | y Koordinate |
System::Void Form1::DrawBoolLine | ( | int | x1, | |
int | y1, | |||
int | x2, | |||
int | y2 | |||
) | [private] |
Zeichnet eine fertige Linie bzw Segment per Bresenham in ein Boolfeld
x1 | x Koordinate Startpunkt | |
y1 | y Koordinate Startpunkt | |
x2 | x Koordinate Endpunkt | |
y2 | y Koordinate Endpunkt |
System::Void Form1::pB_FarbauswahlBackground_MouseDown | ( | System::Object^ | sender, | |
System::Windows::Forms::MouseEventArgs^ | e | |||
) | [private] |
Setzt einen neuen Farbpunkt durch Linksklick in der Farbauswahl fuer den Hintergrund Loescht einen gewaehlten Farbpunkt durch Rechtsklick aus der Farbauswahl fuer den Hintergrund
System::Void Form1::DrawHistogramms | ( | ) | [private] |
Zeichnet die Histogramme fuer Vectorlength, Pressure und Vorticity
System::Void Form1::Render | ( | ) | [private] |
Rendert die Szene anhand der aktuellen Einstellungen
System::Void Form1::Zoom | ( | ) | [private] |
Zoomed in bzw aus der aktuellen Ansicht
System::Void Form1::DrawBoolBild | ( | ) | [private] |
Zeichnet die evenlyspaced Lines in ein BoolFeld (DEBUG)
System::Void FlowVis::Form1::nUD_Dsep_ValueChanged | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [inline, private] |
System::Void FlowVis::Form1::nUD_Dtest_ValueChanged_1 | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [inline, private] |
virtual void FlowVis::Form1::OnMouseWheel | ( | MouseEventArgs^ | e | ) | [inline, protected, virtual] |
System::Void FlowVis::Form1::nUD_Gridsize_ValueChanged | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [inline, private] |
System::Void FlowVis::Form1::l_Glyphes_Click | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [inline, private] |
System::Void FlowVis::Form1::rB_S_Punkt_CheckedChanged | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [inline, private] |
System::Void FlowVis::Form1::rB_S_Zeile_CheckedChanged | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [inline, private] |
System::Void FlowVis::Form1::rB_S_Spalte_CheckedChanged | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [inline, private] |
System::Void FlowVis::Form1::rB_S_Evenly_CheckedChanged | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [inline, private] |
System::Void FlowVis::Form1::cB_Glyphen_CheckedChanged | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [inline, private] |
System::Windows::Forms::MenuStrip FlowVis::Form1::mS_MainMenu [private] |
System::Windows::Forms::ToolStripMenuItem FlowVis::Form1::dateiToolStripMenuItem [private] |
System::Windows::Forms::ToolStripMenuItem FlowVis::Form1::ladenToolStripMenuItem [private] |
System::Windows::Forms::ToolStripMenuItem FlowVis::Form1::beendenToolStripMenuItem [private] |
System::Windows::Forms::OpenFileDialog FlowVis::Form1::oFD_Laden [private] |
System::Windows::Forms::GroupBox FlowVis::Form1::gB_Properties [private] |
System::Windows::Forms::TabControl FlowVis::Form1::tC_Properties [private] |
System::Windows::Forms::TabPage FlowVis::Form1::tP_Arrow [private] |
System::Windows::Forms::TabPage FlowVis::Form1::tP_Streamline [private] |
System::Windows::Forms::GroupBox FlowVis::Form1::gB_View [private] |
System::Windows::Forms::PictureBox FlowVis::Form1::pictureBox1 [private] |
System::Drawing::Bitmap FlowVis::Form1::arrowBitmap [private] |
System::Drawing::Bitmap FlowVis::Form1::scalarBitmap [private] |
System::Drawing::Bitmap FlowVis::Form1::streamBitmap [private] |
System::Drawing::Bitmap FlowVis::Form1::mergedBitmap [private] |
System::Drawing::Bitmap FlowVis::Form1::farbBitmap [private] |
System::Drawing::Bitmap FlowVis::Form1::farbBitmapBG [private] |
System::Drawing::Bitmap FlowVis::Form1::backgroundBitmap [private] |
System::Drawing::Bitmap FlowVis::Form1::evilBitmap [private] |
System::Drawing::Graphics FlowVis::Form1::arrowGraphics [private] |
System::Drawing::Graphics FlowVis::Form1::scalarGraphics [private] |
System::Drawing::Graphics FlowVis::Form1::streamGraphics [private] |
System::Drawing::Graphics FlowVis::Form1::mergedGraphics [private] |
System::Drawing::Graphics FlowVis::Form1::backgroundGraphics [private] |
System::Drawing::Graphics FlowVis::Form1::evilGraphics [private] |
bool FlowVis::Form1::backgroundChanged [private] |
bool FlowVis::Form1::isSeeded [private] |
bool FlowVis::Form1::isFileLoaded [private] |
System::Windows::Forms::StatusStrip FlowVis::Form1::statusStrip1 [private] |
System::Windows::Forms::ToolStripProgressBar FlowVis::Form1::toolStripProgressBar2 [private] |
System::Windows::Forms::VScrollBar FlowVis::Form1::vScrollBar1 [private] |
System::Windows::Forms::HScrollBar FlowVis::Form1::hScrollBar1 [private] |
System::Windows::Forms::GroupBox FlowVis::Form1::gB_Auswahl [private] |
System::Windows::Forms::CheckBox FlowVis::Form1::cB_Background [private] |
System::Windows::Forms::CheckBox FlowVis::Form1::cB_Streamlines [private] |
System::Windows::Forms::CheckBox FlowVis::Form1::cB_Arrow [private] |
System::Windows::Forms::Button FlowVis::Form1::b_Render [private] |
System::Windows::Forms::TabPage FlowVis::Form1::tP_Background [private] |
System::Windows::Forms::ColorDialog FlowVis::Form1::colorDialog1 [private] |
cli::array<bool, 2> FlowVis::Form1::nachbar [private] |
cli::array<bool, 2> FlowVis::Form1::boolBild [private] |
short FlowVis::Form1::zoomFaktor [private] |
short FlowVis::Form1::dsep [private] |
float FlowVis::Form1::dtest [private] |
int FlowVis::Form1::gridsize [private] |
System::Windows::Forms::GroupBox FlowVis::Form1::gB_Farbe [private] |
System::Windows::Forms::RadioButton FlowVis::Form1::rB_F_Vorticity [private] |
System::Windows::Forms::RadioButton FlowVis::Form1::rB_F_Pressure [private] |
System::Windows::Forms::RadioButton FlowVis::Form1::rB_F_Vectorlength [private] |
System::Windows::Forms::RadioButton FlowVis::Form1::rB_F_Default [private] |
System::Windows::Forms::GroupBox FlowVis::Form1::gB_A_Laenge [private] |
System::Windows::Forms::RadioButton FlowVis::Form1::rB_L_Vorticity [private] |
System::Windows::Forms::RadioButton FlowVis::Form1::rB_L_Pressure [private] |
System::Windows::Forms::RadioButton FlowVis::Form1::rB_L_Vectorlength [private] |
System::Windows::Forms::RadioButton FlowVis::Form1::rB_L_Normalized [private] |
System::Windows::Forms::GroupBox FlowVis::Form1::gB_S_Verfahren [private] |
System::Windows::Forms::RadioButton FlowVis::Form1::rB_S_Vergleich [private] |
System::Windows::Forms::RadioButton FlowVis::Form1::rB_S_Runge [private] |
System::Windows::Forms::RadioButton FlowVis::Form1::rB_S_Euler [private] |
System::Windows::Forms::GroupBox FlowVis::Form1::gB_S_Seeding [private] |
System::Windows::Forms::RadioButton FlowVis::Form1::rB_S_Spalte [private] |
System::Windows::Forms::RadioButton FlowVis::Form1::rB_S_Zeile [private] |
System::Windows::Forms::RadioButton FlowVis::Form1::rB_S_Punkt [private] |
System::Windows::Forms::GroupBox FlowVis::Form1::gB_S_Richtung [private] |
System::Windows::Forms::CheckBox FlowVis::Form1::cB_S_Rueckwaerts [private] |
System::Windows::Forms::CheckBox FlowVis::Form1::cB_S_Vorwaerts [private] |
System::Windows::Forms::Button FlowVis::Form1::b_S_Loeschen [private] |
System::Windows::Forms::GroupBox FlowVis::Form1::gB_B_Farbe [private] |
System::Windows::Forms::RadioButton FlowVis::Form1::rB_B_Vorticity [private] |
System::Windows::Forms::RadioButton FlowVis::Form1::rB_B_Pressure [private] |
System::Windows::Forms::RadioButton FlowVis::Form1::rB_B_Vectorlength [private] |
System::Windows::Forms::RadioButton FlowVis::Form1::rb_B_Default [private] |
System::Windows::Forms::PictureBox FlowVis::Form1::pictureBox2 [private] |
System::Windows::Forms::Button FlowVis::Form1::button1 [private] |
System::Windows::Forms::Button FlowVis::Form1::button2 [private] |
System::Windows::Forms::RadioButton FlowVis::Form1::radioButton1 [private] |
System::Windows::Forms::RadioButton FlowVis::Form1::radioButton2 [private] |
System::Windows::Forms::RadioButton FlowVis::Form1::radioButton3 [private] |
System::Windows::Forms::RadioButton FlowVis::Form1::radioButton4 [private] |
System::Windows::Forms::RadioButton FlowVis::Form1::rB_S_Evenly [private] |
System::Windows::Forms::Panel FlowVis::Form1::p_Farbauswahl [private] |
System::Windows::Forms::PictureBox FlowVis::Form1::pB_Farbauswahl [private] |
System::Windows::Forms::CheckBox FlowVis::Form1::cB_Farbauswahl [private] |
System::Windows::Forms::PictureBox FlowVis::Form1::pB_Vorticity [private] |
System::Windows::Forms::PictureBox FlowVis::Form1::pB_Pressure [private] |
System::Windows::Forms::PictureBox FlowVis::Form1::pB_Vectorlength [private] |
System::Windows::Forms::PictureBox FlowVis::Form1::pB_FarbauswahlBackground [private] |
System::Windows::Forms::Label FlowVis::Form1::l_BackgroundFarbe [private] |
System::Windows::Forms::Label FlowVis::Form1::l_VorticityHist [private] |
System::Windows::Forms::Label FlowVis::Form1::l_PressureHist [private] |
System::Windows::Forms::Label FlowVis::Form1::l_VectorlengthHist [private] |
System::Windows::Forms::Label FlowVis::Form1::l_ArrowFarbe [private] |
System::Windows::Forms::NumericUpDown FlowVis::Form1::nUD_Dtest [private] |
System::Windows::Forms::NumericUpDown FlowVis::Form1::nUD_Dsep [private] |
System::Windows::Forms::Label FlowVis::Form1::l_Dsep [private] |
System::Windows::Forms::Label FlowVis::Form1::l_Dtest [private] |
System::Windows::Forms::CheckBox FlowVis::Form1::cB_Glyphen [private] |
System::Windows::Forms::Label FlowVis::Form1::l_Abstand [private] |
System::Windows::Forms::NumericUpDown FlowVis::Form1::nUD_Abstand [private] |
System::Windows::Forms::NumericUpDown FlowVis::Form1::nUD_Gridsize [private] |
System::Windows::Forms::Label FlowVis::Form1::l_Gridsize [private] |
System::Windows::Forms::NumericUpDown FlowVis::Form1::nUD_Glyphes [private] |
System::ComponentModel::Container FlowVis::Form1::components [private] |
Required designer variable.