SCM Repository
[diderot] Diff of /trunk/test/tracto.diderot
Diff of /trunk/test/tracto.diderot
Parent Directory
|
Revision Log
|
Patch
10 |
input real CLmin; // minimum value of CL anisotropy measure |
input real CLmin; // minimum value of CL anisotropy measure |
11 |
input int stepNumMax; // max number of steps allowed, or zero if no limit |
input int stepNumMax; // max number of steps allowed, or zero if no limit |
12 |
|
|
13 |
image(3)[] img = load (dataFile); |
image(3)[3,3] img = load (dataFile); |
14 |
|
|
15 |
field#1(3)[3,3] F = convolve (bspln3, img); |
//field#1(3)[3,3] F = convolve (bspln3, img); |
16 |
|
field#2(3)[3,3] F = convolve (bspln3, img); |
17 |
|
|
18 |
actor Tracto (vec3 seedPoint, int seedSign) // seedSign == +1 or -1 |
actor Tracto (vec3 seedPoint, int seedSign) // seedSign == +1 or -1 |
19 |
{ |
{ |
|
Legend:
Removed from v.103 |
|
changed lines |
|
Added in v.104 |
|
|