<div dir="ltr">Hi!<div>1.<br><div>Could someone help me to find and useĀ <span style="color:rgb(0,128,0)">vtkEncodeString </span><font color="#000000">command in VTK 6.1?</font></div><div><font color="#000000"><br></font></div>
<div><font color="#000000">In vtk 5.10 it was defined in VTKConfig.cmake as follows:</font></div><div><font color="#000000"><br></font></div><div>
<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(0,128,0)">#</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,128,0)">Other</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,128,0)">executables</span></pre>

<pre style="margin-top:0px;margin-bottom:0px">IF<span style="color:rgb(192,192,192)"> </span>(NOT<span style="color:rgb(192,192,192)"> </span>CMAKE_CROSSCOMPILING)</pre>
<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">  </span><span style="color:rgb(128,128,0)">SET</span>(VTK_ENCODESTRING_EXE<span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,128,0)">"</span><span style="color:rgb(128,0,0)">${VTK_INSTALL_PREFIX}</span><span style="color:rgb(0,128,0)">/bin/vtkEncodeString"</span>)</pre>

<pre style="margin-top:0px;margin-bottom:0px">ENDIF<span style="color:rgb(192,192,192)"> </span>(NOT<span style="color:rgb(192,192,192)"> </span>CMAKE_CROSSCOMPILING)</pre>
<pre style="margin-top:0px;margin-bottom:0px"><br></pre>
<pre style="margin-top:0px;margin-bottom:0px"><br></pre><pre style="margin-top:0px;margin-bottom:0px">Now, in the bin directory I see only <span style="color:rgb(0,128,0);font-family:arial">vtkEncodeString-6.1</span><span style="font-family:arial"><font color="#000000">, no variable </font></span><font color="#000000" face="arial">VTK_ENCODESTRING_EXE defined anywhere.</font></pre>
<pre style="margin-top:0px;margin-bottom:0px"><font color="#000000" face="arial"><br></font></pre><pre style="margin-top:0px;margin-bottom:0px"><font color="#000000" face="arial">It was used in our project to encode cl files into a  C string literals in header files.</font></pre>
<pre style="margin-top:0px;margin-bottom:0px"><font color="#000000" face="arial"><br></font></pre><pre style="margin-top:0px;margin-bottom:0px"><font color="#000000" face="arial">2.</font></pre><pre style="margin-top:0px;margin-bottom:0px">
<font color="#000000" face="arial">Where are now defined all those variables that were set in  </font><span style="color:rgb(0,0,0);font-family:arial">VTKConfig.cmake, vtk 5.10?</span></pre><pre style="margin-top:0px;margin-bottom:0px">
<span style="color:rgb(0,0,0);font-family:arial">Example - I used to check if VTK_USE_QT was set in order to make sure that vtk was built with qt support. How do I check it now?</span></pre><pre style="margin-top:0px;margin-bottom:0px">
<span style="color:rgb(0,0,0);font-family:arial"><br></span></pre><pre style="margin-top:0px;margin-bottom:0px"><font color="#000000" face="arial"><br></font></pre><pre style="margin-top:0px;margin-bottom:0px"><font color="#000000" face="arial">Thanks</font></pre>
<pre style="margin-top:0px;margin-bottom:0px"><font color="#000000" face="arial">Anka</font></pre><pre style="margin-top:0px;margin-bottom:0px"><font color="#000000" face="arial"><br></font></pre></div>
</div></div>