Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] create a new Triangulation_data_structure

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] create a new Triangulation_data_structure


Chronological Thread 
  • From:
  • To:
  • Subject: Re: [cgal-discuss] create a new Triangulation_data_structure
  • Date: Fri, 31 Oct 2008 11:18:09 +0100 (CET)
  • Importance: Normal

>
>> I've already looked to Triangulation and Triangulation_data_structure
>> but
>> Trangulation_data_structure is only parametrized with Cell_base and
>> Vertex_base and I need one that could also use some "Facet_base" so
>> deriving a new one from it could it be the right answer given that I
>> still
>> want to use the other structures like Cell_hendle, Vertex_handle, etc.
>>
>
> There is no explicit Facet in the Triangulation data structure.
>
> a Facet is a pair Cell_handle , index, where the index indicates which
> facet of the Cell you are interested in.
>
> If you want to add an information in the facet, you have to add is in
> both cells that share that facet.
>
> --
> You are currently subscribed to cgal-discuss.
> To unsubscribe or access the archives, go to
> https://lists-sop.inria.fr/wws/info/cgal-discuss
>
That's exactly the problem. I want to add an explicit Facet structure to
the CGAL Triangulation_data_structure. And reading the article I mentioned
this should be done in a new Triangulation_data_structure class.
What I am asking for is how this class should be implement.

Best,
Nizar




Archive powered by MHonArc 2.6.16.

Top of Page