[vtkusers] Visualisation of cell-based data.
    Will Schroeder 
    will.schroeder at kitware.com
       
    Wed Aug  7 20:58:15 EDT 2002
    
    
  
VTK supports cell data; it's just like point data except associated with 
cells. There are also filters to convert between cell data and point data 
(vtkCellDataToPointData and vtkPointDataToCellData) based on local 
averaging schemes. (You may need this: some filters e.g. contouring only 
work on point data). Some filters may operate on either cell or point data, 
the user has to specify (e.g., vtkThreshold).The readers and writers all 
support point and cell data as well.
Will
At 09:38 PM 8/7/2002 +0200, Bertwim van Beest wrote:
>Dear VTK community,
>
>I have a problem in understanding how to visualise cell-valued data.
>That is, I have a grid (either structured of unstructured) consisting of
>cells defined by their vertices. Per cell I have one data value, which
>is assumed to be constant over the volume of the cell (finite
>difference/volume methods).
>
>How do I visualise this? VTK seems to be geared to vertex-based data
>data values, but I can't imagine that VTK has not functionality to
>tackle this!
>
>Thanks in advance?
>_______________________________________________
>This is the private VTK discussion list.
>Please keep messages on-topic. Check the FAQ at: 
><http://public.kitware.com/cgi-bin/vtkfaq>
>Follow this link to subscribe/unsubscribe:
>http://public.kitware.com/mailman/listinfo/vtkusers
    
    
More information about the vtkusers
mailing list