# What types are wrapped up by Paraview wrappings?

**URL:** https://discourse.paraview.org/t/what-types-are-wrapped-up-by-paraview-wrappings/14760
**Category:** Development
**Created:** [June 4, 2024, 6:47am UTC](https://discourse.paraview.org/t/what-types-are-wrapped-up-by-paraview-wrappings/14760 "2024-06-04T06:47:38Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![joint](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/j/dc4da7/32.png) [@joint](https://discourse.paraview.org/u/joint)
#### Post date: [June 4, 2024, 6:47am UTC](https://discourse.paraview.org/t/what-types-are-wrapped-up-by-paraview-wrappings/14760/1 "2024-06-04T06:47:38Z")

</div>

Hello!

I know that vtkClientServer.cxx wraps up some functions.

I use this knowledge to pass some data from the filter to the widgets which support this filter, for user to get more information about the filter

How can I pass a vtkIntArray via it? The function is generated in vtkClientServer.cxx file, but vtkIntArray is unknown… Seems like functions returning this kind of values are not wrapped up

Thanks

---

<div class="post-metadata">

### Author: ![ben.boeckel](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/b/ea5d25/32.png) [@ben.boeckel](https://discourse.paraview.org/u/ben.boeckel)
#### Post date: [June 9, 2024, 5:39pm UTC](https://discourse.paraview.org/t/what-types-are-wrapped-up-by-paraview-wrappings/14760/2 "2024-06-09T17:39:20Z")

</div>

What is the signature of the method you’re trying to have wrapped?
