File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 147147
148148 <IntVectorProperty
149149 name =" DiscreteGradientBackend"
150- label =" DiscreteGradientBackend "
150+ label =" Discrete Gradient Backend "
151151 command =" SetDiscreteGradientBackend"
152152 number_of_elements =" 1"
153+ panel_visibility =' advanced'
153154 default_values =" 0"
154155 >
155156 <EnumerationDomain name =" enum" >
156- <Entry value =" 0" text =" Robins Discrete Gradient " />
157- <Entry value =" 1" text =" Stochastic Discrete Gradient " />
157+ <Entry value =" 0" text =" Homotopic expansion algorithm (IEEE PAMI 2011) " />
158+ <Entry value =" 1" text =" Stochastic algorithm (IEEE TVCG 2012) " />
158159 </EnumerationDomain >
159160 <Documentation >
160- Method to compute discrete gradient field (first step in Morse smale complex computation).
161+ Method to compute the discrete gradient field (first step in Morse-Smale complex computation).
161162 </Documentation >
162163 </IntVectorProperty >
163164
164165
165166 <IntVectorProperty name =' StochasticGradientSeed'
166- label =' Seed For Random Device In Stochastic Gradient '
167+ label =' Random seed (stochastic gradient) '
167168 command =' SetStochasticGradientSeed'
168169 number_of_elements =' 1'
169170 default_values =' 0'
176177 value =' 1' />
177178 </Hints >
178179 <Documentation >
179- The seed for the random device used to shuffle critical points ids .
180+ The seed for the random generator used by the stochastic backend .
180181 </Documentation >
181182 </IntVectorProperty >
182183
362363 <Property name =" Scalar Field" />
363364 <Property name =" ForceInputOffsetScalarField" />
364365 <Property name =" Offset Field" />
366+ <Property name =" DiscreteGradientBackend" />
367+ <Property name =" StochasticGradientSeed" />
365368 </PropertyGroup >
366369
367370 <PropertyGroup panel_widget =" Line" label =" Output options" >
You can’t perform that action at this time.
0 commit comments