Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CamiTK
CamiTK Community Edition
Commits
03800dab
Commit
03800dab
authored
Jun 08, 2018
by
Emmanuel Promayon
Browse files
Merge branch 'feature/asm-for-regression-test' into 'develop'
Feature/asm for regression test See merge request
!22
parents
e01b24bb
cf38c82b
Changes
67
Pipelines
33
Hide whitespace changes
Inline
Side-by-side
tutorials/actions/properties/CMakeLists.txt
View file @
03800dab
camitk_extension
(
ACTION_EXTENSION
AUTO_TEST
ENABLE_
AUTO_TEST
TEST_FILES brain.mha sinus.mhd bassin.msh head1.STL liver-smooth.obj Mesh.off robot.wrl scissors.obj simple.vtk sinus_skin.vtk sinus_skull.vtk skull1.stl structured.vtk pointcloud-with-data.vtk polydata-with-data.vtk cube-with-point-and-cell-data.vtk fieldfile.vtk check-with-color-pointdata.vtk plate-with-data.vtk female.vtk brainImageSmooth.vtk structuredgrid-with-data.vtk male.vtk cube-with-tensors.vtk imageBoundingBox.vtk binary-mesh-with-pointdata.vtk unstructured_binary_with_celldata.vtk
)
tutorials/actions/selection/CMakeLists.txt
View file @
03800dab
# Call CamiTK CMake Macro to define the action
camitk_extension
(
ACTION_EXTENSION
DESCRIPTION
"This extension shows how to use mesh selection in an action"
AUTO_TEST
ENABLE_
AUTO_TEST
TEST_FILES brain.mha bassin.msh head1.STL liver-smooth.obj Mesh.off robot.wrl scissors.obj simple.vtk sinus_skin.vtk sinus_skull.vtk skull1.stl structured.vtk pointcloud-with-data.vtk polydata-with-data.vtk cube-with-point-and-cell-data.vtk fieldfile.vtk check-with-color-pointdata.vtk plate-with-data.vtk female.vtk brainImageSmooth.vtk structuredgrid-with-data.vtk male.vtk cube-with-tensors.vtk imageBoundingBox.vtk binary-mesh-with-pointdata.vtk unstructured_binary_with_celldata.vtk
)
...
...
tutorials/actions/sleepingwhileworking/CMakeLists.txt
View file @
03800dab
# Call CamiTK CMake Macro to define the action
camitk_extension
(
ACTION_EXTENSION
AUTO_TEST
ENABLE_
AUTO_TEST
TEST_FILES Mesh.off BigEndian.hdr BigEndian.img BigEndianCompressed1.hdr BigEndianCompressed1.img biorad.pic brain.mha cthead1.lsm LittleEndian1.hdr LittleEndian1.img LittleEndianCompressed1.hdr LittleEndianCompressed1.img LittleEndianZ1.hdr mini-complex-slow1.nrrd mini-ten-nomask-slow1.nrrd mini-vector-slow1.nrrd ramp1.gipl
)
...
...
tutorials/actions/vtkwidget/CMakeLists.txt
View file @
03800dab
camitk_extension
(
ACTION_EXTENSION
AUTO_TEST
ENABLE_
AUTO_TEST
TEST_FILES bassin.msh brain.mha sinus.mhd head1.STL liver-smooth.obj Mesh.off robot.wrl scissors.obj simple.vtk sinus_skin.vtk sinus_skull.vtk skull1.stl structured.vtk pointcloud-with-data.vtk polydata-with-data.vtk cube-with-point-and-cell-data.vtk fieldfile.vtk check-with-color-pointdata.vtk plate-with-data.vtk female.vtk brainImageSmooth.vtk structuredgrid-with-data.vtk male.vtk cube-with-tensors.vtk imageBoundingBox.vtk binary-mesh-with-pointdata.vtk unstructured_binary_with_celldata.vtk
)
tutorials/components/abort/CMakeLists.txt
View file @
03800dab
# a component that cannot be instanciate (only use this for test purpose)
camitk_extension
(
COMPONENT_EXTENSION
AUTO_TEST
ENABLE_
AUTO_TEST
# save is not implemented (as opened cannot be performed!), just do level 1 test
AUTO_TEST_LEVEL 1
)
...
...
tutorials/components/mixed/CMakeLists.txt
View file @
03800dab
...
...
@@ -2,7 +2,7 @@
camitk_extension
(
COMPONENT_EXTENSION
NEEDS_COMPONENT_EXTENSION vtkmesh vtkimage
HEADERS_TO_INSTALL MixedComponent.h
# show how to export headers for using it in another CEP
AUTO_TEST
ENABLE_
AUTO_TEST
# only .mixed is managed by this component, but as mha and vtk data file are needed as well
# there is only brain.mixed to test.
TEST_FILES brain.mixed
...
...
tutorials/components/pickme/CMakeLists.txt
View file @
03800dab
...
...
@@ -3,7 +3,7 @@ camitk_extension( COMPONENT_EXTENSION
INSTALL_ALL_HEADERS
DESCRIPTION
"This tutorial show how to overide the pointPicked and cellPicked method to interact directly with your component"
NEEDS_COMPONENT_EXTENSION vtkmesh
AUTO_TEST
ENABLE_
AUTO_TEST
# this component extension does not implemented the save method: only level 1 test can be performed
AUTO_TEST_LEVEL 1
)
...
...
Prev
1
2
3
4
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment