Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: What's the fastest way to serialise Nef 3 poly?

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: What's the fastest way to serialise Nef 3 poly?


Chronological Thread 
  • From: marcosscriven <>
  • To:
  • Subject: [cgal-discuss] Re: What's the fastest way to serialise Nef 3 poly?
  • Date: Tue, 26 Mar 2013 09:45:26 -0700 (PDT)

Getting confused here - only Polyhedron_3 seems to allow a custom allocator:


http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Polyhedron_ref/Class_Polyhedron_3.html

But I note that a Nef_polyhedron_3 allows constuction from a Polyhedron_3:


http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Nef_3_ref/Class_Nef_polyhedron_3.html

But I'm not even sure I need an allocator - I think the parsing (with the >>
operator) is particularly slow, but all I really need is a way to get hold
of all the state of the NefPoly3, and I can map to to a more efficient
serialiser (and do the reverse on the other end)?

Any guidance much appreciated!

Marcos







--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/What-s-the-fastest-way-to-serialise-Nef-3-poly-tp4657024p4657031.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page