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

    function pItms = getprimaryitems(nd)
%GETPRIMARYITEMS Return a list of the node's primary items
%
%  PTRS = GETPRIMARYITEMS(NODE) returns a (1xn) xregpointer array
%  containing pointers to the primary items for this node.
%  

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



% Tradeoff tables have no primary item
pItms = assign(xregpointer, []);