Hi all,<br /><br />
in many of the Cxx examples a preprocessor directive is used similar to the one in the following example:
<pre>
<span style=' color: Blue;'>#if</span> VTK_MAJOR_VERSION <= <span style=' color: Maroon;'>5</span>
mapper->SetInputConnection(uGrid->GetProducerPort());
<span style=' color: Blue;'>#else</span>
mapper->SetInputData(uGrid);
<span style=' color: Blue;'>#endif</span></pre>
Whenever VTK_MAJOR_VERSION is greater or equal 6 and a new ActiViz.NET is deployed, will it have the same change in the API?<br /><br />
Thank you very much in advance.<br /><br />
with best regards <br />
Jochen
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/ActiViz-and-preprcessor-directive-VTK-MAJOR-VERSION-tp5713981.html">ActiViz and preprcessor directive VTK_MAJOR_VERSION</a><br/>
Sent from the <a href="http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html">VTK - Users mailing list archive</a> at Nabble.com.<br/>