Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ParaView-Superbuild
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Charles Gueunet
ParaView-Superbuild
Commits
338c1901
Commit
338c1901
authored
2 months ago
by
Charles Gueunet
Browse files
Options
Downloads
Patches
Plain Diff
Update TTK to 1.3
parent
e79a565a
No related branches found
Branches containing commit
Tags
v5.9.0-RC1
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
projects/ttk.cmake
+13
-14
13 additions, 14 deletions
projects/ttk.cmake
versions.cmake
+2
-2
2 additions, 2 deletions
versions.cmake
with
15 additions
and
16 deletions
projects/ttk.cmake
+
13
−
14
View file @
338c1901
...
...
@@ -30,7 +30,6 @@ set(ttk_enabled_modules
ttkIdentifierRandomizer
ttkIdentifyByScalarField
ttkPointDataSelector
ttkPointSetToCurve
ttkScalarFieldNormalizer
ttkScalarFieldSmoother
ttkTextureMapFromField
...
...
@@ -42,35 +41,36 @@ set(ttk_enabled_modules
ttkContourTreeAlignment
ttkFiber
ttkFiberSurface
ttkFTMTree
ttkFTRGraph
ttkIntegralLines
ttkJacobiSet
ttkMergeTree
# ttkMergeTreeAutoencoder # need pytorch
# ttkMergeTreeAutoencoderDecoding # need pytorch
ttkMergeTreePrincipalGeodesics
ttkMergeTreePrincipalGeodesicsDecoding
ttkMergeTreePrincipalGeodesicsDecoding_PathTrees
ttkMergeTreePrincipalGeodesicsDecoding_Surface
ttkMergeTreeTemporalReduction
ttkMergeTreeTemporalReductionDecoding
ttkMergeTreeTemporalReductionEncoding
ttkMeshGraph
ttkMorseSmaleComplex
ttkPathCompression
ttkPeriodicGhostsGeneration
ttkPersistenceCurve
ttkPersistenceDiagram
ttkPersistentGenerators
ttkPlanarGraphLayout
ttkReebGraph
ttkReebSpace
ttkRipsComplex
ttkScalarFieldCriticalPoints
ttkTopologicalSimplification
ttkTopologicalSimplificationByPersistence
ttkTrackingFromPersistenceDiagrams
# dep for ttkTrackingFromFields
ttkTrackingFromFields
ttkTrackingFromOverlap
ttkTrackingFromPersistenceDiagrams
# geometry processing
ttkBottleneckDistance
ttkBottleneckDistance
# dep for ttkTrackingFromPersistenceDiagrams
ttkDepthImageBasedGeometryApproximation
ttkDistanceField
ttkGeometrySmoother
...
...
@@ -81,10 +81,10 @@ set(ttk_enabled_modules
ttkPointSetToSurface
ttkProjectionFromField
ttkQuadrangulationSubdivision
ttkSignedDistanceField
ttkSurfaceGeometrySmoother
# clustering
ttkLDistance
ttkLDistanceMatrix
ttkMatrixToHeatMap
ttkMergeTreeClustering
...
...
@@ -94,11 +94,7 @@ set(ttk_enabled_modules
# ensemble
ttkMandatoryCriticalPoints
# ttkDimensionReduction # no sklearn available
# compression
ttkTopologicalCompressionReader
ttkTopologicalCompressionWriter
ttkDimensionReduction
# no sklearn available, only TopoMap
# cinema
ttkCinemaReader
...
...
@@ -107,8 +103,11 @@ set(ttk_enabled_modules
ttkCinemaImaging
ttkCinemaProductReader
# compression
ttkTopologicalCompressionWriter
# dependency for ttkCinemaWriter
ttkTopologicalCompressionReader
# going with the writer...
# darkroom
ttkCinemaDarkroom
ttkDarkroomCamera
ttkDarkroomColorMapping
ttkDarkroomCompositing
...
...
This diff is collapsed.
Click to expand it.
versions.cmake
+
2
−
2
View file @
338c1901
...
...
@@ -63,8 +63,8 @@ superbuild_set_selectable_source(paraview
# Removed: standalone/
superbuild_set_revision
(
ttk
# https://github.com/topology-tool-kit/ttk/releases
URL
"https://www.paraview.org/files/dependencies/ttk-1.
2
.0-trimmed.zip"
URL_MD5
fea1d3cb38b32aa9cd7edeec0b7321a1
)
URL
"https://www.paraview.org/files/dependencies/ttk-1.
3
.0-trimmed.zip"
URL_MD5
a7ebc05ebea12a42919951a47d98a07a
)
superbuild_set_revision
(
libusb
# https://github.com/libusb/libusb/releases
...
...
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