[vtk-developers] vtkDataObject::SetPipelineInformation not in VTK 6.0

Sunrise helios.corona at gmail.com
Fri Feb 1 01:58:09 EST 2013


Hello,

I have noticed that vtkDataObject::SetPipelineInformation(vtkInformation *) is no longer exists in VTK v.6. I used this method inside RequestDataObject as following:

if(!out)
{
  ...
  out = SomeDataTypeClass::New();
  outInfo->Set(vtkDataObject::DATA_OBJECT(),out);
  output->FastDelete();
  output->SetPipelineInformation(outputInfo);
  ...
}

How should I change it to be compatible with VTK 6? Should I use vtkDataObject::SetInformation(vtkInformation *) ?

I appreciate your helps.

-Sunrise

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20130201/7c7c4c5a/attachment.html>


More information about the vtk-developers mailing list