comparison +multiblock/Definition.m @ 589:53d422efaabd feature/better_multiblock_defs

Remove abstract methods getGridSizes from multiblock.Definition
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 11 Sep 2017 13:57:04 +0200
parents 25fdc7a625b6
children
comparison
equal deleted inserted replaced
588:42124009f940 589:53d422efaabd
5 g = getGrid(obj, varargin) 5 g = getGrid(obj, varargin)
6 6
7 % label is the type of label used for plotting, 7 % label is the type of label used for plotting,
8 % default is block name, 'id' show the index for each block. 8 % default is block name, 'id' show the index for each block.
9 show(obj, label, gridLines, varargin) 9 show(obj, label, gridLines, varargin)
10
11 % Returns the grid size of each block in a cell array
12 % The input parameters are determined by the subclass
13 ms = getGridSizes(obj, varargin)
14 end 10 end
15 end 11 end