Deprecated List

Member vtkAbstractPropPicker::GetProp ()
Replaced by vtkAbstractPicker::GetViewProp() as of VTK 5.0.

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::SetProp (vtkProp *prop)
Replaced by vtkAssemblyNode::SetViewProp() as of VTK 5.0.

Member vtkAssemblyNode::GetProp ()
Replaced by vtkAssemblyNode::GetViewProp() 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 vtkCamera::GetPerspectiveTransformMatrix (double aspect, double nearz, double farz)
Replaced by GetProjectionTransformMatrix() as of VTK 5.4.

Member vtkCamera::GetCompositePerspectiveTransformMatrix (double aspect, double nearz, double farz)
Replaced by GetCompositeProjectionTransformMatrix() as of VTK 5.4.

Member vtkCamera::SetViewPlaneNormal (double x, double y, double z)
The view plane normal is automatically set from the DirectionOfProjection according to the ViewShear.

Member vtkCamera::ComputePerspectiveTransform (double aspect, double nearz, double farz)
Replaced by ComputeProjectionTransform() as of VTK 5.4.

Member vtkCamera::ComputeCompositePerspectiveTransform (double aspect, double nearz, double farz)
Replaced by ComputeCompositeProjectionTransform() as of VTK 5.4.

Member vtkCollectionIterator::GetObject ()
Replaced by vtkCollectionIterator::GetCurrentObject() as of VTK 5.0.

Member vtkCubeAxesActor2D::SetProp (vtkProp *prop)
Replaced by vtkCubeAxesActor2D::SetViewProp() as of VTK 5.0.

Member vtkCubeAxesActor2D::GetProp ()
Replaced by vtkCubeAxesActor2D::GetViewProp() as of VTK 5.0.

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::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::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 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::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::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::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::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 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 vtkImageTracerWidget::SetProp (vtkProp *prop)
Replaced by vtkImageTracerWidget::SetViewProp() as of VTK 5.0.

Member vtkImageViewer2::GetWholeZMin ()
Replaced by vtkImageViewer2::GetSliceMin() as of VTK 5.0.

Member vtkImageViewer2::GetWholeZMax ()
Replaced by vtkImageViewer2::GetSliceMax() as of VTK 5.0.

Member vtkImageViewer2::GetZSlice ()
Replaced by vtkImageViewer2::GetSlice() as of VTK 5.0.

Member vtkImageViewer2::SetZSlice (int)
Replaced by vtkImageViewer2::SetSlice() as of VTK 5.0.

Member vtkInformation::GetKey (vtkInformationExecutivePortKey *key)
This convenience method will be removed in some future version.

Member vtkInformation::Append (vtkInformationKeyVectorKey *key, vtkInformationExecutivePortKey *value)
Replaced by vtkInformationExecutivePortKey::Append() as of VTK 5.2.

Member vtkInformation::Set (vtkInformationExecutivePortKey *key, vtkExecutive *, int)
Replaced by vtkInformationExecutivePortKey::Set() 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 vtkLine::InterpolationFunctions (double pcoords[3], double weights[2])
Replaced by vtkLine::InterpolateFunctions as of VTK 5.2

Member vtkMath::DegreesToRadians ()
Replaced by vtkMath::RadiansFromDegrees() as of VTK 5.4.

Member vtkMath::RadiansToDegrees ()
Replaced by vtkMath::DegreesFromRadians() as of VTK 5.4.

Member vtkMatrixToHomogeneousTransform::SetMatrix (vtkMatrix4x4 *matrix)
This method is deprecated.

Member vtkMatrixToLinearTransform::SetMatrix (vtkMatrix4x4 *matrix)
This method is deprecated.

Member vtkOpenGLPainterDeviceAdapter::MakeVertexEmphasisWithStencilCheck (int mode)

Member vtkPainterDeviceAdapter::MakeVertexEmphasisWithStencilCheck (int vtkNotUsed(mode))

Member vtkParallelRenderManager::StartService ()
Replaced by vtkParallelRenderManager::StartServices() as of VTK 5.0.

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 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 vtkQuadraticEdge::InterpolationFunctions (double pcoords[3], double weights[3])
Replaced by vtkQuadraticEdge::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 vtkQuadraticLinearWedge::InterpolationFunctions (double pcoords[3], double weights[15])
Replaced by vtkQuadraticLinearWedge::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 vtkQuadraticQuad::InterpolationFunctions (double pcoords[3], double weights[8])
Replaced by vtkQuadraticQuad::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 vtkTriQuadraticHexahedron::InterpolationFunctions (double pcoords[3], double weights[27])
Replaced by vtkTriQuadraticHexahedron::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::RemoveProp (vtkProp *)
Replaced by vtkViewport::RemoveViewProp() as of VTK 5.0.

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 vtkVoxel::InterpolationFunctions (double pcoords[3], double weights[8])
Replaced by vtkVoxel::InterpolateFunctions 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::SetMinimumColor (int r, int g, int b, int a)
For backwards compatibility: specify the color using integers in the range [0,255].

Member vtkWindowLevelLookupTable::SetMaximumColor (int r, int g, int b, int a)
For backwards compatibility: specify the color using integers in the range [0,255].

Generated on Wed Jun 3 18:51:28 2009 for VTK by  doxygen 1.5.6