[Paraview] Data Array access on CSVReader

Luc Bordier luc.bordier at sirehna.com
Thu Jan 5 10:34:01 EST 2012


Hello,

I am trying to access some data in arrays read from a CSVReader within a 
paraview script.

My data is read by the following code :

Results =  CSVReader( FileName="toto.csv")
Results.UpdatePipeline()

now I would like to acces some row value of my arrays.

I am looking for something like :

Results.GetRowData().GetArray(0), but it does not exist.

What is the best way to do it ?

Thanks.


Luc Bordier
SIREHNA
luc.bordier at sirehna.com



More information about the ParaView mailing list