VTK
Deprecated List
Member vtkAxis::SetTickLabels (vtkStringArray *labels)
6.0 Use the two parameter SetTickPositions function.
Member vtkAxis::SetTickPositions (vtkDoubleArray *positions)
6.0 Use the two parameter SetTickPositions function.
Member vtkBiQuadraticQuad::InterpolationDerivs (double pcoords[3], double derivs[18])
Replaced by vtkBiQuadraticQuad::InterpolateDerivs as of VTK 5.2
Member vtkBiQuadraticQuad::InterpolationFunctions (double pcoords[3], double weights[9])
Replaced by vtkBiQuadraticQuad::InterpolateFunctions as of VTK 5.2
Member vtkBiQuadraticQuadraticHexahedron::InterpolationDerivs (double pcoords[3], double derivs[72])
Replaced by vtkBiQuadraticQuadraticHexahedron::InterpolateDerivs 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::InterpolationDerivs (double pcoords[3], double derivs[45])
Replaced by vtkBiQuadraticQuadraticWedge::InterpolateDerivs 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::InterpolationDerivs (double pcoords[3], double derivs[14])
Replaced by vtkBiQuadraticTriangle::InterpolateDerivs as of VTK 5.2
Member vtkBiQuadraticTriangle::InterpolationFunctions (double pcoords[3], double weights[7])
Replaced by vtkBiQuadraticTriangle::InterpolateFunctions as of VTK 5.2
Member vtkContourGrid::SetComputeGradients (int)
ComputeGradients is not used so these methods don't affect anything (VTK 6.0).
Member vtkCubicLine::InterpolationDerivs (double pcoords[3], double derivs[4])
Replaced by vtkCubicLine::InterpolateDerivs as of VTK 5.2
Member vtkCubicLine::InterpolationFunctions (double pcoords[3], double weights[4])
Replaced by vtkCubicLine::InterpolateFunctions as of VTK 5.2
Member vtkDiscretizableColorTransferFunction::GetRGBPoints ()
Use GetDataPointer() instead.
Member vtkHardwareSelector::GetPixelInformation (unsigned int display_position[2], int &processId, vtkIdType &attrId, vtkProp *&prop, int maxDist)
Replaced by PixelInformation* GetPixelInformation(unsigned int position[2], int maxDist);
Member vtkHardwareSelector::GetPixelInformation (unsigned int display_position[2], int &processId, vtkIdType &attrId, vtkProp *&prop)
Replaced by PixelInformation* GetPixelInformation(unsigned int position[2]);
Member vtkHexagonalPrism::InterpolationDerivs (double pcoords[3], double derivs[36])
Replaced by vtkHexagonalPrism::InterpolateDerivs as of VTK 5.2
Member vtkHexagonalPrism::InterpolationFunctions (double pcoords[3], double weights[12])
Replaced by vtkHexagonalPrism::InterpolateFunctions as of VTK 5.2
Member vtkHexahedron::InterpolationDerivs (double pcoords[3], double derivs[24])
Replaced by vtkHexahedron::InterpolateDerivs 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 vtkImageTracerWidget::SetProp (vtkProp *prop)
Replaced by vtkImageTracerWidget::SetViewProp() as of VTK 5.0.
Member vtkLine::InterpolationDerivs (double pcoords[3], double derivs[2])
Replaced by vtkLine::InterpolateDerivs as of VTK 5.2
Member vtkLine::InterpolationFunctions (double pcoords[3], double weights[2])
Replaced by vtkLine::InterpolateFunctions as of VTK 5.2
Member vtkMFIXReader::GetCellDataRange (int cellComp, int index, float *min, float *max)
Replaced by GetCellDataRange as of VTK 6.0
Member vtkOpenGLPainterDeviceAdapter::MakeBlending (int mode)
code that needs access directly to OpenGL state should manage it locally. Turns blending on and off.
Member vtkOpenGLPainterDeviceAdapter::MakeLighting (int mode)
code that needs access directly to OpenGL state should manage it locally. Turns lighting on and off.
Member vtkOpenGLPainterDeviceAdapter::MakeMultisampling (int mode)
code that needs access directly to OpenGL state should manage it locally. Turns antialiasing on and off.
Member vtkOpenGLPainterDeviceAdapter::QueryBlending ()
code that needs access directly to OpenGL state should manage it locally. Returns current blending setting.
Member vtkOpenGLPainterDeviceAdapter::QueryLighting ()
code that needs access directly to OpenGL state should manage it locally. Returns current lighting setting.
Member vtkOpenGLPainterDeviceAdapter::QueryMultisampling ()
code that needs access directly to OpenGL state should manage it locally. Returns current antialiasing setting.
Class vtkOpenGLPolyDataMapper
Replaced by vtkPainterPolyDataMapper as of VTK 6.2.
Member vtkOpenGLRenderWindow::CheckGraphicError ()

Replaced by vtkOpenGLCheckErrorMacro

Replaced by vtkOpenGLCheckErrorMacro

Replaced by vtkOpenGLCheckErrorMacro

Member vtkOpenGLRenderWindow::LastGraphicError

Replaced by vtkOpenGLCheckErrorMacro

Replaced by vtkOpenGLCheckErrorMacro

Replaced by vtkOpenGLCheckErrorMacro

Replaced by vtkOpenGLCheckErrorMacro

Replaced by vtkOpenGLCheckErrorMacro

Member vtkPainterDeviceAdapter::MakeBlending (int mode)=0
code that needs access directly to OpenGL state should manage it locally. Turns blending on and off.
Member vtkPainterDeviceAdapter::MakeLighting (int mode)=0
code that needs access directly to OpenGL state should manage it locally. Turns lighting on and off.
Member vtkPainterDeviceAdapter::MakeMultisampling (int mode)=0
code that needs access directly to OpenGL state should manage it locally. Turns antialiasing on and off.
Member vtkPainterDeviceAdapter::QueryBlending ()=0
code that needs access directly to OpenGL state should manage it locally. Returns current blending setting.
Member vtkPainterDeviceAdapter::QueryLighting ()=0
code that needs access directly to OpenGL state should manage it locally. Returns current lighting setting.
Member vtkPainterDeviceAdapter::QueryMultisampling ()=0
code that needs access directly to OpenGL state should manage it locally. Returns current antialiasing setting.
Member vtkParametricRandomHills::GenerateTheHills (void)
6.2 This function is no longer needed.
Class vtkPBGLBreadthFirstSearch
Not maintained as of VTK 6.2 and will be removed eventually.
Class vtkPBGLCollapseGraph
Not maintained as of VTK 6.2 and will be removed eventually.
Class vtkPBGLCollectGraph
Not maintained as of VTK 6.2 and will be removed eventually.
Class vtkPBGLConnectedComponents
Not maintained as of VTK 6.2 and will be removed eventually.
Class vtkPBGLDistributedGraphHelper
Not maintained as of VTK 6.2 and will be removed eventually.
Class vtkPBGLGraphAdapter
Not maintained as of VTK 6.2 and will be removed eventually.
Class vtkPBGLGraphSQLReader
Not maintained as of VTK 6.2 and will be removed eventually.
Class vtkPBGLMinimumSpanningTree
Not maintained as of VTK 6.2 and will be removed eventually.
Class vtkPBGLRandomGraphSource
Not maintained as of VTK 6.2 and will be removed eventually.
Class vtkPBGLRMATGraphSource
Not maintained as of VTK 6.2 and will be removed eventually.
Class vtkPBGLShortestPaths
Not maintained as of VTK 6.2 and will be removed eventually.
Class vtkPBGLVertexColoring
Not maintained as of VTK 6.2 and will be removed eventually.
Member vtkPentagonalPrism::InterpolationDerivs (double pcoords[3], double derivs[30])
Replaced by vtkPentagonalPrism::InterpolateDerivs as of VTK 5.2
Member vtkPentagonalPrism::InterpolationFunctions (double pcoords[3], double weights[10])
Replaced by vtkPentagonalPrism::InterpolateFunctions as of VTK 5.2
Member vtkPixel::InterpolationDerivs (double pcoords[3], double derivs[8])
Replaced by vtkPixel::InterpolateDerivs as of VTK 5.2
Member vtkPixel::InterpolationFunctions (double pcoords[3], double weights[4])
Replaced by vtkPixel::InterpolateFunctions as of VTK 5.2
Member vtkPyramid::InterpolationDerivs (double pcoords[3], double derivs[15])
Replaced by vtkPyramid::InterpolateDerivs as of VTK 5.2
Member vtkPyramid::InterpolationFunctions (double pcoords[3], double weights[5])
Replaced by vtkPyramid::InterpolateFunctions as of VTK 5.2
Member vtkQtAbstractModelAdapter::reset ()
Member vtkQuad::InterpolationDerivs (double pcoords[3], double derivs[8])
Replaced by vtkQuad::InterpolateDerivs as of VTK 5.2
Member vtkQuad::InterpolationFunctions (double pcoords[3], double sf[4])
Replaced by vtkQuad::InterpolateFunctions as of VTK 5.2
Member vtkQuadraticEdge::InterpolationDerivs (double pcoords[3], double derivs[3])
Replaced by vtkQuadraticEdge::InterpolateDerivs as of VTK 5.2
Member vtkQuadraticEdge::InterpolationFunctions (double pcoords[3], double weights[3])
Replaced by vtkQuadraticEdge::InterpolateFunctions as of VTK 5.2
Member vtkQuadraticHexahedron::InterpolationDerivs (double pcoords[3], double derivs[60])
Replaced by vtkQuadraticHexahedron::InterpolateDerivs 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::InterpolationDerivs (double pcoords[3], double derivs[12])
Replaced by vtkQuadraticLinearQuad::InterpolateDerivs as of VTK 5.2
Member vtkQuadraticLinearQuad::InterpolationFunctions (double pcoords[3], double weights[6])
Replaced by vtkQuadraticLinearQuad::InterpolateFunctions as of VTK 5.2
Member vtkQuadraticLinearWedge::InterpolationDerivs (double pcoords[3], double derivs[45])
Replaced by vtkQuadraticLinearWedge::InterpolateDerivs as of VTK 5.2
Member vtkQuadraticLinearWedge::InterpolationFunctions (double pcoords[3], double weights[15])
Replaced by vtkQuadraticLinearWedge::InterpolateFunctions as of VTK 5.2
Member vtkQuadraticPyramid::InterpolationDerivs (double pcoords[3], double derivs[39])
Replaced by vtkQuadraticPyramid::InterpolateDerivs as of VTK 5.2
Member vtkQuadraticPyramid::InterpolationFunctions (double pcoords[3], double weights[13])
Replaced by vtkQuadraticPyramid::InterpolateFunctions as of VTK 5.2
Member vtkQuadraticQuad::InterpolationDerivs (double pcoords[3], double derivs[16])
Replaced by vtkQuadraticQuad::InterpolateDerivs as of VTK 5.2
Member vtkQuadraticQuad::InterpolationFunctions (double pcoords[3], double weights[8])
Replaced by vtkQuadraticQuad::InterpolateFunctions as of VTK 5.2
Member vtkQuadraticTetra::InterpolationDerivs (double pcoords[3], double derivs[30])
Replaced by vtkQuadraticTetra::InterpolateDerivs 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::InterpolationDerivs (double pcoords[3], double derivs[12])
Replaced by vtkQuadraticTriangle::InterpolateDerivs 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::InterpolationDerivs (double pcoords[3], double derivs[45])
Replaced by vtkQuadraticWedge::InterpolateDerivs as of VTK 5.2
Member vtkQuadraticWedge::InterpolationFunctions (double pcoords[3], double weights[15])
Replaced by vtkQuadraticWedge::InterpolateFunctions as of VTK 5.2
Member vtkRenderWindow::CheckGraphicError ()=0
Replaced by vtkOpenGLCheckErrorMacro
Member vtkRenderWindow::ReportGraphicErrors
Replaced by the CMakeLists variable VTK_REPORT_OPENGL_ERRORS error reporting is enabled/disabled at compile time
Member vtkRenderWindow::SetReportGraphicErrors (int val)
Replaced by the CMakeLists variable VTK_REPORT_OPENGL_ERRORS error reporting is enabled/disabled at compile time
Member vtkScatterPlotMatrix::GetActiveAnnotationLink ()
Replaced by GetAnnotationLink(), never in a VTK release.
Member vtkTetra::InterpolationDerivs (double pcoords[3], double derivs[12])
Replaced by vtkTetra::InterpolateDerivs as of VTK 5.2
Member vtkTetra::InterpolationFunctions (double pcoords[3], double weights[4])
Replaced by vtkTetra::InterpolateFunctions as of VTK 5.2
Member vtkTextMapper::GetNumberOfLines ()
This is a legacy method that was used in an older implementation, and may be removed in the future.
Member vtkTextMapper::GetNumberOfLines (const char *input)
This is a legacy method that was used in an older implementation, and may be removed in the future.
Member vtkTextMapper::GetSystemFontSize (int size)
This is a legacy method that was used in an older implementation, and may be removed in the future.
Member vtkTriangle::InterpolationDerivs (double pcoords[3], double derivs[6])
Replaced by vtkTriangle::InterpolateDerivs as of VTK 5.2
Member vtkTriangle::InterpolationFunctions (double pcoords[3], double sf[3])
Replaced by vtkTriangle::InterpolateFunctions as of VTK 5.2
Member vtkTriQuadraticHexahedron::InterpolationDerivs (double pcoords[3], double derivs[81])
Replaced by vtkTriQuadraticHexahedron::InterpolateDerivs as of VTK 5.2
Member vtkTriQuadraticHexahedron::InterpolationFunctions (double pcoords[3], double weights[27])
Replaced by vtkTriQuadraticHexahedron::InterpolateFunctions as of VTK 5.2
Member vtkVertex::InterpolationDerivs (double pcoords[3], double derivs[3])
Replaced by vtkVertex::InterpolateDerivs as of VTK 5.2
Member vtkVertex::InterpolationFunctions (double pcoords[3], double weights[1])
Replaced by vtkVertex::InterpolateFunctions as of VTK 5.2
Member vtkVoxel::InterpolationDerivs (double pcoords[3], double derivs[24])
Replaced by vtkVoxel::InterpolateDerivs as of VTK 5.2
Member vtkWedge::InterpolationDerivs (double pcoords[3], double derivs[18])
Replaced by vtkWedge::InterpolateDerivs as of VTK 5.2
Member vtkWedge::InterpolationFunctions (double pcoords[3], double weights[6])
Replaced by vtkWedge::InterpolateFunctions as of VTK 5.2