<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>RE: [vtk-developers] duplicate definition in vtkTesselatorFilter</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Thanks. Would putting the second declaration inside //BTX ... //ETX<BR>
fix the problem for you?<BR>
<BR>
    David<BR>
<BR>
-----Original Message-----<BR>
From: vtk-developers-bounces+dcthomp=sandia.gov@vtk.org on behalf of Carlos Scheidegger<BR>
Sent: Wed 8/29/2007 2:58 PM<BR>
To: vtk-developers@vtk.org<BR>
Subject: [vtk-developers] duplicate definition in vtkTesselatorFilter<BR>
<BR>
(Passing along a bug caught by Emanuele Santos, a colleague of mine)<BR>
<BR>
In the CVS version of VTK, vtkTesselatorFilter has a duplicate definition:<BR>
<BR>
class VTK_GRAPHICS_EXPORT vtkTessellatorFilter : public<BR>
vtkUnstructuredGridAlgorithm<BR>
{<BR>
public:<BR>
...<BR>
  vtkGetMacro(OutputDimension,int);<BR>
  int GetOutputDimension() const;<BR>
...<BR>
};<BR>
<BR>
This is harmless enough, but the python bindings get confused and report two<BR>
instances of that method with the exact same type, which confuses our<BR>
VisTrails parser. This is a pretty minor bug, but we thought we might as well<BR>
report it.<BR>
<BR>
Thanks,<BR>
-carlos<BR>
_______________________________________________<BR>
vtk-developers mailing list<BR>
vtk-developers@vtk.org<BR>
<A HREF="http://www.vtk.org/mailman/listinfo/vtk-developers">http://www.vtk.org/mailman/listinfo/vtk-developers</A><BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>