[vtkusers] (no subject)
    Will Schroeder 
    will.schroeder at kitware.com
       
    Thu Mar  8 17:20:42 EST 2001
    
    
  
Hi Folks-
We are starting to obsolete some classes and methods in the nightly vtk 
releases. For starters, the classes listed are obsoleted:
vtkFloatNormals
vtkFloatPoints
vtkFloatScalars
vtkFloatTCoords
vtkFloatTensors
vtkFloatVectors
If you have an application that uses these classes, you should replace the 
named class with the following class as described below:
vtkFloatNormals - vtkNormals
vtkFloatPoints - vtkPoints
vtkFloatScalars - vtkScalars
vtkFloatTCoords - vtkTCoords
vtkFloatTensors - vtkTensors
vtkFloatVectors - vtkVectors
Will
    
    
More information about the vtkusers
mailing list