[vtkusers] Visualizing a surface
kenichiro yoshimi
rccm.kyoshimi at gmail.com
Thu May 10 07:15:37 EDT 2018
Hi,
I'm sorry, but I don't know the reason why you are failing. I set the
parameters against your data below:
radius = 0.02 (the Gaussian blur kernel's radius)
dimension = 101 (the resolution of the 3D volume)
>>Is it okay to use a polydata?
OK, because the code you indicate can be replaced in the following manner:
auto particles = reader->GetOutput();
=>
vtkPolyData *particles = reader->GetOutput();
Best Regards
2018-05-10 18:17 GMT+09:00 virtual tea kit <paul_geus at hotmail.com>:
> Hi kenichiro yoshimi,
>
> I have been trying to implement your methode, but I keep failing.
>
> How do you set the radius and dimension?
>
> Thank you
>
>
>
> --
> Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html
> _______________________________________________
> 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
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> https://vtk.org/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list