<refentry id="topoelementarray">
<refnamediv>
- <refname>topoelementarray</refname>
- <refpurpose>An array of element_id,element_type values. a bidimensional array of integers: '{{id,type}, {id,type}, ...}'</refpurpose>
+ <refname>TopoElementArray</refname>
+ <refpurpose>An array of TopoElement objects</refpurpose>
</refnamediv>
<refsection>
<title>Description</title>
- <para>An array of 1 or more topoelements ( a bidimensional array of integers: '{{id,type}, {id,type}, ...}'). So an array of 1 or more arrays each having 2 integers generally used to return an array of sets of element id and element type of a topology relation.</para>
- <para>For types currrently only 3 types are supported: <varname>node</varname>=1, <varname>edge</varname>=2, <varname>face</varname>=3</para>
+ <para>An array of 1 or more TopoElement objects, generally used to pass around components of TopoGeometry objects.</para>
</refsection>
<refsection>
<title>Examples</title>
<!-- Optionally add a "See Also" section -->
<refsection>
<title>See Also</title>
- <para><xref linkend="GetTopoGeomElementArray"/>, <xref linkend="TopoElementArray_Agg" /></para>
+ <para>
+<xref linkend="topoelement" />,
+<xref linkend="GetTopoGeomElementArray"/>,
+<xref linkend="TopoElementArray_Agg" />
+ </para>
</refsection>
</refentry>
</sect1>