[prev in list] [next in list] [prev in thread] [next in thread] 

List:       vtk-developers
Subject:    [vtk-developers] duplicate definition in vtkTesselatorFilter
From:       Carlos Scheidegger <cscheid () sci ! utah ! edu>
Date:       2007-08-29 21:58:13
Message-ID: 46D5EBF5.3080605 () sci ! utah ! edu
[Download RAW message or body]

(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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic