www.gusucode.com > mbctools 工具箱 matlab 源码程序 > mbctools/@xregbdrynode/makechildren.m

    function newchild = makechildren( root, OpenDialog )
%MAKECHILDREN Make children for this boundary node
%
%  C = MAKECHILDREN(R) is a empty matrix as by default boundary nodes
%  cannot have children in the tree. 
%  
%  See also: XREGBDRYROOT/MAKECHILDREN.

%  Copyright 2000-2004 The MathWorks, Inc. and Ford Global Technologies, Inc.


% By default, all xregbdrynode types are unable to have children.
newchild = [];