added precision about the infinite vertex in the output stream.

This commit is contained in:
Monique Teillaud 2009-09-28 08:56:19 +00:00
parent 786ea7960e
commit 7ffe5593fb
1 changed files with 7 additions and 7 deletions

View File

@ -1025,13 +1025,13 @@ of the vertex and cell types. Assigns the resulting triangulation to
{Writes the triangulation \ccc{t} into \ccc{os}.} {Writes the triangulation \ccc{t} into \ccc{os}.}
The information in the \ccc{iostream} is: the dimension, the number of The information in the \ccc{iostream} is: the dimension, the number of
finite vertices, the non-combinatorial information about vertices (point, finite vertices, the non-combinatorial information about vertices
etc), the number of cells, the indices of the vertices of each cell, (point, etc; note that the infinite vertex is numbered 0), the number
plus the non-combinatorial information about each cell, of cells, the indices of the vertices of each cell, plus the
then the indices of the neighbors of each cell, where the index non-combinatorial information about each cell, then the indices of the
corresponds to the preceding list of cells. When dimension $<$ 3, the neighbors of each cell, where the index corresponds to the preceding
same information is stored for faces of maximal dimension instead of list of cells. When dimension $<$ 3, the same information is stored
cells. for faces of maximal dimension instead of cells.
\ccSeeAlso \ccSeeAlso