Skip to content
Snippets Groups Projects
Commit 9602989e authored by Vojtech Moravec's avatar Vojtech Moravec
Browse files

Enum value for new loader type.

parent 376340ec
Branches
No related tags found
No related merge requests found
...@@ -10,7 +10,8 @@ public abstract class InputData { ...@@ -10,7 +10,8 @@ public abstract class InputData {
public enum DataLoaderType { public enum DataLoaderType {
RawDataLoader, RawDataLoader,
SCIFIOLoader, SCIFIOLoader,
ImageJBufferLoader ImageJBufferLoader,
FlatBufferLoader
} }
public enum PixelType { public enum PixelType {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment