I have created an annotation filter that writes the exact values of scalar properties to the screen. The filter is based off of the threshold and TimeToTextConvertor. The filter was working exactly as intended intill I updated my stable branch this morning. 
<br>Now when I try to do <br>&nbsp; vtkDataArray *inScalars = this-&gt;GetInputArrayToProcess(0,inputVector);<br><br>I always get a null return. The class I created was of type vtkTableAlgorithm if that matters.<br><br>