www.gusucode.com > mbcdata 工具箱 matlab 源码程序 > mbcdata/@cgtabgradconstraint/getDependentPtrs.m

    function pDep = getDependentPtrs(obj)
%GETDEPENDENTPTRS List of dependent pointers 
%
%  PDEP = GETDEPENDENTPTRS(OBJ) returns a list of dependent pointers for
%  this item.  A dependent pointer is a pointer to an object connected to
%  the current which belongs to another CAGE object.
%
%  Optimization constraints return the inputs to their (private) constraint
%  expression as dependencies.

%  Copyright 2006-2009 The MathWorks, Inc. 


pDep = [obj.pAxisVariables, obj.pItem];