File tree Expand file tree Collapse file tree 2 files changed +43
-7
lines changed Expand file tree Collapse file tree 2 files changed +43
-7
lines changed Original file line number Diff line number Diff line change 1
1
description : |
2
2
See main app of https://github.com/LIHPC-Computational-Geometry/automatic_polycube
3
- tet-mesh : { # case of 'automatic_polycube' applied on a 'tet-mesh' subfolder
3
+ tet-mesh : { # case of 'automatic_polycube' applied on a 'tet-mesh' folder
4
4
executable : {
5
5
path : AUTOMATIC_POLYCUBE,
6
6
filename : automatic_polycube,
7
- command_line : ' {mesh} {labeling} gui=false'
7
+ command_line : ' {mesh} gui=false output={output_labeling} '
8
8
},
9
9
output_folder : ' automatic_polycube_%d' ,
10
10
arguments : {
11
11
input_files : {
12
- surface_mesh : SURFACE_MESH_OBJ
12
+ mesh : SURFACE_MESH_OBJ
13
13
},
14
14
output_files : {
15
- labeling : SURFACE_LABELING_TXT
15
+ output_labeling : SURFACE_LABELING_TXT
16
+ }
17
+ }
18
+ }
19
+ labeling : { # case of 'automatic_polycube' applied on a 'labeling' folder
20
+ executable : {
21
+ path : AUTOMATIC_POLYCUBE,
22
+ filename : automatic_polycube,
23
+ command_line : ' {mesh} {init_labeling} gui=false output={output_labeling}'
24
+ },
25
+ output_folder : ' automatic_polycube_%d' ,
26
+ arguments : {
27
+ input_files : {
28
+ mesh : SURFACE_MESH_OBJ,
29
+ init_labeling : SURFACE_LABELING_TXT
30
+ },
31
+ output_files : {
32
+ output_labeling : SURFACE_LABELING_TXT
16
33
}
17
34
}
18
35
}
Original file line number Diff line number Diff line change 1
1
description : |
2
2
See main app of https://github.com/LIHPC-Computational-Geometry/automatic_polycube
3
- tet-mesh : { # case of 'automatic_polycube_gui' applied on a 'tet-mesh' subfolder
3
+ tet-mesh : { # case of 'automatic_polycube_gui' applied on a 'tet-mesh' folder
4
4
executable : {
5
5
path : AUTOMATIC_POLYCUBE,
6
6
filename : automatic_polycube,
7
- command_line : ' {mesh} {labeling} gui=true'
7
+ command_line : ' {mesh} gui=true'
8
8
},
9
9
output_folder : ' automatic_polycube_%d' ,
10
10
arguments : {
@@ -14,5 +14,24 @@ tet-mesh: { # case of 'automatic_polycube_gui' applied on a 'tet-mesh' subfolder
14
14
output_files : {
15
15
labeling : SURFACE_LABELING_TXT
16
16
}
17
- }
17
+ },
18
+ note : " Save the output file as {labeling}"
19
+ }
20
+ labeling : { # case of 'automatic_polycube_gui' applied on a 'labeling' folder
21
+ executable : {
22
+ path : AUTOMATIC_POLYCUBE,
23
+ filename : automatic_polycube,
24
+ command_line : ' {mesh} {init_labeling} gui=true output={output_labeling}'
25
+ },
26
+ output_folder : ' automatic_polycube_%d' ,
27
+ arguments : {
28
+ input_files : {
29
+ mesh : SURFACE_MESH_OBJ,
30
+ init_labeling : SURFACE_LABELING_TXT
31
+ },
32
+ output_files : {
33
+ output_labeling : SURFACE_LABELING_TXT
34
+ }
35
+ },
36
+ note : " Save the output file as {output_labeling}"
18
37
}
You can’t perform that action at this time.
0 commit comments