[vtkusers] For vtkImageData, what is its counterpart of vtkClipPolyData?

David Doria daviddoria+vtk at gmail.com
Sat Jun 19 14:23:31 EDT 2010


On Sat, Jun 19, 2010 at 2:13 PM, Karthik Krishnan
<karthik.krishnan at kitware.com> wrote:
> Threshold the implicit function yourself and then use vtkImageMask
>   or
>
> Use vtkImplicitFunctionToImageStencil to get a stencil data.
>
> On Sat, Jun 19, 2010 at 6:48 PM, superzz <jxdw_zlf at yahoo.com.cn> wrote:
>>
>> vtkClipPolyData supports clipping polydata with implicit clipping
>> function.
>> How to clip vtkImageData with implicit clipping function?
>>
>> Thanks
>>
>> superZZ
>> --
>> View this message in context:
>> http://old.nabble.com/For-vtkImageData%2C-what-is-its-counterpart-of-vtkClipPolyData--tp28933767p28933767.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

Look like we could use an example of this
vtkImplicitFunctionToImageStencil here
http://www.vtk.org/Wiki/VTK/Examples#vtkImageData (once you figure it
out :) )

Thanks,

David



More information about the vtkusers mailing list