Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] [Bug] Polyhedron_traits_with_normals_3

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] [Bug] Polyhedron_traits_with_normals_3


Chronological Thread 
  • From: Mohamed Yousef <>
  • To:
  • Subject: Re: [cgal-discuss] [Bug] Polyhedron_traits_with_normals_3
  • Date: Thu, 8 Jul 2010 09:58:33 +0300
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=bjmaioudjEsNtvNf9uduykUMXlfYQu1mnp/6LJpQdHM6PBeZaOY69uqUQOGxlqZ6DY MFNmY3t1cQ4uyCR+kVmkoY6FVkHe538kdBN7bi9zIhAfDVPp4hCQJOfRkbySTg6cxhtE 1z55Wht+b8/mkWJ53P72Yx7cdXFGsKV9qx6uQ=

simply if you want to use it as usual to extend a kernel by adding plane support , you will lack all additional things the kernel provides

the way for this to go (done in other traits , every where in cgal ) is to inherit from specializing kernel , thus you have your kernel with additional support of plane

Regards,
Mohamed Yousef

On 8 July 2010 08:52, Sebastien Loriot (GeometryFactory) <sloriot.ml@gmail.com> wrote:
Mohamed Yousef wrote:
Hello,

i think the class "Polyhedron_traits_with_normals_3" should inherit from Kernel_

Thanks,

Reading the documentation I see no reason why it should.
The concept PolyhedronTraits_3 is quite simple and
Polyhedron_traits_with_normals_3 seems to be a model of it.

What leads you to think there is a bug?

S.

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss





Archive powered by MHonArc 2.6.16.

Top of Page