www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgddnode/getInternalPtrs.m

    function pList= getInternalPtrs(DD)
%GETINTERNALPTRS list of internal pointers 
%
% pList= getInternalPtrs(DD)
%   An internal pointer is one which should be freed when the current 
%   object is freed.

% Copyright 2000-2004 The MathWorks, Inc. 

pList = [address(DD) listptrs(DD)'];