#include <graphics.h>
Inherits base_properties.
anonymous enum |
image::image::properties::~properties | ( | void | ) | [inline] |
std::set< std::string > image::image::properties::all_property_names | ( | void | ) | const |
bool image::image::properties::cdatamapping_is | ( | const std::string & | v | ) | const [inline] |
std::set< std::string > image::image::properties::core_property_names | ( | void | ) | [static] |
Reimplemented from base_properties.
property_list::pval_map_type image::image::properties::factory_defaults | ( | void | ) | [static] |
Reimplemented from base_properties.
octave_value image::image::properties::get | ( | const char * | pname | ) | const [inline, virtual] |
Reimplemented from base_properties.
octave_value image::image::properties::get | ( | const std::string & | pname | ) | const [inline, virtual] |
Reimplemented from base_properties.
octave_value image::image::properties::get | ( | const caseless_str & | pname | ) | const [virtual] |
Reimplemented from base_properties.
octave_value image::image::properties::get | ( | bool | all = false |
) | const [virtual] |
Reimplemented from base_properties.
octave_value image::image::properties::get_cdata | ( | void | ) | const [inline] |
std::string image::image::properties::get_cdatamapping | ( | void | ) | const [inline] |
octave_value image::image::properties::get_clim | ( | void | ) | const [inline, virtual] |
Reimplemented from base_properties.
std::string image::image::properties::get_climinclude | ( | void | ) | const [inline] |
octave_value image::image::properties::get_color_data | ( | void | ) | const |
image::image::properties::get_property | ( | const caseless_str & | pname | ) | [virtual] |
Reimplemented from base_properties.
octave_value image::image::properties::get_xdata | ( | void | ) | const [inline] |
octave_value image::image::properties::get_xlim | ( | void | ) | const [inline, virtual] |
Reimplemented from base_properties.
std::string image::image::properties::get_xliminclude | ( | void | ) | const [inline] |
octave_value image::image::properties::get_ydata | ( | void | ) | const [inline] |
octave_value image::image::properties::get_ylim | ( | void | ) | const [inline, virtual] |
Reimplemented from base_properties.
std::string image::image::properties::get_yliminclude | ( | void | ) | const [inline] |
std::string image::image::properties::graphics_object_name | ( | void | ) | const [inline, virtual] |
Reimplemented from base_properties.
bool image::image::properties::has_core_property | ( | const caseless_str & | pname | ) | [static] |
Reimplemented from base_properties.
bool image::image::properties::has_property | ( | const caseless_str & | pname | ) | const [virtual] |
Reimplemented from base_properties.
void image::image::properties::init | ( | void | ) | [inline, protected, virtual] |
Reimplemented from base_properties.
bool image::image::properties::is_climinclude | ( | void | ) | const [inline, virtual] |
Reimplemented from base_properties.
bool image::image::properties::is_xliminclude | ( | void | ) | const [inline, virtual] |
Reimplemented from base_properties.
bool image::image::properties::is_yliminclude | ( | void | ) | const [inline, virtual] |
Reimplemented from base_properties.
void image::image::properties::set | ( | const caseless_str & | pname, | |
const octave_value & | val | |||
) | [virtual] |
Reimplemented from base_properties.
void image::image::properties::set_cdata | ( | const octave_value & | val | ) | [inline] |
void image::image::properties::set_cdatamapping | ( | const octave_value & | val | ) | [inline] |
void image::image::properties::set_clim | ( | const octave_value & | val | ) | [inline] |
void image::image::properties::set_climinclude | ( | const octave_value & | val | ) | [inline] |
void image::image::properties::set_xdata | ( | const octave_value & | val | ) | [inline] |
void image::image::properties::set_xlim | ( | const octave_value & | val | ) | [inline] |
void image::image::properties::set_xliminclude | ( | const octave_value & | val | ) | [inline] |
void image::image::properties::set_ydata | ( | const octave_value & | val | ) | [inline] |
void image::image::properties::set_ylim | ( | const octave_value & | val | ) | [inline] |
void image::image::properties::set_yliminclude | ( | const octave_value & | val | ) | [inline] |