[vtkusers] vtkPolyDataAlgorithm Input setting problem?

Ambar C ambarc at gmail.com
Mon Dec 6 21:09:16 EST 2010


Hello,

I have the code:

vtkSmartPointer<vtkPolyDataAlgorithm> algo =
vtkSmartPointer<vtkPolyDataAlgorithm>::New();
algo->SetInput(baseMesh);

where baseMesh is the output of a transform filter (which has been checked).

This line causes me to get the output

vtkPolyDataAlgorithm (02EA1DC8): Definition of Execute() method should
be in subclass and you should really use the
ExecuteData(vtkInformation *request,...) signature instead

I'm not quite sure what to do with this, and think that the problem
lies with the way I'm setting my input. Any suggestions?



More information about the vtkusers mailing list