Skip to content

Commit a36ab43

Browse files
committed
Add auto-generation comment to TransformLine2D/3D
1 parent e324fb1 commit a36ab43

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

src/main/java/net/imglib2/algorithm/blocks/transform/TransformLine2D.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@
3636
import net.imglib2.type.PrimitiveType;
3737
import net.imglib2.util.Cast;
3838

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+
3944

4045
/**
4146
* Compute a destination X line for 2D.

src/main/java/net/imglib2/algorithm/blocks/transform/TransformLine3D.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@
3636
import net.imglib2.type.PrimitiveType;
3737
import net.imglib2.util.Cast;
3838

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+
3944

4045
/**
4146
* Compute a destination X line for 2D.

templates/main/java/net/imglib2/algorithm/blocks/TransformLine2D.vm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ package net.imglib2.algorithm.blocks.transform;
3636
import net.imglib2.type.PrimitiveType;
3737
import net.imglib2.util.Cast;
3838

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+
3944
#parse( "PixelTypes.vm" )
4045

4146
/**

templates/main/java/net/imglib2/algorithm/blocks/TransformLine3D.vm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ package net.imglib2.algorithm.blocks.transform;
3636
import net.imglib2.type.PrimitiveType;
3737
import net.imglib2.util.Cast;
3838

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+
3944
#parse( "PixelTypes.vm" )
4045

4146
/**

0 commit comments

Comments
 (0)