[vtk-developers] duplicate definition in vtkTesselatorFilter

Thompson, David C dcthomp at sandia.gov
Thu Aug 30 12:08:13 EDT 2007


Thanks. Would putting the second declaration inside //BTX ... //ETX
fix the problem for you?

    David

-----Original Message-----
From: vtk-developers-bounces+dcthomp=sandia.gov at vtk.org on behalf of Carlos Scheidegger
Sent: Wed 8/29/2007 2:58 PM
To: vtk-developers at vtk.org
Subject: [vtk-developers] duplicate definition in vtkTesselatorFilter
 
(Passing along a bug caught by Emanuele Santos, a colleague of mine)

In the CVS version of VTK, vtkTesselatorFilter has a duplicate definition:

class VTK_GRAPHICS_EXPORT vtkTessellatorFilter : public
vtkUnstructuredGridAlgorithm
{
public:
...
  vtkGetMacro(OutputDimension,int);
  int GetOutputDimension() const;
...
};

This is harmless enough, but the python bindings get confused and report two
instances of that method with the exact same type, which confuses our
VisTrails parser. This is a pretty minor bug, but we thought we might as well
report it.

Thanks,
-carlos
_______________________________________________
vtk-developers mailing list
vtk-developers at vtk.org
http://www.vtk.org/mailman/listinfo/vtk-developers


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20070830/94d704ec/attachment.html>


More information about the vtk-developers mailing list