Skip to Content.
Sympa Menu

cgal-discuss - adding operator== to Bbox_3 class

Subject: CGAL users discussion list

List archive

adding operator== to Bbox_3 class


Chronological Thread 
  • From: "Alejandro M." Aragón <>
  • To:
  • Subject: adding operator== to Bbox_3 class
  • Date: Tue, 21 Aug 2007 18:17:24 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:subject:from:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=rukeSR/xyp86cFJCvttzaJ3oKxgQcGk/vQvUh7kDq0zx881+97awLbS7/ef4LnDxIm/omAcG7r3gUkCTGaV881Gb4ETDwjsDaw+OyDJmA7DYVhnpaADaApuFiitw2igOvSpM51AlFI90K4ve9naSh2ZHouPEOhWDlAkMvVGR9Ko=

Hello everyone,

I'm new in the list. I just wanted to ask if it is possible to add
operator== to the Bbox_3 since this is the only requirement for working
with hash tables that use that class. The operator is defined for the
Bbox_2 class but not for the Bbox_3. It's just three lines of code and I
would add it if someone point me how to do it.

Thank you,





Archive powered by MHonArc 2.6.16.

Top of Page