[vtk-developers] CMake vs PCANormals VTK 7.0

Haocheng Liu haocheng.liu at kitware.com
Thu Apr 13 12:42:06 EDT 2017


Hi Joao,

A quick answer is:
#include <vtkPCANormalEstimation.h> - > vtkFiltersPoints
#include <vtkSignedDistance.h>            - > vtkFiltersPoints
#include <vtkExtractSurface.h>              - > vtkFiltersPoints

In the future, if you want to search for the right module for a specific
class, you can do things as following:


   - find the path to the file:

                  Ex. $VtkSrc/Filters/Points/vtkSignedDistance.h

   - look for a file in this path called module.cmake.  the name after
   *vtk_module(* is the module you are looking for.

Hope it helps.


On Thu, Apr 13, 2017 at 11:51 AM, João Luis <joaolsvieira at gmail.com> wrote:

> Hello guy,
>
> Anybody knows which Module in CMake I have to check to build my version of
> VTK 7.0 with the following classes:
>
> #include <vtkPCANormalEstimation.h>
> #include <vtkSignedDistance.h>
> #include <vtkExtractSurface.h>
>
> Thank you very much for any help.
>
> Luis,
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/
> opensource/opensource.html
>
> Search the list archives at: http://markmail.org/search/?q=vtk-developers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtk-developers
>
>
>


-- 
Best regards
Haocheng

Haocheng LIU
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4421 <(518)%20881-4421>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20170413/de7a2002/attachment.html>


More information about the vtk-developers mailing list