public class FileAndChannel extends Object
Constructor and Description |
---|
FileAndChannel(String filePath,
int channelZeroIndexed) |
Modifier and Type | Method and Description |
---|---|
boolean |
correctChannel(ij.ImagePlus i) |
boolean |
correctFileName(ij.ImagePlus i) |
boolean |
exists() |
int |
getChannelZeroIndexed() |
String |
getPath() |
public FileAndChannel(String filePath, int channelZeroIndexed)
public boolean exists()
public boolean correctFileName(ij.ImagePlus i)
public boolean correctChannel(ij.ImagePlus i)
public int getChannelZeroIndexed()
public String getPath()
Copyright © 2015–2021 Fiji. All rights reserved.