egami
C++ Image Processing program
Public Member Functions | Private Attributes
anonymous_namespace{convolution.cpp}::Config Class Reference

List of all members.

Public Member Functions

 Config ()
void on_three ()
void on_five ()
void on_seven ()
void on_nine ()
unsigned char size_a () const
std::array< std::array< double, 3 >, 3 > get_3k () const
std::array< std::array< double, 5 >, 5 > get_5k () const
std::array< std::array< double, 7 >, 7 > get_7k () const
std::array< std::array< double, 9 >, 9 > get_9k () const
double get_d () const

Private Attributes

Gtk::Label size
Gtk::Label dlabel
Gtk::RadioButton threeb
Gtk::RadioButton fiveb
Gtk::RadioButton sevenb
Gtk::RadioButton nineb
Gtk::Table threet
Gtk::Table fivet
Gtk::Table sevent
Gtk::Table ninet
std::array< std::array
< Gtk::Entry, 3 >, 3 > 
three
std::array< std::array
< Gtk::Entry, 5 >, 5 > 
five
std::array< std::array
< Gtk::Entry, 7 >, 7 > 
seven
std::array< std::array
< Gtk::Entry, 9 >, 9 > 
nine
Gtk::Entry divent

Detailed Description

Definition at line 20 of file convolution.cpp.


Constructor & Destructor Documentation

anonymous_namespace{convolution.cpp}::Config::Config ( ) [inline]

Definition at line 22 of file convolution.cpp.


Member Function Documentation

std::array<std::array<double, 3>, 3> anonymous_namespace{convolution.cpp}::Config::get_3k ( ) const [inline]

Definition at line 120 of file convolution.cpp.

Here is the caller graph for this function:

std::array<std::array<double, 5>, 5> anonymous_namespace{convolution.cpp}::Config::get_5k ( ) const [inline]

Definition at line 132 of file convolution.cpp.

Here is the caller graph for this function:

std::array<std::array<double, 7>, 7> anonymous_namespace{convolution.cpp}::Config::get_7k ( ) const [inline]

Definition at line 144 of file convolution.cpp.

Here is the caller graph for this function:

std::array<std::array<double, 9>, 9> anonymous_namespace{convolution.cpp}::Config::get_9k ( ) const [inline]

Definition at line 156 of file convolution.cpp.

Here is the caller graph for this function:

double anonymous_namespace{convolution.cpp}::Config::get_d ( ) const [inline]

Definition at line 168 of file convolution.cpp.

Here is the caller graph for this function:

void anonymous_namespace{convolution.cpp}::Config::on_five ( ) [inline]

Definition at line 97 of file convolution.cpp.

void anonymous_namespace{convolution.cpp}::Config::on_nine ( ) [inline]

Definition at line 109 of file convolution.cpp.

void anonymous_namespace{convolution.cpp}::Config::on_seven ( ) [inline]

Definition at line 103 of file convolution.cpp.

void anonymous_namespace{convolution.cpp}::Config::on_three ( ) [inline]

Definition at line 91 of file convolution.cpp.

unsigned char anonymous_namespace{convolution.cpp}::Config::size_a ( ) const [inline]

Definition at line 116 of file convolution.cpp.

Here is the caller graph for this function:


Member Data Documentation

Gtk::Entry anonymous_namespace{convolution.cpp}::Config::divent [private]

Definition at line 186 of file convolution.cpp.

Gtk::Label anonymous_namespace{convolution.cpp}::Config::dlabel [private]

Definition at line 179 of file convolution.cpp.

std::array<std::array<Gtk::Entry, 5>, 5> anonymous_namespace{convolution.cpp}::Config::five [private]

Definition at line 183 of file convolution.cpp.

Gtk::RadioButton anonymous_namespace{convolution.cpp}::Config::fiveb [private]

Definition at line 180 of file convolution.cpp.

Gtk::Table anonymous_namespace{convolution.cpp}::Config::fivet [private]

Definition at line 181 of file convolution.cpp.

std::array<std::array<Gtk::Entry, 9>, 9> anonymous_namespace{convolution.cpp}::Config::nine [private]

Definition at line 185 of file convolution.cpp.

Gtk::RadioButton anonymous_namespace{convolution.cpp}::Config::nineb [private]

Definition at line 180 of file convolution.cpp.

Gtk::Table anonymous_namespace{convolution.cpp}::Config::ninet [private]

Definition at line 181 of file convolution.cpp.

std::array<std::array<Gtk::Entry, 7>, 7> anonymous_namespace{convolution.cpp}::Config::seven [private]

Definition at line 184 of file convolution.cpp.

Gtk::RadioButton anonymous_namespace{convolution.cpp}::Config::sevenb [private]

Definition at line 180 of file convolution.cpp.

Gtk::Table anonymous_namespace{convolution.cpp}::Config::sevent [private]

Definition at line 181 of file convolution.cpp.

Gtk::Label anonymous_namespace{convolution.cpp}::Config::size [private]

Definition at line 179 of file convolution.cpp.

std::array<std::array<Gtk::Entry, 3>, 3> anonymous_namespace{convolution.cpp}::Config::three [private]

Definition at line 182 of file convolution.cpp.

Gtk::RadioButton anonymous_namespace{convolution.cpp}::Config::threeb [private]

Definition at line 180 of file convolution.cpp.

Gtk::Table anonymous_namespace{convolution.cpp}::Config::threet [private]

Definition at line 181 of file convolution.cpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends