Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Saving LCC to PLY file

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Saving LCC to PLY file


Chronological Thread 
  • From: Guillaume Damiand <>
  • To:
  • Subject: Re: [cgal-discuss] Saving LCC to PLY file
  • Date: Thu, 09 Jul 2015 11:54:08 +0200

Hi,


Le 03/07/2015 09:07,

a écrit :
Hi Guillaume,

I would like to take your advice on the following:

I want to save Linear cell complex(with void 'info') into a PLY file. It
requires me to assign unique index to each 0-cell of LCC and save 2-cells as
a set of unique indices of 0-cells.

Should I create another LCC with info(representing index) associated with
0-cells from original LCC and use it while writing 2-cells to the PLY
file...or there is any other more efficient way to do this?

Have a look to the function void write_off(LCC& alcc, std::ostream& out) in the file Linear_cell_complex_constructors.h

since exporting a PLY is very similar to exporting an OFF.




_____________________________________
Sent from http://cgal-discuss.949826.n4.nabble.com



--
===================================================================
Guillaume DAMIAND

CNRS - LIRIS UMR 5205
Université Claude Bernard
Bâtiment Nautibus (710)
43 Boulevard du 11 Novembre 1918
69622 Villeurbanne Cedex (France)
-------------------------------------------------------------------
Tél: +33 (0)4.72.43.14.34 Fax: +33 (0)4.72.43.15.36
Mail:

Web: http://liris.cnrs.fr/guillaume.damiand/
===================================================================


Attachment: smime.p7s
Description: Signature cryptographique S/MIME



  • Re: [cgal-discuss] Saving LCC to PLY file, Guillaume Damiand, 07/09/2015

Archive powered by MHonArc 2.6.18.

Top of Page