[vtkusers] null values with vtkMarchingCubes

Sean Ziegeler seanzig at users.sourceforge.net
Thu Apr 12 08:55:17 EDT 2007


I don't think VTK recognizes non-data values (aka. masking or iblanking) 
as such.  The most accurate method of which I know is to use 
vtkThreshold which will convert your grid to unstructured and physically 
remove any elements that are not within the values you specify.
-Sean

scsrsao at leeds.ac.uk wrote:
> Hey all,
>   I'm using vtkMarchingCubes to generate isosurfaces, but the dataset also
> include values that represent the lack of data... is there a way I can tell the
> marching cubes algorithm what these values are so it wont take them into
> account when generating the isosurface???
> 
> thanks,
> Rodolfo
> 
> _______________________________________________
> This is the private VTK discussion list. 
> Please keep messages on-topic. Check the 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