public class MaskColumn extends Column
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
__ids |
byte[][] |
bytes |
double[] |
h |
long[] |
imageId |
static long |
serialVersionUID |
int[] |
theT |
int[] |
theZ |
double[] |
w |
double[] |
x |
double[] |
y |
description, name
Constructor and Description |
---|
MaskColumn() |
MaskColumn(java.lang.String name,
java.lang.String description,
long[] imageId,
int[] theZ,
int[] theT,
double[] x,
double[] y,
double[] w,
double[] h,
byte[][] bytes) |
Modifier and Type | Method and Description |
---|---|
protected void |
__readImpl(IceInternal.BasicStream __is) |
protected void |
__writeImpl(IceInternal.BasicStream __os) |
MaskColumn |
clone() |
static Ice.ObjectFactory |
ice_factory() |
java.lang.String |
ice_id() |
java.lang.String |
ice_id(Ice.Current __current) |
java.lang.String[] |
ice_ids() |
java.lang.String[] |
ice_ids(Ice.Current __current) |
boolean |
ice_isA(java.lang.String s) |
boolean |
ice_isA(java.lang.String s,
Ice.Current __current) |
static java.lang.String |
ice_staticId() |
public static final java.lang.String[] __ids
public long[] imageId
public int[] theZ
public int[] theT
public double[] x
public double[] y
public double[] w
public double[] h
public byte[][] bytes
public static final long serialVersionUID
public MaskColumn()
public MaskColumn(java.lang.String name, java.lang.String description, long[] imageId, int[] theZ, int[] theT, double[] x, double[] y, double[] w, double[] h, byte[][] bytes)
public static Ice.ObjectFactory ice_factory()
public boolean ice_isA(java.lang.String s)
public boolean ice_isA(java.lang.String s, Ice.Current __current)
public java.lang.String[] ice_ids()
public java.lang.String[] ice_ids(Ice.Current __current)
public java.lang.String ice_id()
public java.lang.String ice_id(Ice.Current __current)
public static java.lang.String ice_staticId()
protected void __writeImpl(IceInternal.BasicStream __os)
__writeImpl
in class Column
protected void __readImpl(IceInternal.BasicStream __is)
__readImpl
in class Column
public MaskColumn clone()