VTK
Deprecated List
Member vtkAbstractTransform::Identity ()
This method is deprecated in the base class. It is still valid to use it on many of the specialized classes.
Member vtkAssemblyNode::GetProp ()
Replaced by vtkAssemblyNode::GetViewProp() as of VTK 5.0.
Member vtkAssemblyNode::SetProp (vtkProp *prop)
Replaced by vtkAssemblyNode::SetViewProp() as of VTK 5.0.
Member vtkBiQuadraticQuadraticHexahedron::InterpolationFunctions (double pcoords[3], double weights[24])
Replaced by vtkBiQuadraticQuadraticHexahedron::InterpolateFunctions as of VTK 5.2
Member vtkBiQuadraticTriangle::InterpolationFunctions (double pcoords[3], double weights[7])
Replaced by vtkBiQuadraticTriangle::InterpolateFunctions as of VTK 5.2
Member vtkCollectionIterator::GetObject ()
Replaced by vtkCollectionIterator::GetCurrentObject() as of VTK 5.0.
Member vtkCubicLine::InterpolationFunctions (double pcoords[3], double weights[4])
Replaced by vtkCubicLine::InterpolateFunctions as of VTK 5.2
Member vtkDebugLeaks::PromptUserOn ()
Turn prompt at exit on/off (this setting is deprecated and will be ignored).
Member vtkDirectory::CreateDirectory (const char *dir)
Replaced by vtkDirectory::MakeDirectory() as of VTK 5.0.
Member vtkFieldData::GetComponent (const vtkIdType i, const int j)
as of VTK 5.2. Using this method for FieldData having arrays that are not subclasses of vtkDataArray may yield unexpected results.
Member vtkFieldData::GetTuple (const vtkIdType i)
as of VTK 5.2. Using this method for FieldData having arrays that are not subclasses of vtkDataArray may yield unexpected results.
Member vtkFieldData::GetTuple (const vtkIdType i, double *tuple)
as of VTK 5.2. Using this method for FieldData having arrays that are not subclasses of vtkDataArray may yield unexpected results.
Member vtkFieldData::InsertComponent (const vtkIdType i, const int j, const double c)
as of VTK 5.2. Using this method for FieldData having arrays that are not subclasses of vtkDataArray may yield unexpected results.
Member vtkFieldData::InsertNextTuple (const double *tuple)
as of VTK 5.2. Using this method for FieldData having arrays that are not subclasses of vtkDataArray may yield unexpected results.
Member vtkFieldData::InsertTuple (const vtkIdType i, const double *tuple)
as of VTK 5.2. Using this method for FieldData having arrays that are not subclasses of vtkDataArray may yield unexpected results.
Member vtkFieldData::SetComponent (const vtkIdType i, const int j, const double c)
as of VTK 5.2. Using this method for FieldData having arrays that are not subclasses of vtkDataArray may yield unexpected results.
Member vtkFieldData::SetTuple (const vtkIdType i, const double *tuple)
as of VTK 5.2. Using this method for FieldData having arrays that are not subclasses of vtkDataArray may yield unexpected results.
Member vtkHexahedron::InterpolationFunctions (double pcoords[3], double weights[8])
Replaced by vtkHexahedron::InterpolateFunctions as of VTK 5.2
Member vtkInformation::Append (vtkInformationKeyVectorKey *key, vtkInformationExecutivePortKey *value)
Replaced by vtkInformationExecutivePortKey::Append() as of VTK 5.2.
Member vtkInformation::Append (vtkInformationExecutivePortVectorKey *key, vtkExecutive *executive, int port)
Replaced by vtkInformationExecutivePortVectorKey::Append() as of VTK 5.2.
Member vtkInformation::CopyEntry (vtkInformation *from, vtkInformationExecutivePortKey *key, int deep=0)
Replaced by vtkInformationExecutivePortKey::ShallowCopy() as of VTK 5.2.
Member vtkInformation::GetKey (vtkInformationExecutivePortKey *key)
This convenience method will be removed in some future version.
Member vtkInformation::Set (vtkInformationExecutivePortKey *key, vtkExecutive *, int)
Replaced by vtkInformationExecutivePortKey::Set() as of VTK 5.2.
Member vtkLine::InterpolationFunctions (double pcoords[3], double weights[2])
Replaced by vtkLine::InterpolateFunctions as of VTK 5.2
Member vtkMath::SolveCubic (double c0, double c1, double c2, double c3, double *r1, double *r2, double *r3, int *num_roots)
Replaced by vtkPolynomialSolversUnivariate::SolveCubic() as of VTK 5.8.
Member vtkMath::SolveCubic (double c0, double c1, double c2, double c3)
Replaced by vtkPolynomialSolversUnivariate::SolveCubic() as of VTK 5.8.
Member vtkMath::SolveLinear (double c0, double c1)
Replaced by vtkPolynomialSolversUnivariate::SolveLinear() as of VTK 5.8.
Member vtkMath::SolveLinear (double c0, double c1, double *r1, int *num_roots)
Replaced by vtkPolynomialSolversUnivariate::SolveLinear() as of VTK 5.8.
Member vtkMath::SolveQuadratic (double *c, double *r, int *m)
Replaced by vtkPolynomialSolversUnivariate::SolveQuadratic() as of VTK 5.8.
Member vtkMath::SolveQuadratic (double c0, double c1, double c2, double *r1, double *r2, int *num_roots)
Replaced by vtkPolynomialSolversUnivariate::SolveQuadratic() as of VTK 5.8.
Member vtkMath::SolveQuadratic (double c0, double c1, double c2)
Replaced by vtkPolynomialSolversUnivariate::SolveQuadratic() as of VTK 5.8.
Member vtkMatrixToHomogeneousTransform::SetMatrix (vtkMatrix4x4 *matrix)
This method is deprecated.
Member vtkMatrixToLinearTransform::SetMatrix (vtkMatrix4x4 *matrix)
This method is deprecated.
Member vtkPentagonalPrism::InterpolationFunctions (double pcoords[3], double weights[10])
Replaced by vtkPentagonalPrism::InterpolateFunctions as of VTK 5.2
Member vtkPixel::InterpolationFunctions (double pcoords[3], double weights[4])
Replaced by vtkPixel::InterpolateFunctions as of VTK 5.2
Member vtkPolygon::ComputeWeights (double x[3], double *weights)
Replaced by vtkPolygon::InterpolateFunctions as of VTK 5.2
Member vtkQuadraticLinearQuad::InterpolationFunctions (double pcoords[3], double weights[6])
Replaced by vtkQuadraticLinearQuad::InterpolateFunctions as of VTK 5.2
Member vtkQuadraticQuad::InterpolationFunctions (double pcoords[3], double weights[8])
Replaced by vtkQuadraticQuad::InterpolateFunctions as of VTK 5.2
Member vtkQuadraticTriangle::InterpolationFunctions (double pcoords[3], double weights[6])
Replaced by vtkQuadraticTriangle::InterpolateFunctions as of VTK 5.2
Member vtkThreadMessager::SendMessage ()
Replaced by vtkThreadMessager::SendWakeMessage() as of VTK 5.0.
Member vtkTimerLog::GetCurrentTime ()
Replaced by vtkTimerLog::GetUniversalTime() as of VTK 5.0.
Member vtkVertex::InterpolationFunctions (double pcoords[3], double weights[1])
Replaced by vtkVertex::InterpolateFunctions as of VTK 5.2
Member vtkWindowLevelLookupTable::SetMaximumColor (int r, int g, int b, int a)
For backwards compatibility: specify the color using integers in the range [0,255].
Member vtkWindowLevelLookupTable::SetMinimumColor (int r, int g, int b, int a)
For backwards compatibility: specify the color using integers in the range [0,255].