Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] What is Cell_handle::info()?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] What is Cell_handle::info()?


Chronological Thread 
  • From: Daniel Duque <>
  • To:
  • Subject: Re: [cgal-discuss] What is Cell_handle::info()?
  • Date: Fri, 21 Feb 2014 20:18:37 +0100

Hello.

info() returns whatever you want it to return. It's an extra info that can be loaded onto your custom cell class. See
http://doc.cgal.org/latest/Triangulation_3/index.html#Triangulation3secexamplescolor
for an example in which info() returns a color (it's for a vertex, but it's very similar for a cell).

Best,

Daniel





On Fri, Feb 21, 2014 at 6:57 PM, cdoucet <> wrote:
Hello,
I am supposed to make new developments in a code which uses CGAL library.
At some line, one can read "c->info()" where c is an instance of Cell_handle
object.
Could you please tell me what "info" method returns?
Thank you very much for your help.
Best regards,
Cédric Doucet

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss






Archive powered by MHonArc 2.6.18.

Top of Page