Hi All,<br><br>I was wondering what blanking a structured grid with an image means?? Is it something like draping an image on a structured grid??<br><br>Also, I tried to intergrate the vtkBlankStructuredGridWithImage class into paraview but it is giving me the error below. The filter takes in two inputs - an unstructured grid and the image to use for blanking(vtkImageData). From the class reference I found that GetBlankingInput() is the method to get the blanking image. I have also copied my .pvsm and .xml files here.
<br><br>I think I am making a mistake in calling the multiple inputs. Can anyone help me identify the error? <br><br>Thanks<br><br>-bikash<br><br><br><br><br>ErrorMessage<br># Error or warning: There was a VTK Error in file: /root/Project/ParaView-
2.6-Source/Servers/Common/vtkProcessModule.cxx (966)<br> vtkProcessModule (0xddc4130): Object type: vtkBlankStructuredGridWithImage, could not find requested method: "SetBlankingInput"<br>or the method was called with incorrect arguments.
<br><br>while processing<br>Message 0 = Invoke<br> Argument 0 = id_value {605}<br> Argument 1 = string_value {SetBlankingInput}<br> Argument 2 = id_value {490}<br>ErrorMessage end<br>ErrorMessage<br># Error or warning: There was a VTK Error in file: /root/Project/ParaView-
2.6-Source/Servers/Common/vtkProcessModule.cxx (968)<br> vtkProcessModule (0xddc4130): Aborting execution for debugging purposes.<br>ErrorMessage end<br>Aborted<br><br><br><br><br><ServerManagerConfiguration><br> <ProxyGroup name="filters">
<br> <SourceProxy name="BlankStructuredGridWithImage" class="vtkBlankStructuredGridWithImage"><br> <InputProperty<br> name="Input"<br> command="SetInputConnection">
<br> <ProxyGroupDomain name="groups"><br> <Group name="sources"/><br> <Group name="filters"/><br> </ProxyGroupDomain>
<br> <DataTypeDomain name="input_type"><br> <DataType value="vtkStructuredGrid"/><br> </DataTypeDomain>
<br> </InputProperty> <br> <InputProperty name="BlankingInput" command="SetBlankingInput" 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="vtkImageData"/><br> </DataTypeDomain><br> </InputProperty>
<br> </SourceProxy><br> </ProxyGroup><br></ServerManagerConfiguration><br><br><br><ModuleInterface><br> <ServerManagerFile name="BlankStructuredGridWithImage.pvsm"/><br><Module name="BlankStructuredGridWithImage"
<br> root_name="BlankStructuredGridWithImage"<br> replace_input="0"<br> menu_name="Blanking Image"<br> module_type="Filter"<br> long_help="BlankStructuredGridWithImage"
<br> short_help="BlankStructuredGridWithImage"><br> <Filter class="vtkBlankStructuredGridWithImage"><br> <Input name="BlankingInput" class="vtkImageData"/><br>
<Input name="Input" class="vtkStructuredGrid"/><br> </Filter><br> <InputMenu trace_name="Input"<br> property="Input"<br> label="Input"<br>
help="Select the object to blanket"<br> input_name="Input"<br> initialize_with_current="0"/> <br> <InputMenu trace_name="Input"<br> property="Input"
<br> label="Input"<br> help="Set the input image for this filter."<br> input_name="BlankingInput"/><br> </Module><br></ModuleInterface><br>