Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] [3D Mesh Generation] 0-dimensional features

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] [3D Mesh Generation] 0-dimensional features


Chronological Thread 
  • From: Marek <>
  • To:
  • Subject: Re: [cgal-discuss] [3D Mesh Generation] 0-dimensional features
  • Date: Wed, 11 Dec 2013 06:45:09 -0800 (PST)

I'm afraid this end's up with NULL pointer read excetion:
"First-chance exception at 0x08061eba (mobjcg.dll) in robot.EXE: 0xC0000005:
Access violation reading location 0x0000000000000000."

while trying to do:
operator*() Line 844 of compact container.h

as it tries to walk along edge:
CGAL::internal::CC_iterator
walk_along_edge
??$check_and_fix_vertex_along_edge
?? :: ?? ::check_and_repopulate_edges()
?refine_balls@?$Protect_edges_sizing_field
init_c3t3_with_features


I can see that it tries to traverse from not initialized point to one of
which I've added as degenerated 1-D feature.

Do you have any further advise about how to fix this?




--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/3D-Mesh-Generation-0-dimensional-features-tp4658532p4658536.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page