VTK PolyData

View: New views
3 Messages — Rating Filter:   Alert me  

VTK PolyData

by Gabriela de Miranda :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello all,

How can i read a vtk Polydata file?
I need to know all the points of this mesh.

Thanks!!

_____________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.html

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://www.itk.org/mailman/listinfo/insight-users

Re: VTK PolyData

by David Doria :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Nov 5, 2009 at 5:56 PM, Gabriela de Miranda
<gabrielademiranda@...> wrote:
> Hello all,
>
> How can i read a vtk Polydata file?
> I need to know all the points of this mesh.
>
> Thanks!!

Here is an example: http://www.itk.org/Wiki/Read_a_.vtp_file

For future reference, this is probably more of a question for the VTK
users list.

Thanks,

David
_____________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.html

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://www.itk.org/mailman/listinfo/insight-users

Re: VTK PolyData

by Luis Ibanez :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi  Gabriela,


If the vtkPolyData is stored in a .vtk legacy file,
you could also use the Reader:

Insight/Code/Review/itkVTKPolyDataReader.h

or the Reader:
itkQuadEdgeMeshVTKPolyDataReader

That you will find in the directory:
http://svn.na-mic.org/NAMICSandBox/trunk/QuadEdgeMeshFieldSmoothingFilters/Source/

http://svn.na-mic.org/NAMICSandBox/trunk/QuadEdgeMeshFieldSmoothingFilters/Source/itkQuadEdgeMeshVTKPolyDataReader.h


      Regards,


             Luis

------------------------------------------------------------------
On Thu, Nov 5, 2009 at 5:56 PM, Gabriela de Miranda
<gabrielademiranda@...> wrote:

> Hello all,
>
> How can i read a vtk Polydata file?
> I need to know all the points of this mesh.
>
> Thanks!!
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
>
>
_____________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.html

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://www.itk.org/mailman/listinfo/insight-users