public interface _RenderingDefOperations extends _IObjectOperations
Modifier and Type | Method and Description |
---|---|
void |
addAllChannelBindingSet(java.util.List<ChannelBinding> targets,
Ice.Current __current) |
void |
addAllProjectionDefSet(java.util.List<ProjectionDef> targets,
Ice.Current __current) |
void |
addChannelBinding(ChannelBinding target,
Ice.Current __current) |
void |
addProjectionDef(ProjectionDef target,
Ice.Current __current) |
void |
clearProjections(Ice.Current __current) |
void |
clearWaveRendering(Ice.Current __current) |
java.util.List<ProjectionDef> |
copyProjections(Ice.Current __current) |
java.util.List<ChannelBinding> |
copyWaveRendering(Ice.Current __current) |
ChannelBinding |
getChannelBinding(int index,
Ice.Current __current) |
RDouble |
getCompression(Ice.Current __current) |
RInt |
getDefaultT(Ice.Current __current) |
RInt |
getDefaultZ(Ice.Current __current) |
RenderingModel |
getModel(Ice.Current __current) |
RString |
getName(Ice.Current __current) |
Pixels |
getPixels(Ice.Current __current) |
ChannelBinding |
getPrimaryChannelBinding(Ice.Current __current) |
ProjectionDef |
getPrimaryProjectionDef(Ice.Current __current) |
ProjectionDef |
getProjectionDef(int index,
Ice.Current __current) |
QuantumDef |
getQuantization(Ice.Current __current) |
RInt |
getVersion(Ice.Current __current) |
void |
reloadProjections(RenderingDef toCopy,
Ice.Current __current) |
void |
reloadWaveRendering(RenderingDef toCopy,
Ice.Current __current) |
void |
removeAllChannelBindingSet(java.util.List<ChannelBinding> targets,
Ice.Current __current) |
void |
removeAllProjectionDefSet(java.util.List<ProjectionDef> targets,
Ice.Current __current) |
void |
removeChannelBinding(ChannelBinding theTarget,
Ice.Current __current) |
void |
removeProjectionDef(ProjectionDef theTarget,
Ice.Current __current) |
ChannelBinding |
setChannelBinding(int index,
ChannelBinding theElement,
Ice.Current __current) |
void |
setCompression(RDouble theCompression,
Ice.Current __current) |
void |
setDefaultT(RInt theDefaultT,
Ice.Current __current) |
void |
setDefaultZ(RInt theDefaultZ,
Ice.Current __current) |
void |
setModel(RenderingModel theModel,
Ice.Current __current) |
void |
setName(RString theName,
Ice.Current __current) |
void |
setPixels(Pixels thePixels,
Ice.Current __current) |
ChannelBinding |
setPrimaryChannelBinding(ChannelBinding theElement,
Ice.Current __current) |
ProjectionDef |
setPrimaryProjectionDef(ProjectionDef theElement,
Ice.Current __current) |
ProjectionDef |
setProjectionDef(int index,
ProjectionDef theElement,
Ice.Current __current) |
void |
setQuantization(QuantumDef theQuantization,
Ice.Current __current) |
void |
setVersion(RInt theVersion,
Ice.Current __current) |
int |
sizeOfProjections(Ice.Current __current) |
int |
sizeOfWaveRendering(Ice.Current __current) |
void |
unloadProjections(Ice.Current __current) |
void |
unloadWaveRendering(Ice.Current __current) |
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
RInt getVersion(Ice.Current __current)
void setVersion(RInt theVersion, Ice.Current __current)
Pixels getPixels(Ice.Current __current)
void setPixels(Pixels thePixels, Ice.Current __current)
RInt getDefaultZ(Ice.Current __current)
void setDefaultZ(RInt theDefaultZ, Ice.Current __current)
RInt getDefaultT(Ice.Current __current)
void setDefaultT(RInt theDefaultT, Ice.Current __current)
RenderingModel getModel(Ice.Current __current)
void setModel(RenderingModel theModel, Ice.Current __current)
void unloadWaveRendering(Ice.Current __current)
int sizeOfWaveRendering(Ice.Current __current)
java.util.List<ChannelBinding> copyWaveRendering(Ice.Current __current)
void addChannelBinding(ChannelBinding target, Ice.Current __current)
void addAllChannelBindingSet(java.util.List<ChannelBinding> targets, Ice.Current __current)
void removeChannelBinding(ChannelBinding theTarget, Ice.Current __current)
void removeAllChannelBindingSet(java.util.List<ChannelBinding> targets, Ice.Current __current)
void clearWaveRendering(Ice.Current __current)
void reloadWaveRendering(RenderingDef toCopy, Ice.Current __current)
ChannelBinding getChannelBinding(int index, Ice.Current __current)
ChannelBinding setChannelBinding(int index, ChannelBinding theElement, Ice.Current __current)
ChannelBinding getPrimaryChannelBinding(Ice.Current __current)
ChannelBinding setPrimaryChannelBinding(ChannelBinding theElement, Ice.Current __current)
RString getName(Ice.Current __current)
void setName(RString theName, Ice.Current __current)
RDouble getCompression(Ice.Current __current)
void setCompression(RDouble theCompression, Ice.Current __current)
QuantumDef getQuantization(Ice.Current __current)
void setQuantization(QuantumDef theQuantization, Ice.Current __current)
void unloadProjections(Ice.Current __current)
int sizeOfProjections(Ice.Current __current)
java.util.List<ProjectionDef> copyProjections(Ice.Current __current)
void addProjectionDef(ProjectionDef target, Ice.Current __current)
void addAllProjectionDefSet(java.util.List<ProjectionDef> targets, Ice.Current __current)
void removeProjectionDef(ProjectionDef theTarget, Ice.Current __current)
void removeAllProjectionDefSet(java.util.List<ProjectionDef> targets, Ice.Current __current)
void clearProjections(Ice.Current __current)
void reloadProjections(RenderingDef toCopy, Ice.Current __current)
ProjectionDef getProjectionDef(int index, Ice.Current __current)
ProjectionDef setProjectionDef(int index, ProjectionDef theElement, Ice.Current __current)
ProjectionDef getPrimaryProjectionDef(Ice.Current __current)
ProjectionDef setPrimaryProjectionDef(ProjectionDef theElement, Ice.Current __current)