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

    function out=istableexportable(nd)
%ISTABLEEXPORTABLE 
%
%  RET= ISTABLEEXPORTABLE(NODE)  returns 1 if the node supports exporting
%  to a calibration format (ie via cgcaloutput).
%

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



out=1;