mirror of https://github.com/CGAL/cgal
renaming tds
This commit is contained in:
parent
ea41eb3b27
commit
00da4e19fd
|
|
@ -165,12 +165,12 @@ there is an existing neighbor.}
|
|||
\ccHeading{Input/Output}
|
||||
|
||||
\ccFunction{template<class TDS> istream& operator>>(istream & is,
|
||||
Pure_complex_ds_full_cell<TDS> & s);}
|
||||
Triangulation_ds_full_cell<TDS> & s);}
|
||||
{Reads (possible) non-combinatorial information about a cell from the stream \ccc{is}
|
||||
into \ccc{s}.}
|
||||
|
||||
\ccFunction{template<class TDS> ostream& operator<<(ostream & os, const
|
||||
Pure_complex_ds_full_cell<TDS> & s);}
|
||||
Triangulation_ds_full_cell<TDS> & s);}
|
||||
{Writes (possible) non-combinatorial information about cell \ccc{v} to the stream
|
||||
\ccc{os}.}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue