<div dir="ltr"><br><div>If it helps,  in newer versions of VTK <span style="background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">'ImmediateModeRenderingOn' calls can be removed from your code with no impact. Even in older versions of VTK the call is an optimization and the code should work fine without it. </span></div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Jun 20, 2018 at 11:11 AM Sam Raby <<a href="mailto:rabysam28@gmail.com">rabysam28@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Thanks for the response.<div>I got reply from vtk email list that this method 'ImmediateModeRenderingOn' is removed in vtk8.1. Is there a pre-compiled version of PCL that works with vtk8.1? If I want to use vtk8.1, how shall I proceed to be able to use PCL?</div><div><br></div><div>Thanks</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 19, 2018 at 12:09 PM, Fabien Rozar <span dir="ltr"><<a href="mailto:fabien.rozar@gmail.com" target="_blank">fabien.rozar@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hello,<div><br></div><div>I was wondering if your error message can easily be check with </div><div>the online VTK documentation.</div><div><br></div><div>After checking the 6.3 documentation, I found this:</div><div><a href="https://www.vtk.org/doc/release/6.3/html/classvtkMapper.html#ab9db044b3f5113808d2de42f13bb4fe8" target="_blank">https://www.vtk.org/doc/release/6.3/html/classvtkMapper.html#ab9db044b3f5113808d2de42f13bb4fe8</a><br></div><div><br></div><div>In the class vtkMapper, you can see that the method 'ImmediateModeRenderingOn ()'</div><div>exists so it's not obvious why you have this error message.</div><div><br></div><div>You should check which VTK header is actually use (maybe in cmake log file).</div><div>You can also delete your build directory to launch a new clean cmake generation.</div><div><br></div><div>I cannot say more with so few information. Good luck,</div><div>frozar</div></div><div class="m_-6575880260236847538gmail-HOEnZb"><div class="m_-6575880260236847538gmail-h5"><br><div class="gmail_quote"><div dir="ltr">Le mar. 19 juin 2018 à 04:12, Sam Raby <<a href="mailto:rabysam28@gmail.com" target="_blank">rabysam28@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><span style="font-family:sans-serif;text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">Hi Fabien, when I run the command line, I get the following response:</span><div style="font-family:sans-serif;text-decoration-style:initial;text-decoration-color:initial"><br></div><div style="font-family:sans-serif;text-decoration-style:initial;text-decoration-color:initial"><div>ii  libvtk6-dev    6.3.0+dfsg1-10build1 amd64        VTK header files</div><div>ii  libvtk6-qt-dev 6.3.0+dfsg1-10build1 amd64        VTK header files, containing Qt files</div></div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 18, 2018 at 12:08 AM, Fabien Rozar <span dir="ltr"><<a href="mailto:fabien.rozar@gmail.com" target="_blank">fabien.rozar@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">HI,<div><br></div><div>It seems like the installed vtk library on your machine doesn't match</div><div>the code in libpcl.</div><div><br></div><div>Can you share the version number of the installed vtk library please?</div><div>You should can it if you type this in a terminal:</div><div>dpkg -l libvtk*dev* | grep "^ii"<br></div><div><br></div><div>frozar</div></div><div class="m_-6575880260236847538gmail-m_2449254587988164635m_-1438880325553453785HOEnZb"><div class="m_-6575880260236847538gmail-m_2449254587988164635m_-1438880325553453785h5"><br><div class="gmail_quote"><div dir="ltr">Le sam. 16 juin 2018 à 21:05, Sam Raby <<a href="mailto:rabysam28@gmail.com" target="_blank">rabysam28@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">I just installed PCL using the following command line =>  sudo apt install libpcl-dev<div><br></div><div>but, when I include the following in my source code => #include <pcl/visualization/pcl_visualizer.h></div><div><br></div><div>I get the below error. Any idea why it is happening and how to fix it? Thanks!</div><div><br></div><div><div><i>error: 'class vtkMapper' has no member named 'ImmediateModeRenderingOn'</i></div><div><i>actor->GetMapper ()->ImmediateModeRenderingOn ();</i></div><div>                        ^~~~~~~~~~~~~~~~~~~~~~~~</div></div><div><br></div><div><br></div><div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 7, 2018 at 3:48 AM, Bart Verhagen <span dir="ltr"><<a href="mailto:bart@kapernikov.com" target="_blank">bart@kapernikov.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi Sam,<div><br></div><div>There are upstream pre-compiled binary packages available in the universe-repository of Ubuntu, see here: <a href="https://packages.ubuntu.com/artful/libpcl-dev" target="_blank">https://packages.ubuntu.com/artful/libpcl-dev</a>. Most Ubuntu installations have this mirror configured for APT by default.</div><div>So a simple </div><div>sudo apt-get update && sudo apt-get install libpcl-dev' should do the job.</div><div><br></div><div>Regards,</div><div><br></div><div>Bart</div><div><br></div></div><div class="gmail_extra"><br clear="all"><div><div class="m_-6575880260236847538gmail-m_2449254587988164635m_-1438880325553453785m_6375462014561499365m_4211740849721173427m_4947183491071847888gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><p style="background:white"><span style="font-size:10pt;font-family:Arial,sans-serif;color:rgb(34,34,34)" lang="NL"></span></p><div><p style="background:none 0% 0% repeat scroll white"><span style="font-size:10pt;font-family:Arial,sans-serif;color:rgb(34,34,34)" lang="NL">Bart Verhagen,<br>Kapernikov<br><a href="http://www.kapernikov.com" target="_blank">www.kapernikov.com</a><br></span></p></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote"><div><div class="m_-6575880260236847538gmail-m_2449254587988164635m_-1438880325553453785m_6375462014561499365m_4211740849721173427h5">On Wed, Jun 6, 2018 at 10:30 PM, Sam Raby <span dir="ltr"><<a href="mailto:rabysam28@gmail.com" target="_blank">rabysam28@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div class="m_-6575880260236847538gmail-m_2449254587988164635m_-1438880325553453785m_6375462014561499365m_4211740849721173427h5"><div dir="ltr">Hi, Is there an installation instruction of how to install PCL on Ubnuut 17.10 without having to compile it?<div><br></div><div>Thanks</div><span class="m_-6575880260236847538gmail-m_2449254587988164635m_-1438880325553453785m_6375462014561499365m_4211740849721173427m_4947183491071847888HOEnZb"><font color="#888888"><div>-S</div></font></span></div>
<br></div></div>_______________________________________________<br>
<a href="mailto:PCL-users@pointclouds.org" target="_blank">PCL-users@pointclouds.org</a> / <a href="http://pointclouds.org" rel="noreferrer" target="_blank">http://pointclouds.org</a><br>
<a href="http://pointclouds.org/mailman/listinfo/pcl-users" rel="noreferrer" target="_blank">http://pointclouds.org/mailman/listinfo/pcl-users</a><br>
<br></blockquote></div><br></div>
<br>_______________________________________________<br>
<a href="mailto:PCL-users@pointclouds.org" target="_blank">PCL-users@pointclouds.org</a> / <a href="http://pointclouds.org" rel="noreferrer" target="_blank">http://pointclouds.org</a><br>
<a href="http://pointclouds.org/mailman/listinfo/pcl-users" rel="noreferrer" target="_blank">http://pointclouds.org/mailman/listinfo/pcl-users</a><br>
<br></blockquote></div><br></div>
_______________________________________________<br>
<a href="mailto:PCL-users@pointclouds.org" target="_blank">PCL-users@pointclouds.org</a> / <a href="http://pointclouds.org" rel="noreferrer" target="_blank">http://pointclouds.org</a><br>
<a href="http://pointclouds.org/mailman/listinfo/pcl-users" rel="noreferrer" target="_blank">http://pointclouds.org/mailman/listinfo/pcl-users</a><br>
</blockquote></div>
</div></div><br>_______________________________________________<br>
<a href="mailto:PCL-users@pointclouds.org" target="_blank">PCL-users@pointclouds.org</a> / <a href="http://pointclouds.org" rel="noreferrer" target="_blank">http://pointclouds.org</a><br>
<a href="http://pointclouds.org/mailman/listinfo/pcl-users" rel="noreferrer" target="_blank">http://pointclouds.org/mailman/listinfo/pcl-users</a><br>
<br></blockquote></div><br></div>
_______________________________________________<br>
<a href="mailto:PCL-users@pointclouds.org" target="_blank">PCL-users@pointclouds.org</a> / <a href="http://pointclouds.org" rel="noreferrer" target="_blank">http://pointclouds.org</a><br>
<a href="http://pointclouds.org/mailman/listinfo/pcl-users" rel="noreferrer" target="_blank">http://pointclouds.org/mailman/listinfo/pcl-users</a><br>
</blockquote></div>
</div></div><br>_______________________________________________<br>
<a href="mailto:PCL-users@pointclouds.org" target="_blank">PCL-users@pointclouds.org</a> / <a href="http://pointclouds.org" rel="noreferrer" target="_blank">http://pointclouds.org</a><br>
<a href="http://pointclouds.org/mailman/listinfo/pcl-users" rel="noreferrer" target="_blank">http://pointclouds.org/mailman/listinfo/pcl-users</a><br>
<br></blockquote></div><br></div></div>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">https://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Ken Martin PhD<div>Distinguished Engineer<br><span style="font-size:12.8px">Kitware Inc.</span><br></div><div>101 East Weaver Street<br>Carrboro, North Carolina<br>
27510 USA<br><br><div><span style="font-size:10pt;font-family:Tahoma,sans-serif">This communication,
including all attachments, contains confidential and legally privileged
information, and it is intended only for the use of the addressee.  Access to this email by anyone else is
unauthorized. If you are not the intended recipient, any disclosure, copying,
distribution or any action taken in reliance on it is prohibited and may be
unlawful. If you received this communication in error please notify us
immediately and destroy the original message. 
Thank you.</span></div></div></div></div></div></div></div>