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
394212c2
Commit
394212c2
authored
7 years ago
by
Bill Lorensen
Browse files
Options
Downloads
Patches
Plain Diff
ENH: SainteHelens is now tracked with git lfs
Former-commit-id:
8c85e7a8
parent
443a91dd
No related branches found
No related tags found
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitattributes
+1
-0
1 addition, 0 deletions
.gitattributes
src/Cxx/IO/CMakeLists.txt
+14
-14
14 additions, 14 deletions
src/Cxx/IO/CMakeLists.txt
with
15 additions
and
14 deletions
.gitattributes
+
1
−
0
View file @
394212c2
GitLfsInstalled filter=lfs diff=lfs merge=lfs -text
*.dem filter=lfs diff=lfs merge=lfs -text
This diff is collapsed.
Click to expand it.
src/Cxx/IO/CMakeLists.txt
+
14
−
14
View file @
394212c2
project
(
${
WIKI
}
IO
)
if
(
NOT WikiExamples_BINARY_DIR
)
find_package
(
VTK REQUIRED
)
if
(
NOT VTK_USE_RENDERING
)
message
(
FATAL_ERROR
"Example
${
PROJECT_NAME
}
requires VTK_USE_RENDERING."
)
endif
()
include
(
${
VTK_USE_FILE
}
)
find_package
(
VTK REQUIRED
)
include
(
${
VTK_USE_FILE
}
)
endif
()
if
(
"
${
VTK_MAJOR_VERSION
}
.
${
VTK_MINOR_VERSION
}
"
LESS 5.8
)
set
(
KIT_LIBS vtkHybrid vtkGenericFiltering
)
else
()
set
(
KIT_LIBS
${
VTK_LIBRARIES
}
)
endif
()
set
(
KIT_LIBS
${
VTK_LIBRARIES
}
)
#
# Build all .cxx files in the directory
file
(
GLOB ALL_FILES *.cxx
)
include
(
${
WikiExamples_SOURCE_DIR
}
/CMake/RequiresGitLfs.cmake
)
Requires_GitLfs
(
DEMReader ALL_FILES
)
foreach
(
SOURCE_FILE
${
ALL_FILES
}
)
string
(
REPLACE
".cxx"
""
TMP
${
SOURCE_FILE
}
)
string
(
REPLACE
${
CMAKE_CURRENT_SOURCE_DIR
}
/
""
EXAMPLE
${
TMP
}
)
...
...
@@ -126,9 +125,6 @@ add_test(${KIT}-ReadAllPolyDataTypesDemo ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${KIT
add_test
(
${
KIT
}
-ReadBMP
${
CMAKE_RUNTIME_OUTPUT_DIRECTORY
}
/
${
KIT
}
CxxTests
TestReadBMP
${
DATA
}
/masonry.bmp
)
add_test
(
${
KIT
}
-DEMReader
${
CMAKE_RUNTIME_OUTPUT_DIRECTORY
}
/
${
KIT
}
CxxTests
TestDEMReader
${
DATA
}
/SainteHelens.dem
)
add_test
(
${
KIT
}
-ReadDICOM
${
CMAKE_RUNTIME_OUTPUT_DIRECTORY
}
/
${
KIT
}
CxxTests
TestReadDICOM
${
DATA
}
/prostate.img
)
...
...
@@ -216,6 +212,10 @@ add_test(${KIT}-WriteVTI ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${KIT}CxxTests
add_test
(
${
KIT
}
-WriteVTU
${
CMAKE_RUNTIME_OUTPUT_DIRECTORY
}
/
${
KIT
}
CxxTests
TestWriteVTU
${
TEMP
}
/WriteVTU.vtu
)
include
(
${
WikiExamples_SOURCE_DIR
}
/CMake/ExamplesTesting.cmake
)
# These tests use git large file system data
if
(
GIT_LFS
)
add_test
(
${
KIT
}
-DEMReader
${
CMAKE_RUNTIME_OUTPUT_DIRECTORY
}
/
${
KIT
}
CxxTests
TestDEMReader
${
DATA
}
/SainteHelens.dem
)
endif
()
endif
()
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