Hi all, my algorithm renders correct result, but in console I have following error :<div><br></div><div>
<p>ERROR: In /Developer/VTK 5.10/src/Filtering/vtkExecutive.cxx, line 756</p>
<p>vtkStreamingDemandDrivenPipeline (0x10734fc00): Algorithm vtkWatershed(0x10732f110) returned failure for request: vtkInformation (0x107351280)</p>
<p> Debug: Off</p>
<p> Modified Time: 1074</p>
<p> Reference Count: 1</p>
<p> Registered Events: (none)</p>
<p> Request: REQUEST_DATA</p>
<p> FROM_OUTPUT_PORT: 0</p>
<p> ALGORITHM_AFTER_FORWARD: 1</p>
<p> FORWARD_DIRECTION: 0</p><p>The algorithm derives from vtkPolyDataAlgorithm and implement only RequestData method, add an array to input and shallow copy input to output.</p><p>What it can mean? </p>
<p><br></p><p>Thank you.</p><p>Jana</p><p><br></p></div>