All,<br><br>I have a filter with two input ports. I would like to allow a multigroup data set in one port while the other takes in any vtkDataSet.<br>Paraview does not let me input one of each ype. Although specified to allow both, when i run Paraview the widget only allows MultiGroupDataSet menu objects for both ports or regular dataSet objects for both.
<br><br>In my server manager xml i specify:<br><br><InputProperty<br> name="Source"<br> command="SetSource"><br> <ProxyGroupDomain name="groups">
<br> <Group name="sources"/><br> <Group name="filters"/><br> </ProxyGroupDomain><br> <DataTypeDomain name="input_type" composite_data_supported="1">
<br> <DataType value="vtkDataSet"/><br> <DataType value="vtkMultiGroupDataSet"/><br> </DataTypeDomain><br> </InputProperty>
<br> <InputProperty name="Input" command="AddInput" clean_command="RemoveAllInputs" multiple_input="1"><br> <ProxyGroupDomain name="groups">
<br> <Group name="sources"/><br> <Group name="filters"/><br> </ProxyGroupDomain><br> <DataTypeDomain name="input_type">
<br> <DataType value="vtkDataSet"/><br> </DataTypeDomain><br> </InputProperty><br><br><br>I am using a custom filter similar to vtkProbeFilter with two inputs.
<br>Is there any way to allow for this option (one input as vtkMultiGroupDataSet, the other as vtkDataSet)?<br><br><br>Thank you in advance<br>Shawn<br>