Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Linear Cell complex: Spliting an segment by inserting a point

Subject: CGAL users discussion list

List archive

[cgal-discuss] Linear Cell complex: Spliting an segment by inserting a point


Chronological Thread 
  • From: Pranav <>
  • To:
  • Subject: [cgal-discuss] Linear Cell complex: Spliting an segment by inserting a point
  • Date: Sun, 1 Mar 2015 23:03:07 -0800 (PST)

Hi,

I am using Linear cell complex(LCC) to represent my piecewise linear
complex. Now I want to insert a point inside a segment of LCC and split it
into 2 individual sub-segments. I found one undocumented function
/add_vertex()/ in Linear_cell_complex_incremental_builder.h.

I would like to know whether I can use /add_vertex()/ function directly
without worrying about if it will ensure splitting of an existing segment if
the inserted point happens to be lying inside it?







--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Linear-Cell-complex-Spliting-an-segment-by-inserting-a-point-tp4660541.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page