Changeset 302 for trunk/src/update_obj.m


Ignore:
Timestamp:
Nov 26, 2011, 4:31:48 PM (13 years ago)
Author:
sommeria
Message:

improve the display of projection objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/update_obj.m

    r183 r302  
    11%'update_obj': update the object graph representation and its projection field, record it in the uvmat interface
    22%-------------------------------------------------------------------
    3 %Object_out=update_obj(UvData,IndexObj,ObjectData,PlotHandles);
     3%Object_out=update_obj(UvData,IndexObj_1,IndexObj_2);
    44
    55%OUTPUT:
     
    1212%    .Object{IndexObj}.DisplayHandle_uvmat: handles of the object plot on uvmat, =[] if it does not exist
    1313%    .Object{IndexObj}.DisplayHandle_view_field: handles of the object plot on view_field, =[] if it does not exist
    14 %IndexObj_1: index of  the object used for the uvmat plot
    15 %IndexObj_2: index of  the object used for the view_field plot
     14%IndexObj_1: index of  the object whose projection is plotted in the GUI uvmat
     15%IndexObj_2: index of  the object whose projection is plotted in te GUI view_field
    1616%-------------------------------------
    1717
     
    3030    end
    3131    Object_out{iobj}.DisplayHandle_uvmat=plot_object(Object_out{iobj},Object_out{IndexObj_1},hobject,'m');%update the object representation of Object_out{iobj} on Object_out{IndexObj_1}
     32    Object_out{iobj}.DisplayHandle_uvmat
    3233end
    3334% plot view_field
Note: See TracChangeset for help on using the changeset viewer.