[Paraview] Where did vtkMultiGroupDataSet go?
Utkarsh Ayachit
utkarsh.ayachit at kitware.com
Wed Mar 12 11:22:30 EDT 2008
vtMutliGroupDataSet has been deprecated. Please refer to the following
Wiki for details:
http://www.vtk.org/Wiki/VTK/Composite_Data_Redesign
Generally, the replacement for vtkMultiGroupDataSet would be
vtkMultiBlockDataSet, but it depends on your application: whether the
data is AMR or not.
Utkarsh
Mike Jackson wrote:
> I am trying to update a set of filters/readers from PV 2.6.x to PV 3 CVS
> and it seems that the vtkMultiGroupDataSet class is not around any more?
> What would be the replacement for that class?
>
> Doing a "find . -type f -name "vtkMultiGroupDataSet*" " in the paraview
> cvs source tree didn't seem to turn anything up.
>
> Thanks
> --
> Mike Jackson
> imikejackson & gmail * com
>
>
>
>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>
More information about the ParaView
mailing list