Initial commit
[pftoolbox.git] / expressions / @xhandle / private / pnames.m
blob48338a9fa9e0018505ac2f3cffce1b15379ed0a5
1 function [props,rprops]=pnames\r
2 % The properties are divided into two groups:\r
3 % General properties (or just 'properties') that can be both read and written, and\r
4 % read-only properties that can be read but not written.\r
5 %\r
6 % props: a cell array containing the names of the general properties\r
7 % rprops: a cell array containing the names of the read-only properties\r
8 \r
9 % Toolbox for nonlinear filtering.\r
10 % Copyright (C) 2005  Jakob Rosén <jakob.rosen@gmail.com>\r
11 %\r
12 % This program is free software; you can redistribute it and/or\r
13 % modify it under the terms of the GNU General Public License\r
14 % as published by the Free Software Foundation; either version 2\r
15 % of the License, or (at your option) any later version.\r
16 %\r
17 % This program is distributed in the hope that it will be useful,\r
18 % but WITHOUT ANY WARRANTY; without even the implied warranty of\r
19 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
20 % GNU General Public License for more details.\r
21 %\r
22 % You should have received a copy of the GNU General Public License\r
23 % along with this program; if not, write to the Free Software\r
24 % Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\r
26 props={'expression','str','exprsize','gradx','gradw','xvars','wvars','uvars','islinear','wchar','description'};\r
27 rprops={};\r