comparison src/graphics.h.in @ 10917:888c75785221

Improvements to FLTK backend rotation * Don't rotate past the top and bottom * Implement __calc_dimensions__ in C++ so that it's available to graphics object ctors * Make rotation the default mode in 3d plots * Replace an instance of m-script __calc_dimensions__ with C++ version
author Jordi Guti?rrez Hermoso <jordigh@gmail.com>
date Fri, 27 Aug 2010 15:11:35 -0400
parents 91342260063e
children 56f9c10e9e98
comparison
equal deleted inserted replaced
10916:5074494f01a9 10917:888c75785221
4248 }; 4248 };
4249 4249
4250 void get_children_limits (double& min_val, double& max_val, double& min_pos, 4250 void get_children_limits (double& min_val, double& max_val, double& min_pos,
4251 const Matrix& kids, char limit_type); 4251 const Matrix& kids, char limit_type);
4252 4252
4253 OCTINTERP_API int calc_dimensions (const graphics_object& gh);
4254
4253 // This function is NOT equivalent to the scripting language function gcf. 4255 // This function is NOT equivalent to the scripting language function gcf.
4254 OCTINTERP_API graphics_handle gcf (void); 4256 OCTINTERP_API graphics_handle gcf (void);
4255 4257
4256 // This function is NOT equivalent to the scripting language function gca. 4258 // This function is NOT equivalent to the scripting language function gca.
4257 OCTINTERP_API graphics_handle gca (void); 4259 OCTINTERP_API graphics_handle gca (void);