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

    function I = getBoundaryPoints(bdev)
%GETBOUNDARYPOINTS Access method for boundary point indices
%
%  I = GETBOUNDARYPOINTS(BDEV)
%
%  For general boundary nodes, there are no boundary points and this method
%  returns an empty array of indices. Sub-classes should overload this
%  method for alternative behavious
%
%  See also XREGBDRYNODE, XREGBDRYDEV/GETBOUNDARYPOINTS.

%  Copyright 2005 The MathWorks, Inc. and Ford Global Technologies, Inc.

I = [];

%--------------------------------------------------------------------------
% EOF
%--------------------------------------------------------------------------