[vtkusers] clipping structured points datasets
Christopher M. Navarro
cnavarro at ncsa.uiuc.edu
Thu Mar 6 15:08:13 EST 2003
I've tried that but that doesn't seem to be the way SetVOI was
implemented. If I do extract VOI on my large structuredpoints set and ask
for the number of points using the default flags, I get the correct
(original) value, if I now do SetVOI() to the bounds of the larger region,
I should get the same value back but I don't. I get a very small number, orders of
magnitude smaller than it should be. Any other ideas on how I can do what
I want?
-chris
On Thu, 6 Mar 2003, Leue, William M (Research) wrote:
> I would use a vtkExtractVOI object and use the bounds of the smaller region
> as arguments to the SetVOI() method.
>
> -Bill Leue
>
> -----Original Message-----
> From: Christopher M. Navarro [mailto:cnavarro at ncsa.uiuc.edu]
> Sent: Thursday, March 06, 2003 10:51 AM
> To: vtkusers at public.kitware.com
> Cc: Christopher Navarro
> Subject: [vtkusers] clipping structured points datasets
>
>
>
> I have 2 structured point sets and would like to use the smaller one to
> clip away the unnecessary parts of the 2nd (the 2nd is larger and I only
> want
> the overlapping regions)....what is the best way to do something like this
> with VTK (4.2.1)? Is there a simple way to use the bounds of the smaller
> region to clip the larger region? Thanks.
>
>
> -chris
More information about the vtkusers
mailing list