Added trace

This commit is contained in:
Laurent Saboret 2008-06-05 17:03:08 +00:00
parent b80420b7f3
commit 8ddc20bce0
3 changed files with 12 additions and 6 deletions

View File

@ -825,6 +825,9 @@ void CPoissonDoc::OnReconstructionPoissonSurfaceMeshing()
m_sm_distance*size); // upper bound of distance to surface
// meshing surface
std::cerr << "make_surface_mesh(sphere={center=("<<sm_sphere_center << "), radius="<<sm_sphere_radius << "},\n"
<< " criteria={angle="<<m_sm_angle << ", radius="<<m_sm_radius*size << ", distance="<<m_sm_distance*size << "},\n"
<< " Non_manifold_tag())...\n";
CGAL::make_surface_mesh(m_surface_mesher_c2t3, surface, criteria, CGAL::Non_manifold_tag());
// get output surface
@ -1100,6 +1103,9 @@ void CPoissonDoc::OnReconstructionApssReconstruction()
m_sm_distance*size); // upper bound of distance to surface
// meshing surface
std::cerr << "make_surface_mesh(sphere={center=("<<sm_sphere_center << "), radius="<<sm_sphere_radius << "},\n"
<< " criteria={angle="<<m_sm_angle << ", radius="<<m_sm_radius*size << ", distance="<<m_sm_distance*size << "},\n"
<< " Non_manifold_tag())...\n";
CGAL::make_surface_mesh(m_surface_mesher_c2t3, surface, criteria, CGAL::Non_manifold_tag());
// get output surface

View File

@ -206,9 +206,9 @@ int main(int argc, char * argv[])
sm_distance*size); // upper bound of distance to surface
// meshing surface
//std::cerr << "make_surface_mesh(sphere={center=("<<sm_sphere_center << "), radius="<<sm_sphere_radius << "},\n"
// << " criteria={angle="<<sm_angle << ", radius="<<sm_radius*size << ", distance="<<sm_distance*size << "},\n"
// << " Non_manifold_tag())...\n";
std::cerr << "make_surface_mesh(sphere={center=("<<sm_sphere_center << "), radius="<<sm_sphere_radius << "},\n"
<< " criteria={angle="<<sm_angle << ", radius="<<sm_radius*size << ", distance="<<sm_distance*size << "},\n"
<< " Non_manifold_tag())...\n";
CGAL::make_surface_mesh(c2t3, surface, criteria, CGAL::Non_manifold_tag());
// Print status

View File

@ -195,9 +195,9 @@ int main(int argc, char * argv[])
sm_distance*size); // upper bound of distance to surface
// meshing surface
//std::cerr << "make_surface_mesh(sphere={center=("<<sm_sphere_center << "), radius="<<sm_sphere_radius << "},\n"
// << " criteria={angle="<<sm_angle << ", radius="<<sm_radius*size << ", distance="<<sm_distance*size << "},\n"
// << " Non_manifold_tag())...\n";
std::cerr << "make_surface_mesh(sphere={center=("<<sm_sphere_center << "), radius="<<sm_sphere_radius << "},\n"
<< " criteria={angle="<<sm_angle << ", radius="<<sm_radius*size << ", distance="<<sm_distance*size << "},\n"
<< " Non_manifold_tag())...\n";
CGAL::make_surface_mesh(c2t3, surface, criteria, CGAL::Non_manifold_tag());
// Print status