IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IPLab.GaussianForm Class Reference

Summary description for GaussianForm. More...

+ Inheritance diagram for IPLab.GaussianForm:
+ Collaboration diagram for IPLab.GaussianForm:

Public Member Functions

 GaussianForm ()
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Properties

Bitmap Image [set]
 
IFilter Filter [get]
 

Private Member Functions

void InitializeComponent ()
 Required method for Designer support - do not modify the contents of this method with the code editor. More...
 
void sigmaTrackBar_ValueChanged (object sender, System.EventArgs e)
 
void sizeTrackBar_ValueChanged (object sender, System.EventArgs e)
 
void sigmaBox_TextChanged (object sender, System.EventArgs e)
 
void sizeBox_TextChanged (object sender, System.EventArgs e)
 

Private Attributes

GaussianBlur filter = new GaussianBlur( )
 
System.Windows.Forms.Label label1
 
System.Windows.Forms.TrackBar sigmaTrackBar
 
System.Windows.Forms.TextBox sigmaBox
 
System.Windows.Forms.Label label2
 
System.Windows.Forms.TextBox sizeBox
 
System.Windows.Forms.TrackBar sizeTrackBar
 
System.Windows.Forms.GroupBox groupBox3
 
IPLab.FilterPreview filterPreview
 
System.Windows.Forms.Button cancelButton
 
System.Windows.Forms.Button okButton
 
System.Windows.Forms.PictureBox pictureBox1
 
System.ComponentModel.Container components = null
 Required designer variable. More...
 

Detailed Description

Summary description for GaussianForm.

Constructor & Destructor Documentation

Member Function Documentation

override void IPLab.GaussianForm.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

References IPLab.GaussianForm.components.

void IPLab.GaussianForm.InitializeComponent ( )
inlineprivate

Required method for Designer support - do not modify the contents of this method with the code editor.

Referenced by IPLab.GaussianForm.GaussianForm().

void IPLab.GaussianForm.sigmaTrackBar_ValueChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.GaussianForm.sizeTrackBar_ValueChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.GaussianForm.sigmaBox_TextChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.GaussianForm.sizeBox_TextChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate

Member Data Documentation

GaussianBlur IPLab.GaussianForm.filter = new GaussianBlur( )
private
System.Windows.Forms.Label IPLab.GaussianForm.label1
private
System.Windows.Forms.TrackBar IPLab.GaussianForm.sigmaTrackBar
private
System.Windows.Forms.TextBox IPLab.GaussianForm.sigmaBox
private
System.Windows.Forms.Label IPLab.GaussianForm.label2
private
System.Windows.Forms.TextBox IPLab.GaussianForm.sizeBox
private
System.Windows.Forms.TrackBar IPLab.GaussianForm.sizeTrackBar
private
System.Windows.Forms.GroupBox IPLab.GaussianForm.groupBox3
private
System.Windows.Forms.Button IPLab.GaussianForm.cancelButton
private
System.Windows.Forms.Button IPLab.GaussianForm.okButton
private
System.Windows.Forms.PictureBox IPLab.GaussianForm.pictureBox1
private
System.ComponentModel.Container IPLab.GaussianForm.components = null
private

Required designer variable.

Referenced by IPLab.GaussianForm.Dispose().

Property Documentation

Bitmap IPLab.GaussianForm.Image
set
IFilter IPLab.GaussianForm.Filter
get

The documentation for this class was generated from the following file: