Skip to content
Snippets Groups Projects
Commit 6914a226 authored by Andrew Maclean's avatar Andrew Maclean Committed by Kitware Robot
Browse files

Merge topic 'remove_deprecated_fn_in_vtkParametricRandomHills'


00437a29 Remove a deprecated function from vtkParametricRandomHills.

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !1394
parents 84d51887 00437a29
No related branches found
No related tags found
No related merge requests found
......@@ -257,14 +257,6 @@ void vtkParametricRandomHills::CopyParameters()
this->previousAllowRandomGeneration = this->AllowRandomGeneration;
}
#ifndef VTK_LEGACY_REMOVE
//----------------------------------------------------------------------------
void vtkParametricRandomHills::GenerateTheHills()
{
VTK_LEGACY_BODY(vtkParametricRandomHills::GenerateTheHills, "VTK 6.2");
}
#endif
//----------------------------------------------------------------------------
void vtkParametricRandomHills::PrintSelf(ostream& os, vtkIndent indent)
{
......
......@@ -131,14 +131,6 @@ public:
vtkSetMacro(AmplitudeScaleFactor,double);
vtkGetMacro(AmplitudeScaleFactor,double);
// Description:
// Generate the centers of the hills, their standard deviations and
// their amplitudes. This function creates a series of vectors representing
// the u, v coordinates of each hill, its variance in the u, v directions and
// the amplitude.
// \deprecated 6.2 This function is no longer needed.
VTK_LEGACY(void GenerateTheHills(void));
// Description:
// Construct a terrain consisting of hills on a surface.
//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment