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

    function C = getconstants(N)
% returns cgconstant children of this node

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


sf = getdata(N);
C = sf.getconstants;