Updated PCL plugin for ParaView

Hi Mike,

I’m not able to build the filters under Windows. I had linking errors to PCL, for example:
unresolved external symbol “public: virtual bool __cdecl pcl::RandomSampleConsensus::computeModel(int)”

I built PCL 1.9.0 from sources with options WITH_VTK:BOOL=OFF and BUILD_visualization:BOOL=OFF and I used Eigen 3.3.6 and Boost 1.68 that has been tested. Also, I tried building them against Paraview 5.6 and 5.7.

I don’t know what’s wrong with my configurations. I wonder if anyone succeeded building the PCL filters under Windows