[vtkusers] VTKPolyData Boolean Operators
Bill Lorensen
bill.lorensen at gmail.com
Mon May 16 17:26:21 EDT 2011
Cory,
To be consistent with other polydata filters, the class
vtkPolyDataBooleanOperationFilter should be named
vtkBooleanOperationPolyDataFilter
The naming convention goes from general to specific as we read from right to
left.
For example:
vtkSmoothPolyDataFilter
vtkWindowedSincPolyDataFilter
vtkTransformPolyDataFilter
Unfortunately, some filters leave off Filter:
vtkShrinkPolyData and many others.
Things like this can be taken care of now or when we put this under gerrit
for review.
Bill
On Fri, May 13, 2011 at 9:31 AM, Cory Quammen <cquammen at cs.unc.edu> wrote:
> Sebastien, et al.,
>
> This is somewhat redundant from the automatic post sent to the list
> from the VTK Journal already, but I'd like to point you to our
> contribution towards boolean operations on surfaces:
> http://hdl.handle.net/10380/3262
>
> I'm sure there are bugs and places where I've made the code too
> complicated, but in my testing it seems to work fairly well.
>
> Thanks,
> Cory
>
> On Tue, Apr 19, 2011 at 8:13 AM, Sebastien Jourdain
> <sebastien.jourdain at kitware.com> wrote:
> > Hi Cory,
> >
> > that is great ! I'm looking forward to see your contribution.
> >
> > Seb
> >
> > On Mon, Apr 18, 2011 at 11:23 PM, Cory Quammen <cquammen at cs.unc.edu>
> wrote:
> >> I have a set of VTK classes for boolean operations on poly data that I
> >> am currently cleaning up for submission to the VTK journal, hopefully
> >> in the next couple of weeks. It uses no external libraries so it will
> >> not be encumbered by licensing problems.
> >>
> >> Stay tuned.
> >>
> >> Cory
> >>
> >> On Mon, Apr 18, 2011 at 1:36 PM, Sean McBride <sean at rogue-research.com>
> wrote:
> >>> On Thu, 14 Apr 2011 22:01:46 -0400, David Doria said:
> >>>
> >>>>It is on VTK's radar to incorporate this into a future version.
> >>>
> >>> Specifically:
> >>> <http://public.kitware.com/Bug/view.php?id=11441>
> >>>
> >>> You can 'monitor' the bug to keep track...
> >>>
> >>> --
> >>> ____________________________________________________________
> >>> Sean McBride, B. Eng sean at rogue-research.com
> >>> Rogue Research www.rogue-research.com
> >>> Mac Software Developer Montréal, Québec, Canada
> >>>
> >>>
> >>> _______________________________________________
> >>> Powered by www.kitware.com
> >>>
> >>> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
> >>>
> >>> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
> >>>
> >>> Follow this link to subscribe/unsubscribe:
> >>> http://www.vtk.org/mailman/listinfo/vtkusers
> >>>
> >>
> >>
> >>
> >> --
> >> Cory Quammen
> >> Computer Integrated Systems for Microscopy and Manipulation (CISMM)
> >> Department of Computer Science
> >> University of North Carolina at Chapel Hill
> >> http://www.cs.unc.edu/~cquammen
> >> _______________________________________________
> >> Powered by www.kitware.com
> >>
> >> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
> >>
> >> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
> >>
> >> Follow this link to subscribe/unsubscribe:
> >> http://www.vtk.org/mailman/listinfo/vtkusers
> >>
> >
>
>
>
> --
> Cory Quammen
> Computer Integrated Systems for Microscopy and Manipulation (CISMM)
> Department of Computer Science
> University of North Carolina at Chapel Hill
> http://www.cs.unc.edu/~cquammen
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20110516/1f59cefc/attachment.htm>
More information about the vtkusers
mailing list