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
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
9 % Toolbox for nonlinear filtering.
\r
10 % Copyright (C) 2005 Jakob Rosén <jakob.rosen@gmail.com>
\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
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
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','evalvar','varsize','wchar','description'};
\r