|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
VTK PolyDataHello 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 PolyDataOn 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 PolyDataHi 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 |
| Free embeddable forum powered by Nabble | Forum Help |