~ubuntu-branches/ubuntu/vivid/regina-normal/vivid-proposed

« back to all changes in this revision

Viewing changes to kdeui/doc/en/data-filter-properties.docbook

  • Committer: Package Import Robot
  • Author(s): Ben Burton
  • Date: 2011-09-10 07:17:25 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: package-import@ubuntu.com-20110910071725-97n90tywdq60w2cr
Tags: 4.90-1
* New upstream release!
* The user interface has been ported from KDE3 to KDE4 (closes: #556318).
  Re-enabled the GUI as a result.
* The build system has been ported from autotools to cmake.
* The new upstream release builds fine on amd64 (closes: #624882).
* Moved the users' handbook into regina-normal-doc.
* Upgraded several suggests/recommends.  Upgraded regina-normal-mpi to
  depend on mpi-default-bin, and regina-normal to depend on both graphviz
  and regina-normal-doc (which the GUI expends to be present).  Upgraded
  regina-normal to recommend gap.
* Bumped standards-version to 3.9.2.0 (no changes required).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
<!-- Regina data file format documentation.
3
 
     See ../regina.sgml for further details. -->
4
 
 
5
 
<refentry id="data-filter-properties">
6
 
 <refmeta>
7
 
  <refentrytitle>filter (properties)</refentrytitle>
8
 
  <manvolnum>5reg</manvolnum>
9
 
 </refmeta>
10
 
 
11
 
 <refnamediv>
12
 
  <refname>filter (properties)</refname>
13
 
  <refpurpose>A surface filter that uses basic properties</refpurpose>
14
 
 </refnamediv>
15
 
 
16
 
 <refsynopsisdiv>
17
 
  <informaltable frame="all">
18
 
   <tgroup cols="2">
19
 
    <colspec colname="c1"/>
20
 
    <colspec colname="c2"/>
21
 
    <tbody>
22
 
     <row><entry namest="c1" nameend="c2">
23
 
      <emphasis role="bold">Content Model</emphasis>
24
 
     </entry></row>
25
 
     <row><entry namest="c1" nameend="c2">
26
 
<synopsis>
27
 
filter ::= (&xml-compact-filter;?, &xml-euler-filter;?,
28
 
            &xml-orbl-filter;?, &xml-realbdry-filter;?)</synopsis>
29
 
     </entry></row>
30
 
     <row><entry namest="c1" nameend="c2">
31
 
      <emphasis role="bold">Attributes</emphasis>
32
 
     </entry></row>
33
 
     <row><entry namest="c1" nameend="c2">
34
 
      See the general &xml-filter; element documentation.
35
 
     </entry></row>
36
 
    </tbody>
37
 
   </tgroup>
38
 
  </informaltable>
39
 
 </refsynopsisdiv>
40
 
 
41
 
 <refsect1>
42
 
  <title>Description</title>
43
 
  <para>
44
 
   A <link linkend="packet-filterprop">property filter</link>
45
 
   filters normal surfaces by examining basic topological properties
46
 
   such as orientability and Euler characteristic.
47
 
  </para>
48
 
  <para>
49
 
   The specific constraints imposed by this filter
50
 
   are specified by its child &xml; elements.  If this filter has
51
 
   several child elements, a surface must satisfy all of the
52
 
   corresponding constraints in order to be accepted by this filter.
53
 
  </para>
54
 
  <para>
55
 
   More information about surface filters can be found in the general
56
 
   &xml-filter; element documentation.
57
 
  </para>
58
 
 
59
 
  <refsect2>
60
 
   <title>Parents</title>
61
 
   <para>
62
 
    The following elements contain <sgmltag>filter</sgmltag>:
63
 
    <simplelist type="inline">
64
 
     <member>&xml-packet-surfacefilter;</member>
65
 
    </simplelist>.
66
 
   </para>
67
 
  </refsect2>
68
 
 
69
 
  <refsect2>
70
 
   <title>Children</title>
71
 
   <para>
72
 
    The following elements occur in <sgmltag>filter</sgmltag> for a
73
 
    filter by basic properties:
74
 
    <simplelist type="inline">
75
 
     <member>&xml-compact-filter;</member>
76
 
     <member>&xml-euler-filter;</member>
77
 
     <member>&xml-orbl-filter;</member>
78
 
     <member>&xml-realbdry-filter;</member>
79
 
    </simplelist>.
80
 
   </para>
81
 
  </refsect2>
82
 
 </refsect1>
83
 
</refentry>