1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
<!DOCTYPE RCC>
<RCC version="1.0">
<!-- image component tests -->
<qresource prefix="/image">
<file alias="extensionfile">pythonhotplug/imagePythonHotPlug.camitk</file>
<file>pythonhotplug/test_image_component.py</file>
<file>pythonhotplug/gaussian_filter_python_test.py</file>
</qresource>
<qresource prefix="/mesh">
<!-- mesh component tests -->
<file alias="extensionfile">pythonhotplug/meshPythonHotPlug.camitk</file>
<file>pythonhotplug/compute_barycenter.py</file>
<file>pythonhotplug/create_sphere.py</file>
</qresource>
<qresource prefix="/state">
<!-- saving action tests -->
<file alias="extensionfile">pythonhotplug/actionStateHotPlug.camitk</file>
<file>pythonhotplug/test_parameter_interaction.py</file>
<file>pythonhotplug/test_parameter_interaction_timer.py</file>
<file>pythonhotplug/test_self_interaction.py</file>
<file>pythonhotplug/test_self_interaction_timer.py</file>
</qresource>
<qresource prefix="/scriptQtTest">
<file alias="extensionfile">pythonhotplug/scriptQtTest.camitk</file>
</qresource>
<qresource prefix="/scriptTest">
<file alias="extensionfile">pythonhotplug/scriptTest.camitk</file>
</qresource>
<qresource prefix="/meshPoints">
<file alias="extensionfile">pythonhotplug/meshPoints.camitk</file>
<file>pythonhotplug/brownian_movement.py</file>
</qresource>
<qresource prefix="/transformationManager">
<file alias="extensionfile">pythonhotplug/transformationManager.camitk</file>
<file>pythonhotplug/transformations_and_frames.py</file>
</qresource>
<qresource prefix="/actionPipeline">
<file alias="extensionfile">pythonhotplug/actionPipeline.camitk</file>
<file>pythonhotplug/python_pipeline.py</file>
</qresource>
</RCC>
|