24 lines
722 B
Plaintext
Executable File
24 lines
722 B
Plaintext
Executable File
* test outside zones based on normal direction
|
|
* restrict to minmax of each row/col direction
|
|
* top, bottom, front, back, left, right
|
|
|
|
* test voronoi version
|
|
read avs input_chunk.inp cmo1
|
|
resetpts itp
|
|
cmo/setatt/cmo1/idebug 9
|
|
dump/zone_outside_minmax/output/cmo1 keepatt keepatt_voronoi
|
|
boundary_components
|
|
cmo printatt cmo1 -all- minmax
|
|
cmo delete cmo1
|
|
|
|
* test median version
|
|
read avs input_chunk.inp cmo1
|
|
resetpts itp
|
|
cmo/setatt/cmo1/idebug 9
|
|
dump/zone_outside_minmax/output/cmo1 keepatt keepatt_median
|
|
boundary_components
|
|
cmo printatt cmo1 -all- minmax
|
|
cmo delete cmo1
|
|
|
|
finish
|