[vtkusers] Newby question

Sebastien Jourdain sebastien.jourdain at kitware.com
Fri Aug 5 13:15:24 EDT 2011


Hi umberto,

you might want to look at http://www.vtk.org/VTK/img/file-formats.pdf
and create an unstructured grid that has only vertex as cell.
In fact you can create a single poly-vertex cell that is used to show
all you points.

Seb

On Fri, Aug 5, 2011 at 1:04 PM, uiemma <u.iemma at uniroma3.it> wrote:
> I'm newby of vtk and not very familiar with computer graphics. Here's my
> problem.
> My simulation code produces a large amount of scalar data at a set of point
> in a 3D domain with voids
> (a set of virtual microphones surrounding scattering objects). The set of
> points is a cloud with no particular structure.
>
> How can I produce a vtk formatted file to be read with paraview or similar
> viewers ?
>
> My code is writtten in C.
>
> Thanks
> umberto
>
> --
> View this message in context: http://vtk.1045678.n5.nabble.com/Newby-question-tp4670142p4670142.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>



More information about the vtkusers mailing list