[vtk-developers] vtkPointCloud remote module

Shawn Waldon shawn.waldon at kitware.com
Fri Jun 10 13:07:05 EDT 2016


Hi chengguo1987,

The vtk*Module.h files are generated by CMake when it configures the
module.  Look in the build tree in the same relative location as the source
directory of that module.  Since these are generated files, they do not
live in the source tree and will not be on Gitlab.

HTH,
Shawn

On Fri, Jun 10, 2016 at 12:28 PM, chengguo1987 <cheng at scandy.co> wrote:

> Will Schroeder-2 wrote
> >
> > *Surface extraction (in VTK/Remote/vtkPointCloud):*
> > We've build a pipeline of objects that perform rudimentary surface
> > extraction from a point cloud. There are three major parts:
> > 1. Generating normals - currently use vtkPCANormalEstimation, including
> > graph traversal to create consistently oriented normals.
> > 2. Compute the TSDF using vtkSignedDistance.
> > 3. Extract zero-crossing isocontour to generate surface
> > (vtkExtractSurface).
>
> I have a problem when using the source files in the GitLab repo, could you
> please
> provide the source code of vtkPointCloudModule.h and
> vktPointCloudModule.cxx?
>
> I went through the code and saw that the header file is required for
> exporting macro.
> But I could not find it in the GitLab repo.
>
>
>
> --
> View this message in context:
> http://vtk.1045678.n5.nabble.com/vtkPointCloud-remote-module-tp5736213p5738628.html
> Sent from the VTK - Dev mailing list archive at Nabble.com.
> _______________________________________________
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20160610/f4b29b59/attachment.html>


More information about the vtk-developers mailing list