Creates a smart-pointer to a bgui_image_tableau. More...
#include <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. |
Creates a smart-pointer to a bgui_image_tableau.
Definition at line 138 of file bgui_image_tableau.h.
bgui_image_tableau_new::bgui_image_tableau_new | ( | ) | [inline] |
Constructor - creates an empty image tableau.
Definition at line 141 of file bgui_image_tableau.h.
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] |
to cast up to a vgui_image_tableau.
Definition at line 168 of file bgui_image_tableau.h.