Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class EV_RAW_IMAGE_DATA General cluster: interface description: "" create: make, make_with_alpha_zero Ancestors ARRAY [G] Queries additional_space: INTEGER_32 all_default: BOOLEAN area: SPECIAL [NATURAL_8] array_item (i: INTEGER_32): NATURAL_8 at alias "@" (i: INTEGER_32): NATURAL_8 capacity: INTEGER_32 changeable_comparison_criterion: BOOLEAN count: INTEGER_32 entry (i: INTEGER_32): NATURAL_8 extendible: BOOLEAN filled_with (v: NATURAL_8): BOOLEAN for_all (test: FUNCTION [NATURAL_8, BOOLEAN]): BOOLEAN full: BOOLEAN Growth_percentage: INTEGER_32 has (v: NATURAL_8): BOOLEAN height: INTEGER_32 is_empty: BOOLEAN is_equal (other: [like Current] EV_RAW_IMAGE_DATA): BOOLEAN is_inserted (v: NATURAL_8): BOOLEAN linear_representation: LINEAR [NATURAL_8] lower: INTEGER_32 Minimal_increase: INTEGER_32 new_cursor: ARRAY_ITERATION_CURSOR [NATURAL_8] object_comparison: BOOLEAN occurrences (v: NATURAL_8): INTEGER_32 originating_pixmap: detachable EV_PIXMAP pixel (a_x, a_y: INTEGER_32): EV_COLOR pixel_alpha_component (a_x, a_y: INTEGER_32): NATURAL_8 pixel_blue_component (a_x, a_y: INTEGER_32): NATURAL_8 pixel_green_component (a_x, a_y: INTEGER_32): NATURAL_8 pixel_red_component (a_x, a_y: INTEGER_32): NATURAL_8 prunable: BOOLEAN resizable: BOOLEAN rgb_hex_representation: STRING_8 same_items (other: [like Current] EV_RAW_IMAGE_DATA): BOOLEAN subarray (start_pos, end_pos: INTEGER_32): ARRAY [NATURAL_8] there_exists (test: FUNCTION [NATURAL_8, BOOLEAN]): BOOLEAN to_c: ANY to_cil: NATIVE_ARRAY [NATURAL_8] to_special: SPECIAL [NATURAL_8] upper: INTEGER_32 valid_coordinates (a_x, a_y: INTEGER_32): BOOLEAN valid_index (i: INTEGER_32): BOOLEAN width: INTEGER_32 Commands array_force (v: [like array_item] NATURAL_8; i: INTEGER_32) array_put (v: [like array_item] NATURAL_8; i: INTEGER_32) automatic_grow bag_put (v: NATURAL_8) clear_all compare_objects compare_references conservative_resize_with_default (a_default_value: NATURAL_8; min_index, max_index: INTEGER_32) copy (other: [like Current] EV_RAW_IMAGE_DATA) discard_items do_all (action: PROCEDURE [NATURAL_8]) do_all_with_index (action: PROCEDURE [NATURAL_8, INTEGER_32]) do_if (action: PROCEDURE [NATURAL_8]; test: FUNCTION [NATURAL_8, BOOLEAN]) do_if_with_index (action: PROCEDURE [NATURAL_8, INTEGER_32]; test: FUNCTION [NATURAL_8, INTEGER_32, BOOLEAN]) enter (v: [like array_item] NATURAL_8; i: INTEGER_32) extend (v: NATURAL_8) fill (other: CONTAINER [NATURAL_8]) fill_with (v: NATURAL_8) force_and_fill (v: [like array_item] NATURAL_8; i: INTEGER_32) grow (i: INTEGER_32) keep_head (n: INTEGER_32) keep_tail (n: INTEGER_32) make_empty make_filled (a_default_value: NATURAL_8; min_index, max_index: INTEGER_32) make_from_array (a: ARRAY [NATURAL_8]) make_from_cil (na: NATIVE_ARRAY [[like array_item] NATURAL_8]) make_from_special (a: SPECIAL [NATURAL_8]) prune (v: NATURAL_8) prune_all (v: NATURAL_8) rebase (a_lower: [like lower] INTEGER_32) remove_head (n: INTEGER_32) remove_tail (n: INTEGER_32) set_pixel (a_x, a_y: INTEGER_32; a_color: EV_COLOR) set_pixel_alpha_component (a_x, a_y: INTEGER_32; a_intensity: NATURAL_8) set_pixel_blue_component (a_x, a_y: INTEGER_32; a_intensity: NATURAL_8) set_pixel_green_component (a_x, a_y: INTEGER_32; a_intensity: NATURAL_8) set_pixel_red_component (a_x, a_y: INTEGER_32; a_intensity: NATURAL_8) subcopy (other: ARRAY [[like array_item] NATURAL_8]; start_pos, end_pos, index_pos: INTEGER_32) trim Constraints items number
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

-- Generated by Eiffel Studio --
For more details: eiffel.org