[vtkusers] GetPoints undefined error
Mathieu Malaterre
mathieu.malaterre at kitware.com
Tue Feb 28 23:14:54 EST 2006
Are you sure you were using VTK 4.3 ?
Anyway I believe this is simply a matter of including the proper structure. In your case you seems to be missing a :
#include "vtkPolyData.h"
HTH
Mathieu
> Hi,
>
> I just started using vtk 5.0 and abandoned vtk 4.3 only to find a list of errors which i have to resolve.
>
> Most of them are float to double errors which i have resolved.
>
> here is a tricky one.
>
> /vtkCISG/Source/objects/library/CISGVisualization/vtkCISGViewer2DPipeline.cxx: In member function `void vtkCISGViewer2DPipeline::SetPolyData(vtkPolyData*)':
>
> vtkCISG/Source/objects/library/CISGVisualization/vtkCISGViewer2DPipeline.cxx:800: error: ` GetPoints' undeclared (first use this function)
>
> /vtkCISG/Source/objects/library/CISGVisualization/vtkCISGViewer2DPipeline.cxx:800: error: (Each undeclared identifier is reported only once for each function it
> appears in.)
>
> /vtkCISG/Source/objects/library/CISGVisualization/vtkCISGViewer2DPipeline.cxx:802: error: ` SetPoints' undeclared (first use this function)
>
> Some how the GetPoints and SetPoints function has been changed to some thing else. i tried slicing the last alphabet 's' but that didnt work either.
>
> can any one help?
>
> Plus does any one know about a resource which can give me the complete list of changes that have taken between vtk 4.3 and vtk 5.?
>
> Regards
>
>
>
> ---------------------------------
> Yahoo! Mail
> Use Photomail to share photos without annoying attachments.
>
-------------- next part --------------
_______________________________________________
This is the private VTK discussion list.
Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
Follow this link to subscribe/unsubscribe:
http://www.vtk.org/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list