Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VTK
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Ben Boeckel
VTK
Commits
d155a4bc
Commit
d155a4bc
authored
7 years ago
by
Utkarsh Ayachit
Committed by
Ben Boeckel
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
vtkImagingFourier: update to the new module system
parent
392de563
Loading
Loading
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Imaging/Fourier/CMakeLists.txt
+12
-12
12 additions, 12 deletions
Imaging/Fourier/CMakeLists.txt
Imaging/Fourier/module.cmake
+0
-14
0 additions, 14 deletions
Imaging/Fourier/module.cmake
Imaging/Fourier/vtk.module
+15
-0
15 additions, 0 deletions
Imaging/Fourier/vtk.module
with
27 additions
and
26 deletions
Imaging/Fourier/CMakeLists.txt
+
12
−
12
View file @
d155a4bc
set
(
Module_SRCS
vtkImageButterworthHighPass.cxx
vtkImageButterworthLowPass.cxx
vtkImageFFT.cxx
vtkImageFourierCenter.cxx
vtkImageFourierFilter.cxx
vtkImageIdealHighPass.cxx
vtkImageIdealLowPass.cxx
vtkImageRFFT.cxx
vtkTableFFT.cxx
)
set
(
classes
vtkImageButterworthHighPass
vtkImageButterworthLowPass
vtkImageFFT
vtkImageFourierCenter
vtkImageFourierFilter
vtkImageIdealHighPass
vtkImageIdealLowPass
vtkImageRFFT
vtkTableFFT
)
vtk_module_library
(
${
vtk-module
}
${
Module_SRCS
}
)
vtk_module_add_module
(
VTK::ImagingFourier
CLASSES
${
classes
}
)
This diff is collapsed.
Click to expand it.
Imaging/Fourier/module.cmake
deleted
100644 → 0
+
0
−
14
View file @
392de563
vtk_module
(
vtkImagingFourier
GROUPS
Imaging
StandAlone
KIT
vtkImaging
DEPENDS
vtkCommonCore
vtkCommonExecutionModel
vtkImagingCore
PRIVATE_DEPENDS
vtkCommonDataModel
vtksys
)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Imaging/Fourier/vtk.module
0 → 100644
+
15
−
0
View file @
d155a4bc
NAME
VTK
::
ImagingFourier
LIBRARY_NAME
vtkImagingFourier
KIT
VTK
::
Imaging
GROUPS
StandAlone
DEPENDS
VTK
::
CommonCore
VTK
::
CommonExecutionModel
VTK
::
ImagingCore
PRIVATE_DEPENDS
VTK
::
CommonDataModel
VTK
::
vtksys
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