Changeset 186 for trunk/src/set_object.m


Ignore:
Timestamp:
Jan 28, 2011, 8:24:05 AM (14 years ago)
Author:
sommeria
Message:

introduction Mesh for histograms in proj_field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/set_object.m

    r183 r186  
    702702end
    703703testnew=0;
     704ObjectData=read_set_object(handles);%read the input parameters defining the object in the GUI set_object
    704705PlotHandles=get_plot_handles(hhuvmat);
    705706projview='view_field';%default
     
    723724    if isempty(hview_field)
    724725        hview_field=view_field;
     726%     elseif strcmp(ObjectData.ProjMode,'none')||strcmp(ObjectData.ProjMode,'mask_inside')||strcmp(ObjectData.ProjMode,'mask_outside')
    725727    end
    726728    PlotHandles=guidata(hview_field);
    727729    plotaxes=PlotHandles.axes3;%handle of axes3 in view_field
    728730end   
    729 ObjectData=read_set_object(handles);%read the input parameters defining the object in the GUI set_object
     731
    730732
    731733%% naming the object
Note: See TracChangeset for help on using the changeset viewer.