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 vtkBiQuadraticQuad::InterpolationFunctions (double pcoords[3], double weights[9])
Replaced by vtkBiQuadraticQuad::InterpolateFunctions as of VTK 5.2
Member vtkBiQuadraticQuadraticHexahedron::InterpolationFunctions (double pcoords[3], double weights[24])
Replaced by vtkBiQuadraticQuadraticHexahedron::InterpolateFunctions as of VTK 5.2
Member vtkBiQuadraticQuadraticWedge::InterpolationFunctions (double pcoords[3], double weights[15])
Replaced by vtkBiQuadraticQuadraticWedge::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 vtkHexagonalPrism::InterpolationFunctions (double pcoords[3], double weights[12])
Replaced by vtkHexagonalPrism::InterpolateFunctions as of VTK 5.2
Member vtkHexahedron::InterpolationFunctions (double pcoords[3], double weights[8])
Replaced by vtkHexahedron::InterpolateFunctions as of VTK 5.2
Member vtkImageData::SetDimensions (int i, int j, int k)
{This is for backward compatibility only - use SetExtent().} Same as SetExtent(0, i-1, 0, j-1, 0, k-1)
Member vtkImageData::SetDimensions (const int dims[3])
{This is for backward compatibility only - use SetExtent().} Same as SetExtent(0, dims[0]-1, 0, dims[1]-1, 0, dims[2]-1)
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)
Replaced by vtkPolynomialSolversUnivariate::SolveCubic() as of VTK 5.8.
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::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 c0, double c1, double c2)
Replaced by vtkPolynomialSolversUnivariate::SolveQuadratic() 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 vtkMatrixToHomogeneousTransform::SetMatrix (vtkMatrix4x4 *matrix)
This method is deprecated.
Member vtkMatrixToLinearTransform::SetMatrix (vtkMatrix4x4 *matrix)
This method is deprecated.
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 vtkPyramid::InterpolationFunctions (double pcoords[3], double weights[5])
Replaced by vtkPyramid::InterpolateFunctions as of VTK 5.2
Member vtkQuad::InterpolationFunctions (double pcoords[3], double sf[4])
Replaced by vtkQuad::InterpolateFunctions as of VTK 5.2
Member vtkQuadraticHexahedron::InterpolationFunctions (double pcoords[3], double weights[20])
Replaced by vtkQuadraticHexahedron::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 vtkQuadraticPyramid::InterpolationFunctions (double pcoords[3], double weights[13])
Replaced by vtkQuadraticPyramid::InterpolateFunctions as of VTK 5.2
Member vtkQuadraticTetra::InterpolationFunctions (double pcoords[3], double weights[10])
Replaced by vtkQuadraticTetra::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 vtkQuadraticWedge::InterpolationFunctions (double pcoords[3], double weights[15])
Replaced by vtkQuadraticWedge::InterpolateFunctions as of VTK 5.2
Member vtkTetra::InterpolationFunctions (double pcoords[3], double weights[4])
Replaced by vtkTetra::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 vtkTriangle::InterpolationFunctions (double pcoords[3], double sf[3])
Replaced by vtkTriangle::InterpolateFunctions as of VTK 5.2
Member vtkVertex::InterpolationFunctions (double pcoords[3], double weights[1])
Replaced by vtkVertex::InterpolateFunctions as of VTK 5.2
Member vtkViewport::AddProp (vtkProp *)
Replaced by vtkViewport::AddViewProp() as of VTK 5.0.
Member vtkViewport::GetProps ()
Replaced by vtkViewport::GetViewProps() as of VTK 5.0.
Member vtkViewport::HasProp (vtkProp *)
Replaced by vtkViewport::HasViewProp() as of VTK 5.0.
Member vtkViewport::RemoveAllProps ()
Replaced by vtkViewport::RemoveAllViewProps() as of VTK 5.0.
Member vtkViewport::RemoveProp (vtkProp *)
Replaced by vtkViewport::RemoveViewProp() as of VTK 5.0.
Member vtkVoxel::InterpolationDerivs (double pcoords[3], double derivs[24])
Replaced by vtkVoxel::InterpolateDerivs as of VTK 5.2
Member vtkWedge::InterpolationFunctions (double pcoords[3], double weights[6])
Replaced by vtkWedge::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].