Skip to Content.
Sympa Menu

cgal-discuss - Problem in example mesh_a_3d_gray_image.cpp

Subject: CGAL users discussion list

List archive

Problem in example mesh_a_3d_gray_image.cpp


Chronological Thread 
  • From:
  • To:
  • Subject: Problem in example mesh_a_3d_gray_image.cpp
  • Date: Tue, 21 Aug 2007 14:57:47 +0200

Hi every one,

I used the example examples/Surface_mesher/mesh_a_3d_gray_image.cpp
with no problem as a command line.
I have done an interface using MS-VC++ and it seems that it is not
possible to use the main function two times. I converted this function
into a function taking as input every parameters (an 3D image, a
sphere origin coordinate, a sphere radius, the 3 parameters of the
mesh quality, and the threshold). When I use my interface the first
time, it works but if I call again this function, it doesn't work
anymore. The variable "image" doesn't seem to be well instantiate.

Any suggestion?

Thank you,

Pierre



Archive powered by MHonArc 2.6.16.

Top of Page