Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] 3D Mesh Generation - Multi-domain

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] 3D Mesh Generation - Multi-domain


Chronological Thread 
  • From: Ramin H <>
  • To:
  • Subject: Re: [cgal-discuss] 3D Mesh Generation - Multi-domain
  • Date: Thu, 26 Nov 2009 16:58:01 -0500
  • 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=kWVHzIIrWpn344p1qhcIhlFRLSPkJOgah3rUaW5+pn1IL7nvMJPQaMCyz9SYRADZdR GeBSm3KGiCgMdBf6a7L+TwvwBrcdRkDCBKdTPPisS7TjMOftsr9urZhKeMk+QZkngZ1E KOXtoIpeN7rmS1CIUvaMQpLrtU39vTIDeMiMQ=

Hi,

I am going to implement my own multi-domain polyhedron oracle.

I read
http://www.cgal.org/Manual/3.5/doc_html/cgal_manual/Mesh_3_ref/Concept_MeshDomain_3.html
but the information is very abstract.

Is there a technical report or a paper that can help me understand how
this should work?

Thank you,
-Ramin

On Fri, Nov 20, 2009 at 4:02 AM, Stephane Tayeb
<>
wrote:
> Ramin H wrote:
>>
>> Thank you for your response. I think I didn't ask my question
>> properly. I saw *47.3.3 Mesh Generation From a Segmented 3D Image*.
>>
>> I wanted to know how the multi-domain input can be defined when using
>> polyhedron domains.
>>
>> -Ramin
>>
>
> Hi,
>
> There is no such thing in the current implementation.
>
> You will have to define your own multi-domain polyhedron oracle (cf.
> MeshDomain_3 concept in the reference manual). A naive (and computationnaly
> costly) solution could be to combine several polyhedron domains, one for
> each subdomain.
>
> Best,
> --
> Stephane Tayeb
> Software engineer - INRIA Sophia Antipolis
> Geometrica Project-Team
>
> --
> 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