Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] simple transformation on Mesh_3 vertices

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] simple transformation on Mesh_3 vertices


Chronological Thread 
  • From: Hamid G <>
  • To:
  • Subject: Re: [cgal-discuss] simple transformation on Mesh_3 vertices
  • Date: Mon, 14 Nov 2011 11:34:21 -0500

On Mon, Nov 14, 2011 at 8:38 AM, Sebastien Loriot (GeometryFactory)
<>
wrote:
> What do you want to do precisely?
> A simple translation of the points in the mesh?
>

Yes, just offset them by a fixed (x0, y0, z0).


>> I am using CGAL to create tetrahedral meshes off of grayscale images.
>> After mesh is generated I need to translate the vertices to match
>> coordinate system of
>> the imaging machine (MRI, CT, ...)
>>
>> I do this by adding a fixed offset point(x,y,z) to all vertices in a
>> post-processing step
>> outside CGAL using the MEDIT file.
>>
>> I was wondering if this can be done within CGAL/C++ so I don't have to use
>> Matlab/Python to perform this step.
>>
>> thanks in advance,
>> Hamid
>>
>
>
> --
> 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