Remote Module

(https://examples.vtk.org/site/Cxx/Points/PoissonExtractSurface/)
I’m trying to build VTK 9.3.0 with the remote module via these instructions:

To use PoissonReconstruction in VTK:

  1. Download PoissonReconstruction.remote.cmake and place it in your VTK/Remote directory.
  2. Reconfigure your VTK build with cmake
  3. Enable the remote module by setting Module_PoissonReconstruction:BOOL=ON.

I build VTK, but I can’t figure out how to include this in my project.

also, it looks like the remove module is NOT built during the build process.

I’m on Windows 11 using Visual Studio 2022.

Does this remote module still work?

Thanks

Rick

Hello,

Are you trying to build VTK or the example?

best,

PC

For VTK 9, remote modules are enabled like this:

VTK_MODULE_ENABLE_VTK_PoissonReconstruction:STRING=YES

But I don’t know if PoissonReconstruction will compile.