Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Mesh_domain image constructor

Subject: CGAL users discussion list

List archive

[cgal-discuss] Mesh_domain image constructor


Chronological Thread 
  • From: David Bernstein <>
  • To:
  • Subject: [cgal-discuss] Mesh_domain image constructor
  • Date: Fri, 26 Apr 2013 15:43:14 -0700 (PDT)

The constructor in "Labeled_image_mesh_domain.h" does not use the offset in
the image:

Bbox_3 compute_bounding_box(const Image& im) const
{
return Bbox_3(-1,-1,-1,
im.xdim()*im.vx()+1, im.ydim()*im.vy()+1,
im.zdim()*im.vz()+1);
}


Shouldn't _get_image_bounding_box be used here?





--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Mesh-domain-image-constructor-tp4657289.html
Sent from the cgal-discuss mailing list archive at Nabble.com.


  • [cgal-discuss] Mesh_domain image constructor, David Bernstein, 04/27/2013

Archive powered by MHonArc 2.6.18.

Top of Page