[vtkusers] vtkSurfaceReconstructionFilter

Tim Hutton T.Hutton at eastman.ucl.ac.uk
Fri Nov 29 05:25:36 EST 2002


The loose '\' on the end of a line is standard C for line continuation, 
when immediately followed by a newline character. I hate it personally, but 
this is ported code. I'm surprised if the compiler is choking on them.

At 19:01 28/11/2002 +0100, George Kamucha wrote:
>Hi Tim,
>I downloaded the vtkPowerCrustSurfaceReconstruction class from your site
>http://www.eastman.ucl.ac.uk/~thutton/powercrust/ and attempted at adopting it
>to run with vtk 3.2, e.g. using VTK_EXPORT instead of VTK_GRAPHICS_EXPORT etc.
>But the .cxx file has very many funny characters in it, e.g. very many stray
>"\". In my working platform (Linux, gcc), they are catastrophic.  I tried to
>remove them but it it is a nightmare. Which platform does one really need to
>run this class successfully ?
>
>Tim Hutton wrote:
>
> > Hi George,
> >
> > The usual caveats apply - vtkSurfaceReconstructionFilter only works well on
> > densely-sampled *closed* surfaces. If your data does not fulfill these
> > requirements then you need to use something else.
> > vtkPowerCrustSurfaceReconstruction could be retrofitted for 3.2 without too
> > much difficulty I think, you could try this?
> >
> > Tim.
> >





More information about the vtkusers mailing list