Re: [Paraview] How to get the different data array / data set of a vtk file

2011-03-31 Thread Gil Wertz
The solution was to use pqDisplayColorWidget ... I'd use it like follow and it worked well : this-m_RenderView = qobject_castpqRenderView*( m_object_builder-createView(pqRenderView::renderViewType(), m_server)); QPointerpqPipelineSource m_source =

[Paraview] How to get the different data array / data set of a vtk file

2011-03-28 Thread Gil Wertz
In Paraview, in Information Data Arrays there is a list of the data set of my vtk file (name,type,Data range). But when I create a 'LegacyVTKFileReader', I give the inputFile, but how do I know number of dataSet , their names and how do I use one specifically ? ( Actually I automaticaly use