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
5efc0ea3
Commit
5efc0ea3
authored
Dec 05, 2017
by
Emmanuel Promayon
Browse files
FIXED actions should not be tested directly on external CEP test files
parent
c3d6f449
Changes
19
Hide whitespace changes
Inline
Side-by-side
sdk/actions/image/cropvolume/CMakeLists.txt
View file @
5efc0ea3
...
...
@@ -5,7 +5,7 @@ camitk_extension(ACTION_EXTENSION
CEP_NAME SDK
DESCRIPTION
"Helps you to crop a volume to keep only an interesting subsample"
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
TEST_FILES Mesh.off
brain.mha sinus.mhd
)
# Recursively update the shiboken path variable containing the CamiTK SDK tree structure
...
...
sdk/actions/image/imagelut/CMakeLists.txt
View file @
5efc0ea3
...
...
@@ -3,7 +3,7 @@ camitk_extension(ACTION_EXTENSION
CEP_NAME SDK
DESCRIPTION
"Displays the image look-up-table (lut)"
AUTO_TEST
TEST_FILES scissors.obj
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
TEST_FILES scissors.obj
brain.mha sinus.mhd
)
# Recursively update the shiboken path variable containing the CamiTK SDK tree structure
...
...
sdk/actions/image/imageresampling/CMakeLists.txt
View file @
5efc0ea3
...
...
@@ -3,5 +3,5 @@ camitk_extension(ACTION_EXTENSION
CEP_NAME SDK
DESCRIPTION
"Re-sample image volumes"
AUTO_TEST
TEST_FILES liver-smooth.obj
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
TEST_FILES liver-smooth.obj
brain.mha sinus.mhd
)
sdk/actions/image/multipicking/CMakeLists.txt
View file @
5efc0ea3
...
...
@@ -4,7 +4,7 @@ camitk_extension(ACTION_EXTENSION
CEP_NAME SDK
DESCRIPTION
"Action-multipicking allows one to make several pixel picking on an image component (volumic image)"
AUTO_TEST
TEST_FILES structured.vtk
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
TEST_FILES structured.vtk
brain.mha sinus.mhd
)
# Recursively update the shiboken path variable containing the CamiTK SDK tree structure
...
...
sdk/actions/image/pixelcolorchanger/CMakeLists.txt
View file @
5efc0ea3
...
...
@@ -4,5 +4,5 @@ camitk_extension(ACTION_EXTENSION
CEP_NAME SDK
DESCRIPTION
"Allows changing the color of the image pixels"
AUTO_TEST
TEST_FILES mixed_3D_beam.msh
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
TEST_FILES mixed_3D_beam.msh
brain.mha sinus.mhd
)
sdk/actions/image/reconstruction/CMakeLists.txt
View file @
5efc0ea3
...
...
@@ -3,7 +3,7 @@ camitk_extension(ACTION_EXTENSION
CEP_NAME SDK
DESCRIPTION
"Use marching cube algorithm to create a surfacic mesh from a volumic image"
AUTO_TEST
TEST_FILES sinus_skin.vtk
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
TEST_FILES sinus_skin.vtk
brain.mha sinus.mhd
)
# Recursively update the shiboken path variable containing the CamiTK SDK tree structure
...
...
sdk/actions/image/reorientimage/CMakeLists.txt
View file @
5efc0ea3
...
...
@@ -4,7 +4,7 @@ camitk_extension(ACTION_EXTENSION
CEP_NAME SDK
DESCRIPTION
"Allows one to reorient a volumic image."
AUTO_TEST
TEST_FILES skull1.stl
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
TEST_FILES skull1.stl
brain.mha sinus.mhd
)
# As the Reorient image action, when applied, needs its dialog box initialized, it cannot
...
...
sdk/actions/image/showin3d/CMakeLists.txt
View file @
5efc0ea3
...
...
@@ -2,7 +2,7 @@ camitk_extension(ACTION_EXTENSION
CEP_NAME SDK
DESCRIPTION
"Display in 3D the component"
AUTO_TEST
TEST_FILES bassin.msh
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
TEST_FILES bassin.msh
brain.mha sinus.mhd
)
# Recursively update the shiboken path variable containing the CamiTK SDK tree structure
...
...
sdk/actions/image/volumerendering/CMakeLists.txt
View file @
5efc0ea3
...
...
@@ -4,7 +4,7 @@ camitk_extension(ACTION_EXTENSION
CEP_NAME SDK
DESCRIPTION
"Use ray tracing to produce a 3D reprensation of the image"
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
TEST_FILES Mesh.off
brain.mha sinus.mhd
)
# Recursively update the shiboken path variable containing the CamiTK SDK tree structure
...
...
sdk/actions/mesh/basicmesh/CMakeLists.txt
View file @
5efc0ea3
...
...
@@ -3,7 +3,7 @@ camitk_extension(ACTION_EXTENSION
CEP_NAME SDK
DESCRIPTION
"Provides basic actions on meshes"
AUTO_TEST
TEST_FILES brain.mha bassin.msh
diaphragm.pml head1.STL
liver-smooth.obj Mesh.off robot.wrl scissors.obj simple.vtk sinus_skin.vtk sinus_skull.vtk skull1.stl structured.vtk
truthcube.pml
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
TEST_FILES brain.mha bassin.msh 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
)
# Recursively update the shiboken path variable containing the CamiTK SDK tree structure
...
...
sdk/actions/mesh/basictopology/CMakeLists.txt
View file @
5efc0ea3
...
...
@@ -3,7 +3,7 @@ camitk_extension(ACTION_EXTENSION
CEP_NAME SDK
DESCRIPTION
"Helps building simple 3D objects"
AUTO_TEST
TEST_FILES brain.mha bassin.msh
diaphragm.pml
head1.STL liver-smooth.obj Mesh.off mixed_3D_beam.msh robot.wrl scissors.obj simple.vtk sinus_skin.vtk sinus_skull.vtk skull1.stl structured.vtk
truthcube.pml
pointcloud-with-data.vtk polydata-with-data.vtk
TEST_FILES brain.mha bassin.msh head1.STL liver-smooth.obj Mesh.off mixed_3D_beam.msh robot.wrl scissors.obj simple.vtk sinus_skin.vtk sinus_skull.vtk skull1.stl structured.vtk pointcloud-with-data.vtk polydata-with-data.vtk
)
# Recursively update the shiboken path variable containing the CamiTK SDK tree structure
...
...
sdk/actions/mesh/meshprocessing/CMakeLists.txt
View file @
5efc0ea3
...
...
@@ -6,7 +6,7 @@ camitk_extension(ACTION_EXTENSION
INCLUDE_DIRECTORIES
${
CAMITK_INCLUDE_DIR
}
/components/vtkmesh
INSTALL_ALL_HEADERS
AUTO_TEST
TEST_FILES brain.mha bassin.msh
diaphragm.pml
head1.STL liver-smooth.obj Mesh.off robot.wrl scissors.obj simple.vtk sinus_skin.vtk sinus_skull.vtk skull1.stl structured.vtk
truthcube.pml
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
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
)
# Recursively update the shiboken path variable containing the CamiTK SDK tree structure
...
...
tutorials/actions/averagevoxelvalues/CMakeLists.txt
View file @
5efc0ea3
# Call CamiTK CMake Macro to define the action
camitk_extension
(
ACTION_EXTENSION
AUTO_TEST
TEST_FILES bassin.msh
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
TEST_FILES bassin.msh
brain.mha sinus.mhd
)
tutorials/actions/basicpicking/CMakeLists.txt
View file @
5efc0ea3
camitk_extension
(
ACTION_EXTENSION
AUTO_TEST
TEST_FILES bassin.msh
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
TEST_FILES bassin.msh
brain.mha sinus.mhd
)
tutorials/actions/meshanimation/shakerextension/CMakeLists.txt
View file @
5efc0ea3
...
...
@@ -2,5 +2,5 @@
camitk_extension
(
ACTION_EXTENSION
NEEDS_CEP_LIBRARIES shakerlib
AUTO_TEST
TEST_FILES brain.mha bassin.msh
diaphragm.pml
head1.STL liver-smooth.obj Mesh.off mixed_3D_beam.msh robot.wrl scissors.obj simple.vtk sinus_skin.vtk sinus_skull.vtk skull1.stl structured.vtk
truthcube.pml
pointcloud-with-data.vtk polydata-with-data.vtk
TEST_FILES brain.mha bassin.msh head1.STL liver-smooth.obj Mesh.off mixed_3D_beam.msh robot.wrl scissors.obj simple.vtk sinus_skin.vtk sinus_skull.vtk skull1.stl structured.vtk pointcloud-with-data.vtk polydata-with-data.vtk
)
tutorials/actions/meshpointdata/CMakeLists.txt
View file @
5efc0ea3
...
...
@@ -2,6 +2,6 @@
camitk_extension
(
ACTION_EXTENSION
DESCRIPTION
"This extension shows how to show/hide mesh point data using a color scale"
AUTO_TEST
TEST_FILES brain.mha bassin.msh
diaphragm.pml
head1.STL liver-smooth.obj Mesh.off robot.wrl scissors.obj simple.vtk sinus_skin.vtk sinus_skull.vtk skull1.stl structured.vtk
truthcube.pml
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
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/properties/CMakeLists.txt
View file @
5efc0ea3
camitk_extension
(
ACTION_EXTENSION
AUTO_TEST
TEST_FILES
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 bassin.msh diaphragm.pml
head1.STL liver-smooth.obj Mesh.off robot.wrl scissors.obj simple.vtk sinus_skin.vtk sinus_skull.vtk skull1.stl structured.vtk
truthcube.pml
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
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 @
5efc0ea3
...
...
@@ -2,7 +2,7 @@
camitk_extension
(
ACTION_EXTENSION
DESCRIPTION
"This extension shows how to use mesh selection in an action"
AUTO_TEST
TEST_FILES brain.mha bassin.msh
diaphragm.pml
head1.STL liver-smooth.obj Mesh.off robot.wrl scissors.obj simple.vtk sinus_skin.vtk sinus_skull.vtk skull1.stl structured.vtk
truthcube.pml
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
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/vtkwidget/CMakeLists.txt
View file @
5efc0ea3
camitk_extension
(
ACTION_EXTENSION
AUTO_TEST
TEST_FILES bassin.msh
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 diaphragm.pml
head1.STL liver-smooth.obj Mesh.off robot.wrl scissors.obj simple.vtk sinus_skin.vtk sinus_skull.vtk skull1.stl structured.vtk
truthcube.pml
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
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
)
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