Modifier and Type |
Method and Description |
void |
addAllChannelBindingSet(java.util.List<ChannelBinding> targets) |
void |
addAllProjectionDefSet(java.util.List<ProjectionDef> targets) |
void |
addChannelBinding(ChannelBinding target) |
void |
addProjectionDef(ProjectionDef target) |
void |
clearProjections() |
void |
clearWaveRendering() |
java.util.List<ProjectionDef> |
copyProjections() |
java.util.List<ChannelBinding> |
copyWaveRendering() |
ChannelBinding |
getChannelBinding(int index) |
RDouble |
getCompression() |
RInt |
getDefaultT() |
RInt |
getDefaultZ() |
RenderingModel |
getModel() |
RString |
getName() |
Pixels |
getPixels() |
ChannelBinding |
getPrimaryChannelBinding() |
ProjectionDef |
getPrimaryProjectionDef() |
ProjectionDef |
getProjectionDef(int index) |
QuantumDef |
getQuantization() |
RInt |
getVersion() |
void |
reloadProjections(RenderingDef toCopy) |
void |
reloadWaveRendering(RenderingDef toCopy) |
void |
removeAllChannelBindingSet(java.util.List<ChannelBinding> targets) |
void |
removeAllProjectionDefSet(java.util.List<ProjectionDef> targets) |
void |
removeChannelBinding(ChannelBinding theTarget) |
void |
removeProjectionDef(ProjectionDef theTarget) |
ChannelBinding |
setChannelBinding(int index,
ChannelBinding theElement) |
void |
setCompression(RDouble theCompression) |
void |
setDefaultT(RInt theDefaultT) |
void |
setDefaultZ(RInt theDefaultZ) |
void |
setModel(RenderingModel theModel) |
void |
setName(RString theName) |
void |
setPixels(Pixels thePixels) |
ChannelBinding |
setPrimaryChannelBinding(ChannelBinding theElement) |
ProjectionDef |
setPrimaryProjectionDef(ProjectionDef theElement) |
ProjectionDef |
setProjectionDef(int index,
ProjectionDef theElement) |
void |
setQuantization(QuantumDef theQuantization) |
void |
setVersion(RInt theVersion) |
int |
sizeOfProjections() |
int |
sizeOfWaveRendering() |
void |
unloadProjections() |
void |
unloadWaveRendering() |