www.gusucode.com > mbctools 工具箱 matlab 源码程序 > mbctools/@xregbdrybranch/istwostage.m

    function [out] = istwostage(bdev)
%ISTWOSTAGE True for two-stage boundary modeling tree nodes
%
%  ISTWOSTAGE(NODE) is true if the boundary modeling tree node NODE should
%  be viewed as two-stage and is false otherwise.
%  

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


out = bdev.Stages == 1;