[Insight-users] copy the cell from vtkPolyData to another

Mathieu Malaterre mathieu.malaterre at kitware.com
Tue, 06 Apr 2004 10:32:43 -0400


Longfei,

	In python:

foo1 = vtkPolyData()
...
foo2 = vtkPolyData()
...
foo2.DeepCopy(foo1)

Mathieu

Longfei Cong wrote:
> Hi insight-users£¬
>    i have got the meshs of vtkPolyData. Now i want to copy a part of the meshs to another vtkPolyData.  could anyone help me , thanks a million.
> 
> ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡Longfei Cong
> ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡lfcong at nlpr.ia.ac.cn
> ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡2004-04-06
> 
> 
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>