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
[email protected]

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to