//BAMGGEOM class definition // // Usage: // bamggeom(varargin) function bamggeom(){ //methods this.setdefaultparameters = function(){// {{{ }// }}} this.disp= function(){// {{{ disp(sprintf('\n%s = \n', 'bamggeom')); disp(this); }// }}} //properties // {{{ this.Vertices = []; this.Edges = []; this.TangentAtEdges = []; this.Corners = []; this.RequiredVertices = []; this.RequiredEdges = []; this.CrackedEdges = []; this.SubDomains = []; this.setdefaultparameters(); //}}} }