comparison src/graphics.h.in @ 9680:73153525df9a

initial implementation of OpenGL image rendering
author Shai Ayal <shaiay@users.sourceforge.net>
date Thu, 01 Oct 2009 11:41:28 -0400
parents b00af0da85dd
children 86aa08bbc887
comparison
equal deleted inserted replaced
9679:0896714301e4 9680:73153525df9a
3141 bool is_climinclude (void) const 3141 bool is_climinclude (void) const
3142 { return (climinclude.is_on () && cdatamapping.is ("scaled")); } 3142 { return (climinclude.is_on () && cdatamapping.is ("scaled")); }
3143 std::string get_climinclude (void) const 3143 std::string get_climinclude (void) const
3144 { return climinclude.current_value (); } 3144 { return climinclude.current_value (); }
3145 3145
3146 octave_value get_color_data (void) const;
3147
3146 // See the genprops.awk script for an explanation of the 3148 // See the genprops.awk script for an explanation of the
3147 // properties declarations. 3149 // properties declarations.
3148 3150
3149 BEGIN_PROPERTIES (image) 3151 BEGIN_PROPERTIES (image)
3150 row_vector_property xdata u , Matrix () 3152 row_vector_property xdata u , Matrix ()