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 inputFileVarListCommaSeparatedWithMissingFirstDot if3 Input file, where the XML has 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 comma separated list of .txt and .mat are specified, which should include the first dot, but should not include any asterisks. bla.txt output outputFileVarListCommaSeparatedWithMissingFirstDot of3 Output file, where the XML has missed the first dot of the file extensions. bla3.txt 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 comma separated list is specified, which should include the first dot, but should not include any asterisks. bla.vtk input inputGeometryVarListCommaSeparatedWithMissingFirstDot ig3 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 comma separated list is specified, which should include the first dot, but should not include any asterisks. bla.vtk output outputGeometryVarListCommaSeparatedWithMissingFirstDot og3 Output geometry, where the XML has incorrectly missed the first dot of the file extensions. bla3.vtk output