[Paraview] Fwd: Cell v. point data
Randy Hudson
hudson at mcs.anl.gov
Tue Sep 13 15:33:49 EDT 2005
Thanks, Berk. It looks like that will do. (I'd been down most of that road, but gotten diverted to a sidestreet, and lost my way.
I'd tried vtkPVSource->GetDataInformation->GetNumberOf[Points() | Cells()], but regardless the centering, those both gave non-zero totals.... )
At 9/13/2005 01:08 PM, Berk Geveci wrote:
>vtkPVSource->GetDataInformation()
>will return a data structure that has information about the output of
>the reader. Then you need to get PointDataInformation and/or
>CellDataInformation and check if they have arrays. Check
>Servers/Common/vtkPVDataInformation.h for more info.
Randy.
630 252 8690.
More information about the ParaView
mailing list