#include <bgui_image_tableau.h>
Definition at line 138 of file bgui_image_tableau.h.
Public Member Functions | |
| bgui_image_tableau_new () | |
| Constructor - creates an empty image tableau. | |
| bgui_image_tableau_new (vil_image_resource_sptr const &img, vgui_range_map_params_sptr const &rmp=0) | |
| Constructors - create a tableau displaying the given image. | |
| bgui_image_tableau_new (vil_image_view_base const &img, vgui_range_map_params_sptr const &rmp=0) | |
| bgui_image_tableau_new (vil1_image const &img, vgui_range_map_params_sptr const &rmp=0) | |
| bgui_image_tableau_new (char const *filename, vgui_range_map_params_sptr const &rmp=0) | |
| operator vgui_image_tableau_sptr () const | |
| to cast up to a vgui_image_tableau. | |
| bgui_image_tableau_new::bgui_image_tableau_new | ( | ) | [inline] |
| bgui_image_tableau_new::bgui_image_tableau_new | ( | vil_image_resource_sptr const & | img, | |
| vgui_range_map_params_sptr const & | rmp = 0 | |||
| ) | [inline] |
Constructors - create a tableau displaying the given image.
Definition at line 147 of file bgui_image_tableau.h.
| bgui_image_tableau_new::bgui_image_tableau_new | ( | vil_image_view_base const & | img, | |
| vgui_range_map_params_sptr const & | rmp = 0 | |||
| ) | [inline] |
Definition at line 152 of file bgui_image_tableau.h.
| bgui_image_tableau_new::bgui_image_tableau_new | ( | vil1_image const & | img, | |
| vgui_range_map_params_sptr const & | rmp = 0 | |||
| ) | [inline] |
Definition at line 157 of file bgui_image_tableau.h.
| bgui_image_tableau_new::bgui_image_tableau_new | ( | char const * | filename, | |
| vgui_range_map_params_sptr const & | rmp = 0 | |||
| ) | [inline] |
Definition at line 162 of file bgui_image_tableau.h.
| bgui_image_tableau_new::operator vgui_image_tableau_sptr | ( | ) | const [inline] |
1.5.1