public class PlaneDefWithMasks extends PlaneDef
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
__ids |
static long |
serialVersionUID |
java.util.List<java.lang.Long> |
shapeIds
Optional (currently unimplemented) list of Masks to render.
|
Constructor and Description |
---|
PlaneDefWithMasks() |
PlaneDefWithMasks(int slice,
int x,
int y,
int z,
int t,
RegionDef region,
int stride,
java.util.List<java.lang.Long> shapeIds) |
Modifier and Type | Method and Description |
---|---|
protected void |
__readImpl(IceInternal.BasicStream __is) |
protected void |
__writeImpl(IceInternal.BasicStream __os) |
PlaneDefWithMasks |
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 java.util.List<java.lang.Long> shapeIds
public static final long serialVersionUID
public PlaneDefWithMasks()
public PlaneDefWithMasks(int slice, int x, int y, int z, int t, RegionDef region, int stride, java.util.List<java.lang.Long> shapeIds)
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 PlaneDef
protected void __readImpl(IceInternal.BasicStream __is)
__readImpl
in class PlaneDef
public PlaneDefWithMasks clone()