6 function self=HandleObjectCloner(alpha)
12 methods (Access=protected)
13 function blobComparisonHook(~)
14 mxberry.core.test.aux.EqualCallCounter.incEqCounter(1);
16 function [isOk,reportStr,signOfDiff]=isEqualScalarInternal(self,otherObj,varargin)
21 isOk=isequal(self.alpha,otherObj.alpha);
23 reportStr='alpha is different';
25 mxberry.core.test.aux.EqualCallCounter.incEqCounter(1);
29 function self=disp(self)
30 S.alpha=arrayfun(@(x)x.alpha,self);
35 function objVec=create(nObj)
function strucdisp(in varargin)
STRUCDISP display structure outline.
HANDLEOBJECTCLONER provides some simple functionality for clonable objects.