File tree Expand file tree Collapse file tree 4 files changed +20
-0
lines changed
src/main/java/net/imglib2/algorithm/blocks/transform
templates/main/java/net/imglib2/algorithm/blocks Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 36
36
import net .imglib2 .type .PrimitiveType ;
37
37
import net .imglib2 .util .Cast ;
38
38
39
+ /*
40
+ * This is autogenerated source code -- DO NOT EDIT. Instead, edit the
41
+ * corresponding template in templates/ and rerun bin/generate.groovy.
42
+ */
43
+
39
44
40
45
/**
41
46
* Compute a destination X line for 2D.
Original file line number Diff line number Diff line change 36
36
import net .imglib2 .type .PrimitiveType ;
37
37
import net .imglib2 .util .Cast ;
38
38
39
+ /*
40
+ * This is autogenerated source code -- DO NOT EDIT. Instead, edit the
41
+ * corresponding template in templates/ and rerun bin/generate.groovy.
42
+ */
43
+
39
44
40
45
/**
41
46
* Compute a destination X line for 2D.
Original file line number Diff line number Diff line change @@ -36,6 +36,11 @@ package net.imglib2.algorithm.blocks.transform;
36
36
import net.imglib2.type.PrimitiveType;
37
37
import net.imglib2.util.Cast;
38
38
39
+ /*
40
+ * This is autogenerated source code -- DO NOT EDIT. Instead, edit the
41
+ * corresponding template in templates/ and rerun bin/generate.groovy.
42
+ */
43
+
39
44
#parse( "PixelTypes.vm" )
40
45
41
46
/**
Original file line number Diff line number Diff line change @@ -36,6 +36,11 @@ package net.imglib2.algorithm.blocks.transform;
36
36
import net.imglib2.type.PrimitiveType;
37
37
import net.imglib2.util.Cast;
38
38
39
+ /*
40
+ * This is autogenerated source code -- DO NOT EDIT. Instead, edit the
41
+ * corresponding template in templates/ and rerun bin/generate.groovy.
42
+ */
43
+
39
44
#parse( "PixelTypes.vm" )
40
45
41
46
/**
You can’t perform that action at this time.
0 commit comments