[Paraview] vtkStringArray Properties

Berk Geveci berk.geveci at kitware.com
Thu Dec 20 11:03:59 EST 2007


The fact that you cannot threshold with string array is expected. The
fact that it crashes is a bug :-) Is there a dataset you can provide
as an example?

-berk


On 12/20/07, Robert Maynard <RobertJMaynard at gmail.com> wrote:
> I have written some python code, for object creation using the python
> programmable source. One of the properties I am adding to the object is a
> cell based vtkStringArray.
> The issue is that I am facing two issues, one is that I am unable to
> threshold the vtkStringArray, since the following line always returns null:
>    vtkDataArray *inScalars =
> this->GetInputArrayToProcess(0,inputVector);
>
> and secondly, if I try to save or load an object with a vtkStringArray
> property in windows, I crash paraview.
>
> Does anybody know if this a bug inside paraview, or should I be using some
> form of Char Array, etc
>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>
>


More information about the ParaView mailing list