hello everybody£¬here I have a question:<br>as in vtk&nbsp;&nbsp; we usually use the method A-&gt;setInput(B);<br>this will increase the reference of B;<br>however, if I call the method A-&gt;setInput(C) after;<br>it will decrease the reference of B or not?<br>