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

    function bdev = pSetSpecialPoints(bdev, sp)
%PSETSPECIALPOINTS Direct access to object properties (PROTECTED)
%
%   *** WARNING ***
%   This method should only be used by XREGBDRYDEV and it's sub-classes.
%
%
%   BDEV = PSETSPECIALPOINTS(BDEV, SP)
%
%   Note that this set method does not reset the bdry dev stored on the 
%   heap. This left as the responsibility of the caller.
%
%   See also XREGBDRYDEV.

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

bdev.SpecialPoints = sp;