#include <Form1.h>
Public Member Functions | |
Form1 (void) | |
Protected Member Functions | |
~Form1 () | |
Verwendete Ressourcen bereinigen. | |
Private Member Functions | |
void | InitializeComponent (void) |
Erforderliche Designervariable. | |
System::Void | splitContainer2_Panel1_HandleCreated (System::Object^sender, System::EventArgs^e) |
System::Void | pictureBox1_Paint (System::Object^sender, System::Windows::Forms::PaintEventArgs^e) |
System::Void | pictureBox2_Paint (System::Object^sender, System::Windows::Forms::PaintEventArgs^e) |
System::Void | drawTransferFunction (System::Drawing::Graphics^graphics) |
System::Void | drawTransferNodes (System::Drawing::Graphics^graphics) |
System::Void | updateFarbVerlauf (System::Drawing::Graphics^graphics) |
System::Void | splitContainer2_Panel1_SizeChanged (System::Object^sender, System::EventArgs^e) |
System::Void | datensatzLadenToolStripMenuItem_Click (System::Object^sender, System::EventArgs^e) |
System::Void | createHistBitmap () |
System::Void | setHistImage () |
System::Int32 | getHighestHist (int from, int to) |
System::Void | timer1_Tick (System::Object^sender, System::EventArgs^e) |
std::string | getString (String^managed) |
System::Void | checkBox1_CheckedChanged (System::Object^sender, System::EventArgs^e) |
System::Void | trackBar1_Scroll (System::Object^sender, System::EventArgs^e) |
System::Int16 | getSelectedNode (int xPos, int yPos) |
System::Void | pictureBox1_MouseDown (System::Object^sender, System::Windows::Forms::MouseEventArgs^e) |
System::Void | pictureBox1_DoubleClick (System::Object^sender, System::Windows::Forms::MouseEventArgs^e) |
System::Void | pictureBox1_MouseMove (System::Object^sender, System::Windows::Forms::MouseEventArgs^e) |
System::Void | pictureBox1_MouseUp (System::Object^sender, System::Windows::Forms::MouseEventArgs^e) |
System::Void | radioButton3_CheckedChanged (System::Object^sender, System::EventArgs^e) |
System::Void | radioButton4_CheckedChanged (System::Object^sender, System::EventArgs^e) |
System::Void | radioButton5_CheckedChanged (System::Object^sender, System::EventArgs^e) |
System::Void | radioButton1_CheckedChanged (System::Object^sender, System::EventArgs^e) |
System::Void | radioButton2_CheckedChanged (System::Object^sender, System::EventArgs^e) |
System::Void | splitContainer2_Panel1_MouseDown (System::Object^sender, System::Windows::Forms::MouseEventArgs^e) |
System::Void | splitContainer2_Panel1_MouseMove (System::Object^sender, System::Windows::Forms::MouseEventArgs^e) |
System::Void | splitContainer2_Panel1_MouseUp (System::Object^sender, System::Windows::Forms::MouseEventArgs^e) |
System::Void | splitContainer2_Panel1_MouseWheel (System::Object^sender, System::Windows::Forms::MouseEventArgs^e) |
System::Void | radioButton6_CheckedChanged (System::Object^sender, System::EventArgs^e) |
System::Void | radioButton7_CheckedChanged (System::Object^sender, System::EventArgs^e) |
System::Void | trackBar4_Scroll (System::Object^sender, System::EventArgs^e) |
System::Void | trackBar3_Scroll (System::Object^sender, System::EventArgs^e) |
System::Void | trackBar2_Scroll (System::Object^sender, System::EventArgs^e) |
System::Void | ladenToolStripMenuItem_Click (System::Object^sender, System::EventArgs^e) |
System::Void | speichernToolStripMenuItem_Click_1 (System::Object^sender, System::EventArgs^e) |
Private Attributes | |
System::Windows::Forms::MenuStrip | menuStrip1 |
System::Windows::Forms::ToolStripMenuItem | dateiToolStripMenuItem |
System::Windows::Forms::ToolStripMenuItem | datensatzLadenToolStripMenuItem |
System::Windows::Forms::ToolStripSeparator | toolStripSeparator1 |
System::Windows::Forms::ToolStripMenuItem | programmBeendenToolStripMenuItem |
System::Windows::Forms::SplitContainer | splitContainer1 |
System::Windows::Forms::SplitContainer | splitContainer2 |
System::Windows::Forms::SplitContainer | splitContainer3 |
System::Windows::Forms::GroupBox | groupBox1 |
System::Windows::Forms::GroupBox | groupBox2 |
System::Windows::Forms::Label | label1 |
System::Windows::Forms::Label | label2 |
System::Windows::Forms::TrackBar | trackBar1 |
System::Windows::Forms::GroupBox | groupBox3 |
System::Windows::Forms::OpenFileDialog | openFileDialog1 |
GUIAppBridge * | guiAppBridge |
bool | isOpenGLInitialized |
bool | renderRequired |
bool | volumeLoaded |
bool | nodeMoving |
bool | mouseDown |
int | mouseOldX |
int | mouseOldY |
int | highestAmount |
int | selectedNode |
System::Drawing::Bitmap | myHistBitmap |
System::Drawing::Graphics | myHistBitmapGraphics |
System::Drawing::Graphics | histogramm |
System::Drawing::Graphics | farbVerlauf |
System::Windows::Forms::Timer | timer1 |
System::Windows::Forms::PictureBox | pictureBox1 |
System::Windows::Forms::PictureBox | pictureBox2 |
System::Windows::Forms::ColorDialog | colorDialog1 |
System::Windows::Forms::RadioButton | radioButton1 |
System::Windows::Forms::TrackBar | trackBar2 |
System::Windows::Forms::RadioButton | radioButton2 |
System::Windows::Forms::CheckBox | checkBox1 |
System::Windows::Forms::RadioButton | radioButton5 |
System::Windows::Forms::RadioButton | radioButton4 |
System::Windows::Forms::RadioButton | radioButton3 |
System::Windows::Forms::RadioButton | radioButton7 |
System::Windows::Forms::RadioButton | radioButton6 |
System::Windows::Forms::TrackBar | trackBar4 |
System::Windows::Forms::TrackBar | trackBar3 |
System::Windows::Forms::Label | label3 |
System::Windows::Forms::Label | label4 |
System::Windows::Forms::Label | label5 |
System::Windows::Forms::ToolStripMenuItem | transferfunktionToolStripMenuItem |
System::Windows::Forms::OpenFileDialog | openFileDialog2 |
System::Windows::Forms::SaveFileDialog | saveFileDialog1 |
System::Windows::Forms::ToolStripMenuItem | ladenToolStripMenuItem |
System::Windows::Forms::ToolStripMenuItem | speichernToolStripMenuItem |
System::ComponentModel::IContainer | components |
Warnung: Wenn Sie den Namen dieser Klasse ändern, müssen Sie auch die Ressourcendateiname-Eigenschaft für das Tool zur Kompilierung verwalteter Ressourcen ändern, das allen RESX-Dateien zugewiesen ist, von denen diese Klasse abhängt. Anderenfalls können die Designer nicht korrekt mit den lokalisierten Ressourcen arbeiten, die diesem Formular zugewiesen sind.
VolViz::Form1::Form1 | ( | void | ) | [inline] |
VolViz::Form1::~Form1 | ( | ) | [inline, protected] |
Verwendete Ressourcen bereinigen.
System::Void VolViz::Form1::checkBox1_CheckedChanged | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [inline, private] |
System::Void VolViz::Form1::createHistBitmap | ( | ) | [inline, private] |
System::Void VolViz::Form1::datensatzLadenToolStripMenuItem_Click | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [inline, private] |
System::Void VolViz::Form1::drawTransferFunction | ( | System::Drawing::Graphics^ | graphics | ) | [inline, private] |
System::Void VolViz::Form1::drawTransferNodes | ( | System::Drawing::Graphics^ | graphics | ) | [inline, private] |
System::Int32 VolViz::Form1::getHighestHist | ( | int | from, | |
int | to | |||
) | [inline, private] |
System::Int16 VolViz::Form1::getSelectedNode | ( | int | xPos, | |
int | yPos | |||
) | [inline, private] |
std::string VolViz::Form1::getString | ( | String^ | managed | ) | [inline, private] |
void VolViz::Form1::InitializeComponent | ( | void | ) | [inline, private] |
Erforderliche Designervariable.
Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
System::Void VolViz::Form1::ladenToolStripMenuItem_Click | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [inline, private] |
System::Void VolViz::Form1::pictureBox1_DoubleClick | ( | System::Object^ | sender, | |
System::Windows::Forms::MouseEventArgs^ | e | |||
) | [inline, private] |
System::Void VolViz::Form1::pictureBox1_MouseDown | ( | System::Object^ | sender, | |
System::Windows::Forms::MouseEventArgs^ | e | |||
) | [inline, private] |
System::Void VolViz::Form1::pictureBox1_MouseMove | ( | System::Object^ | sender, | |
System::Windows::Forms::MouseEventArgs^ | e | |||
) | [inline, private] |
System::Void VolViz::Form1::pictureBox1_MouseUp | ( | System::Object^ | sender, | |
System::Windows::Forms::MouseEventArgs^ | e | |||
) | [inline, private] |
System::Void VolViz::Form1::pictureBox1_Paint | ( | System::Object^ | sender, | |
System::Windows::Forms::PaintEventArgs^ | e | |||
) | [inline, private] |
System::Void VolViz::Form1::pictureBox2_Paint | ( | System::Object^ | sender, | |
System::Windows::Forms::PaintEventArgs^ | e | |||
) | [inline, private] |
System::Void VolViz::Form1::radioButton1_CheckedChanged | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [inline, private] |
System::Void VolViz::Form1::radioButton2_CheckedChanged | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [inline, private] |
System::Void VolViz::Form1::radioButton3_CheckedChanged | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [inline, private] |
System::Void VolViz::Form1::radioButton4_CheckedChanged | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [inline, private] |
System::Void VolViz::Form1::radioButton5_CheckedChanged | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [inline, private] |
System::Void VolViz::Form1::radioButton6_CheckedChanged | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [inline, private] |
System::Void VolViz::Form1::radioButton7_CheckedChanged | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [inline, private] |
System::Void VolViz::Form1::setHistImage | ( | ) | [inline, private] |
System::Void VolViz::Form1::speichernToolStripMenuItem_Click_1 | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [inline, private] |
System::Void VolViz::Form1::splitContainer2_Panel1_HandleCreated | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [inline, private] |
System::Void VolViz::Form1::splitContainer2_Panel1_MouseDown | ( | System::Object^ | sender, | |
System::Windows::Forms::MouseEventArgs^ | e | |||
) | [inline, private] |
System::Void VolViz::Form1::splitContainer2_Panel1_MouseMove | ( | System::Object^ | sender, | |
System::Windows::Forms::MouseEventArgs^ | e | |||
) | [inline, private] |
System::Void VolViz::Form1::splitContainer2_Panel1_MouseUp | ( | System::Object^ | sender, | |
System::Windows::Forms::MouseEventArgs^ | e | |||
) | [inline, private] |
System::Void VolViz::Form1::splitContainer2_Panel1_MouseWheel | ( | System::Object^ | sender, | |
System::Windows::Forms::MouseEventArgs^ | e | |||
) | [inline, private] |
System::Void VolViz::Form1::splitContainer2_Panel1_SizeChanged | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [inline, private] |
System::Void VolViz::Form1::timer1_Tick | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [inline, private] |
System::Void VolViz::Form1::trackBar1_Scroll | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [inline, private] |
System::Void VolViz::Form1::trackBar2_Scroll | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [inline, private] |
System::Void VolViz::Form1::trackBar3_Scroll | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [inline, private] |
System::Void VolViz::Form1::trackBar4_Scroll | ( | System::Object^ | sender, | |
System::EventArgs^ | e | |||
) | [inline, private] |
System::Void VolViz::Form1::updateFarbVerlauf | ( | System::Drawing::Graphics^ | graphics | ) | [inline, private] |
System::Windows::Forms::CheckBox VolViz::Form1::checkBox1 [private] |
System::Windows::Forms::ColorDialog VolViz::Form1::colorDialog1 [private] |
System::ComponentModel::IContainer VolViz::Form1::components [private] |
System::Windows::Forms::ToolStripMenuItem VolViz::Form1::dateiToolStripMenuItem [private] |
System::Windows::Forms::ToolStripMenuItem VolViz::Form1::datensatzLadenToolStripMenuItem [private] |
System::Drawing::Graphics VolViz::Form1::farbVerlauf [private] |
System::Windows::Forms::GroupBox VolViz::Form1::groupBox1 [private] |
System::Windows::Forms::GroupBox VolViz::Form1::groupBox2 [private] |
System::Windows::Forms::GroupBox VolViz::Form1::groupBox3 [private] |
GUIAppBridge* VolViz::Form1::guiAppBridge [private] |
int VolViz::Form1::highestAmount [private] |
System::Drawing::Graphics VolViz::Form1::histogramm [private] |
bool VolViz::Form1::isOpenGLInitialized [private] |
System::Windows::Forms::Label VolViz::Form1::label1 [private] |
System::Windows::Forms::Label VolViz::Form1::label2 [private] |
System::Windows::Forms::Label VolViz::Form1::label3 [private] |
System::Windows::Forms::Label VolViz::Form1::label4 [private] |
System::Windows::Forms::Label VolViz::Form1::label5 [private] |
System::Windows::Forms::ToolStripMenuItem VolViz::Form1::ladenToolStripMenuItem [private] |
System::Windows::Forms::MenuStrip VolViz::Form1::menuStrip1 [private] |
bool VolViz::Form1::mouseDown [private] |
int VolViz::Form1::mouseOldX [private] |
int VolViz::Form1::mouseOldY [private] |
System::Drawing::Bitmap VolViz::Form1::myHistBitmap [private] |
System::Drawing::Graphics VolViz::Form1::myHistBitmapGraphics [private] |
bool VolViz::Form1::nodeMoving [private] |
System::Windows::Forms::OpenFileDialog VolViz::Form1::openFileDialog1 [private] |
System::Windows::Forms::OpenFileDialog VolViz::Form1::openFileDialog2 [private] |
System::Windows::Forms::PictureBox VolViz::Form1::pictureBox1 [private] |
System::Windows::Forms::PictureBox VolViz::Form1::pictureBox2 [private] |
System::Windows::Forms::ToolStripMenuItem VolViz::Form1::programmBeendenToolStripMenuItem [private] |
System::Windows::Forms::RadioButton VolViz::Form1::radioButton1 [private] |
System::Windows::Forms::RadioButton VolViz::Form1::radioButton2 [private] |
System::Windows::Forms::RadioButton VolViz::Form1::radioButton3 [private] |
System::Windows::Forms::RadioButton VolViz::Form1::radioButton4 [private] |
System::Windows::Forms::RadioButton VolViz::Form1::radioButton5 [private] |
System::Windows::Forms::RadioButton VolViz::Form1::radioButton6 [private] |
System::Windows::Forms::RadioButton VolViz::Form1::radioButton7 [private] |
bool VolViz::Form1::renderRequired [private] |
System::Windows::Forms::SaveFileDialog VolViz::Form1::saveFileDialog1 [private] |
int VolViz::Form1::selectedNode [private] |
System::Windows::Forms::ToolStripMenuItem VolViz::Form1::speichernToolStripMenuItem [private] |
System::Windows::Forms::SplitContainer VolViz::Form1::splitContainer1 [private] |
System::Windows::Forms::SplitContainer VolViz::Form1::splitContainer2 [private] |
System::Windows::Forms::SplitContainer VolViz::Form1::splitContainer3 [private] |
System::Windows::Forms::Timer VolViz::Form1::timer1 [private] |
System::Windows::Forms::ToolStripSeparator VolViz::Form1::toolStripSeparator1 [private] |
System::Windows::Forms::TrackBar VolViz::Form1::trackBar1 [private] |
System::Windows::Forms::TrackBar VolViz::Form1::trackBar2 [private] |
System::Windows::Forms::TrackBar VolViz::Form1::trackBar3 [private] |
System::Windows::Forms::TrackBar VolViz::Form1::trackBar4 [private] |
System::Windows::Forms::ToolStripMenuItem VolViz::Form1::transferfunktionToolStripMenuItem [private] |
bool VolViz::Form1::volumeLoaded [private] |