Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: Daniel Pfenniger <>
  • To: <>
  • Subject: Re: [cgal-discuss] Re: What's the fastest way to serialise Nef 3 poly?
  • Date: Thu, 28 Mar 2013 16:46:20 +0000

Le 26.03.13 18:44 marcosscriven a écrit :
Hi Sebastien

Thanks for the response - just wondering if you would confirm my suspicion
the serialisation (particularly deserialisation) is slow due to the string
intermediary, and thus it would likely be worth me doing this manually?

Also, can you confirm that basically what I need to do is:

1) copy vertices, halfedges, facets, volumes, shalfedges, shalfloops,
and sfaces like this:

for each myNef3poly.vertices_begin() -> copy to my protobuf message
(for each of the above)

2) On the other side:

Nef_polyhedron_3 myReconstructedPoly
myReconstructedPoly.sncp.put_vertex_node( protomsg.getVertexNode)
(for each)







Marcos



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

--
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