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

    function tpobj = typeobject(h)
%TYPEOBJECT Return a type object for this node
%
%  TPOBJ = TYPEOBJECT(NODEOBJ)

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


persistent H
if isempty(H)
   H = cgtypes.cgtradeofftype;
end

tpobj=H;