[Paraview-developers] InputArrayToProcess explanation

Cory Quammen cquammen at cs.unc.edu
Mon Jul 8 09:14:32 EDT 2013


Shinpei,

The element_types values are, in my best understanding, integers
encoding what type of arguments to pass to the method
SetInputArrayToProcess(). For instance, 0 would be integer and 2 would
be char *. I don't know where these codes are defined, however.

- Cory

On Mon, Jul 8, 2013 at 9:11 AM, Sebastien Jourdain
<sebastien.jourdain at kitware.com> wrote:
> http://www.vtk.org/doc/nightly/html/classvtkAlgorithm.html#a6bea16e1329609dbccce0ff8d2367484
>
>
> On Mon, Jul 8, 2013 at 9:00 AM, shinpei <noro_shinpei at web.de> wrote:
>>
>> Hi,
>>
>> I use this property in my plugin:
>>
>> <StringVectorProperty
>>   command="SetInputArrayToProcess"
>>   element_types="0 0 0 0 2"
>>   label="Coeffizients"
>>   name="CoefficientVector"
>>   number_of_elements="5">
>>     <ArrayListDomain attribute_type="Vectors"
>>       input_domain_name="input_array"
>>       name="array_list">
>>       <RequiredProperties>
>>         <Property function="Input" name="Input" />
>>       </RequiredProperties>
>>     </ArrayListDomain>
>> </StringVectorProperty>
>>
>> Can anyone explain the element_types values and their meaning?
>>
>> Thx
>>
>>
>>
>> --
>> View this message in context:
>> http://the-unofficial-paraview-developers-forum.34153.x6.nabble.com/InputArrayToProcess-explanation-tp2344.html
>> Sent from the The Unofficial ParaView Developers Forum mailing list
>> archive at Nabble.com.
>> _______________________________________________
>> Paraview-developers mailing list
>> Paraview-developers at paraview.org
>> http://public.kitware.com/mailman/listinfo/paraview-developers
>
>
>
> _______________________________________________
> Paraview-developers mailing list
> Paraview-developers at paraview.org
> http://public.kitware.com/mailman/listinfo/paraview-developers
>



-- 
Cory Quammen
Research Associate
Department of Computer Science
The University of North Carolina at Chapel Hill


More information about the Paraview-developers mailing list