Home > functions > tool_box > mri_toolbox > mri_point_select_dir > mps_pointlist > vb_mps_pointlist_new.m

vb_mps_pointlist_new

PURPOSE ^

mps_pointlist constructor

SYNOPSIS ^

function [obj] = vb_mps_pointlist_new()

DESCRIPTION ^

 mps_pointlist constructor
 [USAGE]
    [obj] = vb_mps_pointlist_new
 [IN]
    none
 [OUT]
    obj : mps_pointlist object

 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 [obj] = vb_mps_pointlist_new()
0002 % mps_pointlist constructor
0003 % [USAGE]
0004 %    [obj] = vb_mps_pointlist_new
0005 % [IN]
0006 %    none
0007 % [OUT]
0008 %    obj : mps_pointlist object
0009 %
0010 % Copyright (C) 2011, ATR All Rights Reserved.
0011 % License : New BSD License(see VBMEG_LICENSE.txt)
0012 
0013 obj = struct;
0014 obj.name_list  = [];
0015 obj.point_list = [];

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