Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yohey Ishizu
VTK
Commits
94866116
Commit
94866116
authored
9 years ago
by
Robert Maynard
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Accelerators/Dax/module.cmake
+21
-19
21 additions, 19 deletions
Accelerators/Dax/module.cmake
Accelerators/Dax/vtkDaxContour.cxx
+1
-0
1 addition, 0 deletions
Accelerators/Dax/vtkDaxContour.cxx
Accelerators/Dax/vtkDaxThreshold.cxx
+1
-1
1 addition, 1 deletion
Accelerators/Dax/vtkDaxThreshold.cxx
with
23 additions
and
20 deletions
Accelerators/Dax/module.cmake
+
21
−
19
View file @
94866116
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
()
This diff is collapsed.
Click to expand it.
Accelerators/Dax/vtkDaxContour.cxx
+
1
−
0
View file @
94866116
...
...
@@ -39,6 +39,7 @@ namespace vtkDax {
//------------------------------------------------------------------------------
vtkDaxContour
::
vtkDaxContour
()
{
VTK_LEGACY_BODY
(
vtkDaxContour
::
vtkDaxContour
,
"VTK 6.3"
);
}
//------------------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Accelerators/Dax/vtkDaxThreshold.cxx
+
1
−
1
View file @
94866116
...
...
@@ -35,7 +35,7 @@ vtkStandardNewMacro(vtkDaxThreshold)
//------------------------------------------------------------------------------
vtkDaxThreshold
::
vtkDaxThreshold
()
{
VTK_LEGACY_BODY
(
vtkDaxContour
::
vtkDaxContour
,
"VTK 6.3"
);
}
//------------------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment