# Call CamiTK CMake Macro to define the action
camitk_extension(ACTION_EXTENSION
                 NEEDS_COMPONENT_EXTENSION vtkmesh
                 CEP_NAME SDK
                 DESCRIPTION "Allows one to reorient a volumic image."
                 ENABLE_AUTO_TEST
                 TEST_FILES skull1.stl brain.mha sinus.mhd
)

# Reorient image action, when applied, needs its dialog box initialized, the result is always ABORTED
# TODO rewrite this action so that the dialog is not needed and reorientation can be set 
# using parameters
