Skip to content

Commit a7c3718

Browse files
committed
Update network and UI
1 parent d876c79 commit a7c3718

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

src/ExampleNets/regression/streamlinesTorso.srn5

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<name>RemoveColinearPoints</name>
8383
<value>
8484
<which>3</which>
85-
<value>1</value>
85+
<value>0</value>
8686
</value>
8787
</second>
8888
</item>
@@ -93,8 +93,8 @@
9393
<second>
9494
<name>StreamlineDirection</name>
9595
<value>
96-
<which>0</which>
97-
<value>1</value>
96+
<which>2</which>
97+
<value>Both</value>
9898
</value>
9999
</second>
100100
</item>
@@ -106,7 +106,7 @@
106106
<name>StreamlineMaxSteps</name>
107107
<value>
108108
<which>0</which>
109-
<value>100</value>
109+
<value>200</value>
110110
</value>
111111
</second>
112112
</item>
@@ -130,7 +130,7 @@
130130
<name>StreamlineStepSize</name>
131131
<value>
132132
<which>1</which>
133-
<value>0.01</value>
133+
<value>1</value>
134134
</value>
135135
</second>
136136
</item>
@@ -153,8 +153,8 @@
153153
<second>
154154
<name>StreamlineValue</name>
155155
<value>
156-
<which>0</which>
157-
<value>1</value>
156+
<which>2</which>
157+
<value>Seed index</value>
158158
</value>
159159
</second>
160160
</item>
@@ -314,7 +314,7 @@
314314
<name>CylinderResolution</name>
315315
<value>
316316
<which>0</which>
317-
<value>8</value>
317+
<value>5</value>
318318
</value>
319319
</second>
320320
</item>
@@ -498,7 +498,7 @@
498498
<name>CylinderResolution</name>
499499
<value>
500500
<which>0</which>
501-
<value>8</value>
501+
<value>5</value>
502502
</value>
503503
</second>
504504
</item>

src/Interface/Modules/Visualization/GenerateStreamLines.ui

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>360</width>
10-
<height>250</height>
9+
<width>447</width>
10+
<height>306</height>
1111
</rect>
1212
</property>
1313
<property name="minimumSize">
1414
<size>
15-
<width>360</width>
16-
<height>250</height>
15+
<width>447</width>
16+
<height>306</height>
1717
</size>
1818
</property>
1919
<property name="windowTitle">

0 commit comments

Comments
 (0)