Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VTK Examples
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
VTK
VTK Examples
Commits
c336e678
Commit
c336e678
authored
7 years ago
by
Jean-Christophe Fillion-Robin
Browse files
Options
Downloads
Patches
Plain Diff
module.cmake: Update list based on output of WhatModulesVTK.py
Former-commit-id:
6a1ae9e7
parent
04d43bbf
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
module.cmake
+35
-13
35 additions, 13 deletions
module.cmake
with
35 additions
and
13 deletions
module.cmake
+
35
−
13
View file @
c336e678
set
(
DOCUMENTATION
"A collection of examples illustrating how to use VTK"
)
set
(
qt_modules
""
)
if
(
Module_vtkGUISupportQtOpenGL
)
set
(
qt_modules vtkRenderingQt vtkViewsQt vtkGUISupportQtOpenGL
)
endif
()
vtk_module
(
WikiExamples
DEPENDS
set
(
DEPENDS
vtkChartsCore
vtkCommonColor
vtkCommonComputationalGeometry
vtkCommonSystem
vtkFiltersExtraction
vtkFiltersFlowPaths
vtkFiltersGeneric
vtkFiltersGeometry
vtkFiltersParallelStatistics
vtkFiltersHybrid
vtkFiltersModeling
# vtkFiltersParallelStatistics # Optional
vtkFiltersPoints
vtkFiltersProgrammable
vtkFiltersSelection
vtkFiltersTexture
vtkFiltersVerdict
vtkGeovisCore
vtkIOExodus
vtkIOExport
# vtkIOFFMPEG # Optional
vtkIOImport
vtkIOInfovis
vtkIO
LSDy
na
#
vtkIO
MySQL # Optio
na
l
vtkIOPLY
vtkIOParallel
vtkIOParallelXML
vtkImagingColor
vtkImagingFourier
vtkImagingHybrid
vtkImagingMath
vtkImagingMorphological
vtkImagingSources
vtkImagingStatistics
vtkImagingStencil
# vtkInfovisBoostGraphAlgorithms # Optional
vtkInfovisLayout
vtkInteractionImage
vtkRenderingAnnotation
vtkRenderingContext
${
VTK_RENDERING_BACKEND
}
vtkRenderingImage
vtkRenderingLOD
vtkRendering
Volume
${
VTK_RENDERING_BACKEND
}
vtkRendering
Label
vtkRendering
${
VTK_RENDERING_BACKEND
}
vtkRenderingVolume
${
VTK_RENDERING_BACKEND
}
vtkTestingGenericBridge
vtkTestingRendering
vtkViewsContext2D
vtkViewsGeovis
${
qt_modules
}
vtkViewsInfovis
)
if
(
Module_vtkGUISupportQtOpenGL
)
list
(
APPEND DEPENDS
vtkGUISupportQtOpenGL
vtkRenderingQt
vtkViewsQt
)
endif
()
vtk_module
(
WikiExamples
DEPENDS
${
DEPENDS
}
DESCRIPTION
"
${
DOCUMENTATION
}
"
)
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