[vtk-developers] Removal of obsolete classes

Will Schroeder will.schroeder at kitware.com
Thu Mar 8 06:59:01 EST 2001


Hi Folks-

I'd like to start removing the classes that were obsoleted with vtk3.2. 
Classes include:

vtkFloatNormals \
vtkFloatPoints \
vtkFloatScalars \
vtkFloatTCoords \
vtkFloatTensors \
vtkFloatVectors \

There are also many methods that are obsolete, and have been marked as such 
with the

#ifndef VTK_REMOVE_LEGACY_CODE
#endif

markers and the

VTK_LEGACY_METHOD(Concatenate,"3.2");

macro.

Are there any objections or concerns?

Will







More information about the vtk-developers mailing list