Skip to content
Snippets Groups Projects
Commit 94866116 authored by Robert Maynard's avatar Robert Maynard
Browse files

Mark the entire Accelerators Dax module as legacy as of 6.3

parent 7ae792fa
No related branches found
No related tags found
No related merge requests found
vtk_module(vtkAcceleratorsDax
IMPLEMENTS
vtkFiltersCore
DEPENDS
vtkCommonCore
vtkCommonDataModel
vtkCommonExecutionModel
vtkFiltersCore
vtkFiltersGeometry
TEST_DEPENDS
vtkTestingCore
vtkTestingRendering
vtkRenderingVolume
vtkRenderingVolumeOpenGL
vtkIOLegacy
vtkIOXML
vtkImagingSources
EXCLUDE_FROM_ALL
)
if(NOT VTK_LEGACY_REMOVE)
vtk_module(vtkAcceleratorsDax
IMPLEMENTS
vtkFiltersCore
DEPENDS
vtkCommonCore
vtkCommonDataModel
vtkCommonExecutionModel
vtkFiltersCore
vtkFiltersGeometry
TEST_DEPENDS
vtkTestingCore
vtkTestingRendering
vtkRenderingVolume
vtkRenderingVolumeOpenGL
vtkIOLegacy
vtkIOXML
vtkImagingSources
EXCLUDE_FROM_ALL
)
endif()
......@@ -39,6 +39,7 @@ namespace vtkDax {
//------------------------------------------------------------------------------
vtkDaxContour::vtkDaxContour()
{
VTK_LEGACY_BODY(vtkDaxContour::vtkDaxContour, "VTK 6.3");
}
//------------------------------------------------------------------------------
......
......@@ -35,7 +35,7 @@ vtkStandardNewMacro(vtkDaxThreshold)
//------------------------------------------------------------------------------
vtkDaxThreshold::vtkDaxThreshold()
{
VTK_LEGACY_BODY(vtkDaxContour::vtkDaxContour, "VTK 6.3");
}
//------------------------------------------------------------------------------
......
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