[LIBISIS-code-svn] r1152 - in trunk/bindings/matlab: classes/@IXTdataset_2d classes/@IXTpolygons graphics/generalinterface graphics/lowlevelfunctions/general graphics/lowlevelfunctions/get_property graphics/lowlevelfunctions/plotfig graphics/lowlevelfunctions/set_property graphics/stduserfunctions/@IXTpolygons graphics/userfunctions utilities
apache at libisis.org
apache at libisis.org
Fri Jun 1 16:06:29 BST 2007
Author: Dean Whittaker
Date: Fri Jun 1 16:06:27 2007
New Revision: 1152
Added:
trunk/bindings/matlab/classes/@IXTdataset_2d/convert_to_polygons.m
trunk/bindings/matlab/classes/@IXTpolygons/extend.m
trunk/bindings/matlab/classes/@IXTpolygons/get.m
trunk/bindings/matlab/classes/@IXTpolygons/make_label.m
trunk/bindings/matlab/classes/@IXTpolygons/set.m
trunk/bindings/matlab/classes/@IXTpolygons/subsasgn.m
trunk/bindings/matlab/classes/@IXTpolygons/subsref.m
trunk/bindings/matlab/graphics/lowlevelfunctions/plotfig/ixf_patchplot.m
trunk/bindings/matlab/graphics/stduserfunctions/@IXTpolygons/
trunk/bindings/matlab/graphics/stduserfunctions/@IXTpolygons/uib_plot_twod.m
trunk/bindings/matlab/utilities/points_to_boundaries.m
Modified:
trunk/bindings/matlab/classes/@IXTpolygons/IXTpolygons.m
trunk/bindings/matlab/classes/@IXTpolygons/display.m
trunk/bindings/matlab/graphics/generalinterface/ixf_gen_interface.m
trunk/bindings/matlab/graphics/lowlevelfunctions/general/ixf_combine_data.m
trunk/bindings/matlab/graphics/lowlevelfunctions/general/ixf_globaldefault.m
trunk/bindings/matlab/graphics/lowlevelfunctions/general/ixf_redraw_graph.m
trunk/bindings/matlab/graphics/lowlevelfunctions/get_property/ixf_get_limits.m
trunk/bindings/matlab/graphics/lowlevelfunctions/plotfig/ixf_multiplot.m
trunk/bindings/matlab/graphics/lowlevelfunctions/set_property/ixf_set_prop.m
trunk/bindings/matlab/graphics/userfunctions/lz.m
Log:
refs #119 - IXTpolygons now plots, converter from IXTdataset_2d included for easy comparisons. Note that get, extend etc. are not generic methods since this isn't based in Fortran, they've been specifically adapted for IXTpolygons.
Added: trunk/bindings/matlab/classes/@IXTdataset_2d/convert_to_polygons.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTdataset_2d/convert_to_polygons.m?view=markup&revision=1152
Modified: trunk/bindings/matlab/classes/@IXTpolygons/IXTpolygons.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTpolygons/IXTpolygons.m?r1=1151&r2=1152
Modified: trunk/bindings/matlab/classes/@IXTpolygons/display.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTpolygons/display.m?r1=1151&r2=1152
Added: trunk/bindings/matlab/classes/@IXTpolygons/extend.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTpolygons/extend.m?view=markup&revision=1152
Added: trunk/bindings/matlab/classes/@IXTpolygons/get.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTpolygons/get.m?view=markup&revision=1152
Added: trunk/bindings/matlab/classes/@IXTpolygons/make_label.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTpolygons/make_label.m?view=markup&revision=1152
Added: trunk/bindings/matlab/classes/@IXTpolygons/set.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTpolygons/set.m?view=markup&revision=1152
Added: trunk/bindings/matlab/classes/@IXTpolygons/subsasgn.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTpolygons/subsasgn.m?view=markup&revision=1152
Added: trunk/bindings/matlab/classes/@IXTpolygons/subsref.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTpolygons/subsref.m?view=markup&revision=1152
Modified: trunk/bindings/matlab/graphics/generalinterface/ixf_gen_interface.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/generalinterface/ixf_gen_interface.m?r1=1151&r2=1152
Modified: trunk/bindings/matlab/graphics/lowlevelfunctions/general/ixf_combine_data.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/lowlevelfunctions/general/ixf_combine_data.m?r1=1151&r2=1152
Modified: trunk/bindings/matlab/graphics/lowlevelfunctions/general/ixf_globaldefault.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/lowlevelfunctions/general/ixf_globaldefault.m?r1=1151&r2=1152
Modified: trunk/bindings/matlab/graphics/lowlevelfunctions/general/ixf_redraw_graph.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/lowlevelfunctions/general/ixf_redraw_graph.m?r1=1151&r2=1152
Modified: trunk/bindings/matlab/graphics/lowlevelfunctions/get_property/ixf_get_limits.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/lowlevelfunctions/get_property/ixf_get_limits.m?r1=1151&r2=1152
Modified: trunk/bindings/matlab/graphics/lowlevelfunctions/plotfig/ixf_multiplot.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/lowlevelfunctions/plotfig/ixf_multiplot.m?r1=1151&r2=1152
Added: trunk/bindings/matlab/graphics/lowlevelfunctions/plotfig/ixf_patchplot.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/lowlevelfunctions/plotfig/ixf_patchplot.m?view=markup&revision=1152
Modified: trunk/bindings/matlab/graphics/lowlevelfunctions/set_property/ixf_set_prop.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/lowlevelfunctions/set_property/ixf_set_prop.m?r1=1151&r2=1152
Added: trunk/bindings/matlab/graphics/stduserfunctions/@IXTpolygons/uib_plot_twod.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/stduserfunctions/%40IXTpolygons/uib_plot_twod.m?view=markup&revision=1152
Modified: trunk/bindings/matlab/graphics/userfunctions/lz.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/userfunctions/lz.m?r1=1151&r2=1152
Added: trunk/bindings/matlab/utilities/points_to_boundaries.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/utilities/points_to_boundaries.m?view=markup&revision=1152
More information about the LIBISIS-code-svn
mailing list