Tours Execution Model Tour Shows one of each type of parameter. 1.0 Daniel Blezek Variations on scalar parameters integerVariable i integer An integer without constraints 30 booleanParam b A boolean without constraints doubleVariable d double An double with constraints 30 0 1.e3 0 Variations on vector parameters floatVector f A vector of floats 1.3,2,-14 stringVector string_vector A vector of strings "foo",bar,"foobar" Variations on enumeration parameters stringChoice e enumeration An enumeration of strings foo foo "foobar" foofoo pointVar p asf 0.5,-34.2,43 Various Directory I/O parameters. dirVar dirVar Some dir /home Various File I/O parameters. inputFileVarNoFileExtensions if1 Input file, with no file extensions specified, so all files selectable. bla input inputFileVarListCommaSeparated if2 Input file, where a correct comma separated list of .txt and .mat are specified, which should include the first dot, but should not include any asterisks. bla.txt input inputFileVarListCommaSeparatedWithINCORRECTAdditionOfAsterisks if3 Input file, where the XML has incorrect addition of asterisks. bla2.txt input inputFileVarListCommaSeparatedWithINCORRECTMissingFirstDot if4 Input file, where the XML has incorrectly missed the first dot of the file extensions. bla3.txt input outputFileVarNoFileExtensions of1 Output file, with no file extensions specified, so all files selectable. bla output outputFileVarListCommaSeparated of2 Output file, where a correct comma separated list of .txt and .mat are specified, which should include the first dot, but should not include any asterisks. bla.txt output outputFileVarListCommaSeparatedWithINCORRECTAdditionOfAsterisks of3 Output file, where the XML has incorrect addition of asterisks. bla2.txt output outputFileVarListCommaSeparatedWithINCORRECTMissingFirstDot of4 Output file, where the XML has incorrectly missed the first dot of the file extensions. bla3.txt output Various Image I/O parameters. inputImageVarNoFileExtensions ii1 Input image, with no file extensions specified, so all files selectable. bla input inputImageVarListCommaSeparated ii2 Input image, where a correct comma separated list is specified, which should include the first dot, but should not include any asterisks. bla.nii input inputImageVarListCommaSeparatedWithINCORRECTAdditionOfAsterisks ii3 Input image, where the XML has incorrect addition of asterisks. bla2.nii input inputImageVarListCommaSeparatedWithINCORRECTMissingFirstDot ii4 Input file, where the XML has incorrectly missed the first dot of the file extensions. bla3.nii input outputImageVarNoFileExtensions oi1 Output image, with no file extensions specified, so all files selectable. bla output outputImageVarListCommaSeparated oi2 Output image, where a correct comma separated is specified, which should include the first dot, but should not include any asterisks. bla.nii output outputImageVarListCommaSeparatedWithINCORRECTAdditionOfAsterisks oi3 Output image, where the XML has incorrect addition of asterisks. bla2.nii output outputImageVarListCommaSeparatedWithINCORRECTMissingFirstDot oi4 Output file, where the XML has incorrectly missed the first dot of the file extensions. bla3.nii output Various Geometry I/O parameters, which are for things like vtkPolyData. inputGeometryVarNoFileExtensions ig1 Input geometry, with no file extensions specified, so all files selectable. bla input inputGeometryVarListCommaSeparated ig2 Input geometry, where a correct comma separated list is specified, which should include the first dot, but should not include any asterisks. bla.vtk input inputGeometryVarListCommaSeparatedWithINCORRECTAdditionOfAsterisks ig3 Input geometry, where the XML has incorrect addition of asterisks. bla2.vtk input inputGeometryVarListCommaSeparatedWithINCORRECTMissingFirstDot ig4 Input geometry, where the XML has incorrectly missed the first dot of the file extensions. bla3.vtk input outputGeometryVarNoFileExtensions og1 Output geometry, with no file extensions specified, so all files selectable. bla output outputGeometryVarListCommaSeparated og2 Output geometry, where a correct comma separated list is specified, which should include the first dot, but should not include any asterisks. bla.vtk output outputGeometryVarListCommaSeparatedWithINCORRECTAdditionOfAsterisks og3 Output geometry, where the XML has incorrect addition of asterisks. bla2.vtk output outputGeometryVarListCommaSeparatedWithINCORRECTMissingFirstDot og4 Output geometry, where the XML has incorrectly missed the first dot of the file extensions. bla3.vtk output