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

    function datakey = getAllDatakeys(obj)
%GETALLDATAKEYS Return all datakey entries
%
%  GETALLDATAKEYS(OBJ) returns the list of all datakeys currently in the
%  table.  This will be a uint32 vector.

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


datakey = obj.DataKeyTable(:,2);