Home > functions > tool_box > mri_toolbox > mri_point_select_dir > display_factor > vb_display_factor_get_element_color.m

vb_display_factor_get_element_color

PURPOSE ^

vb_display_factor_get_element_color One-line description here, please.

SYNOPSIS ^

function [mtype_cell] = vb_display_factor_get_element_color(obj)

DESCRIPTION ^

 vb_display_factor_get_element_color  One-line description here, please.
 [USAGE]
    [mtype_cell] = vb_display_factor_get_element_color(<obj>);
 [IN]
    obj : vb_display_factor_get_element_color object
 [OUT]
    mtype_cell : marker type list {1xN}
                 marker type is the same as defined by plot function.
                 mtype_cell{k} represent color or display_factor.element{k} .

 Author: rhayashi
 Created: 2007-07-18

 Copyright (C) 2011, ATR All Rights Reserved.
 License : New BSD License(see VBMEG_LICENSE.txt)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function [mtype_cell] = vb_display_factor_get_element_color(obj)
0002 % vb_display_factor_get_element_color  One-line description here, please.
0003 % [USAGE]
0004 %    [mtype_cell] = vb_display_factor_get_element_color(<obj>);
0005 % [IN]
0006 %    obj : vb_display_factor_get_element_color object
0007 % [OUT]
0008 %    mtype_cell : marker type list {1xN}
0009 %                 marker type is the same as defined by plot function.
0010 %                 mtype_cell{k} represent color or display_factor.element{k} .
0011 %
0012 % Author: rhayashi
0013 % Created: 2007-07-18
0014 %
0015 % Copyright (C) 2011, ATR All Rights Reserved.
0016 % License : New BSD License(see VBMEG_LICENSE.txt)
0017 
0018 %
0019 % --- Previous check
0020 %
0021 if ~exist('obj', 'var'), error('obj is a required parameter.'); end
0022 
0023 %
0024 % --- Main Procedure
0025 %
0026 mtype_cell = obj.mtype_cell;

Generated on Tue 27-Aug-2013 11:46:04 by m2html © 2005