public class RenderingEngineI extends AbstractPyramidServant implements _RenderingEngineOperations, ServiceFactoryAware
RenderingEngine
RESOLUTION_DESCRIPTIONS
Constructor and Description |
---|
RenderingEngineI(omeis.providers.re.RenderingEngine service,
BlitzExecutor be) |
Modifier and Type | Method and Description |
---|---|
void |
addCodomainMap_async(AMD_RenderingEngine_addCodomainMap __cb,
CodomainMapContext mapCtx,
Ice.Current __current)
Adds the context to the mapping chain.
|
void |
addCodomainMapToChannel_async(AMD_RenderingEngine_addCodomainMapToChannel __cb,
CodomainMapContext mapCtx,
int w,
Ice.Current __current)
Adds the context to the mapping chain.
|
void |
getAvailableFamilies_async(AMD_RenderingEngine_getAvailableFamilies __cb,
Ice.Current __current)
Returns the list of mapping families supported by the
Rendering engine.
|
void |
getAvailableModels_async(AMD_RenderingEngine_getAvailableModels __cb,
Ice.Current __current)
Returns the list of color models supported by the Rendering
engine.
|
void |
getChannelCurveCoefficient_async(AMD_RenderingEngine_getChannelCurveCoefficient __cb,
int w,
Ice.Current __current)
Returns the coefficient identifying a map in the family.
|
void |
getChannelFamily_async(AMD_RenderingEngine_getChannelFamily __cb,
int w,
Ice.Current __current)
Returns the family associated to the specified channel.
|
void |
getChannelLookupTable_async(AMD_RenderingEngine_getChannelLookupTable __cb,
int w,
Ice.Current __current) |
void |
getChannelNoiseReduction_async(AMD_RenderingEngine_getChannelNoiseReduction __cb,
int w,
Ice.Current __current)
Returns
true if the noise reduction algorithm
used to map the pixels intensity values is turned on,
false if the algorithm is turned off. |
void |
getChannelStats_async(AMD_RenderingEngine_getChannelStats __cb,
int w,
Ice.Current __current) |
void |
getChannelWindowEnd_async(AMD_RenderingEngine_getChannelWindowEnd __cb,
int w,
Ice.Current __current)
Returns the upper bound of the pixels intensity interval.
|
void |
getChannelWindowStart_async(AMD_RenderingEngine_getChannelWindowStart __cb,
int w,
Ice.Current __current)
Returns the lower bound of the pixels intensity interval.
|
void |
getCodomainMapContext_async(AMD_RenderingEngine_getCodomainMapContext __cb,
int w,
Ice.Current __current)
Returns the list of codomain contexts for the specified
channel.
|
void |
getCompressionLevel_async(AMD_RenderingEngine_getCompressionLevel __cb,
Ice.Current __current)
Returns the current compression level for the service.
|
void |
getDefaultT_async(AMD_RenderingEngine_getDefaultT __cb,
Ice.Current __current)
Returns the default timepoint index.
|
void |
getDefaultZ_async(AMD_RenderingEngine_getDefaultZ __cb,
Ice.Current __current)
Returns the index of the default focal section.
|
void |
getModel_async(AMD_RenderingEngine_getModel __cb,
Ice.Current __current)
Returns the model that dictates how transformed raw data
has to be mapped onto a color space.
|
void |
getPixels_async(AMD_RenderingEngine_getPixels __cb,
Ice.Current __current)
Returns the
Pixels set the Rendering
engine is for. |
void |
getPixelsTypeLowerBound_async(AMD_RenderingEngine_getPixelsTypeLowerBound __cb,
int w,
Ice.Current __current)
Returns the maximum value for that channels depending on
the pixels type and the original range (globalmin, globalmax)
|
void |
getPixelsTypeUpperBound_async(AMD_RenderingEngine_getPixelsTypeUpperBound __cb,
int w,
Ice.Current __current)
Returns the minimum value for that channels depending on
the pixels type and the original range (globalmin, globalmax)
|
void |
getQuantumDef_async(AMD_RenderingEngine_getQuantumDef __cb,
Ice.Current __current)
Returns the quantization object.
|
void |
getRenderingDefId_async(AMD_RenderingEngine_getRenderingDefId __cb,
Ice.Current __current)
|
void |
getRGBA_async(AMD_RenderingEngine_getRGBA __cb,
int w,
Ice.Current __current)
Returns a 4D-array representing the color associated to the
specified channel.
|
void |
isActive_async(AMD_RenderingEngine_isActive __cb,
int w,
Ice.Current __current)
Returns
true if the channel is mapped,
false otherwise. |
void |
isPixelsTypeSigned_async(AMD_RenderingEngine_isPixelsTypeSigned __cb,
Ice.Current __current)
Returns
true if the pixels type is signed,
false otherwise. |
void |
load_async(AMD_RenderingEngine_load __cb,
Ice.Current __current)
Creates an instance of the rendering engine.
|
void |
loadRenderingDef_async(AMD_RenderingEngine_loadRenderingDef __cb,
long renderingDefId,
Ice.Current __current)
Loads a specific set of rendering settings that does not
necessarily have to be linked to the given Pixels set.
|
void |
lookupPixels_async(AMD_RenderingEngine_lookupPixels __cb,
long pixelsId,
Ice.Current __current)
Loads the Pixels set this Rendering Engine is for.
|
void |
lookupRenderingDef_async(AMD_RenderingEngine_lookupRenderingDef __cb,
long pixelsId,
Ice.Current __current)
Loads the rendering settings associated to the specified
pixels set.
|
void |
removeCodomainMap_async(AMD_RenderingEngine_removeCodomainMap __cb,
CodomainMapContext mapCtx,
Ice.Current __current)
Removes the specified context from the chain.
|
void |
removeCodomainMapFromChannel_async(AMD_RenderingEngine_removeCodomainMapFromChannel __cb,
CodomainMapContext mapCtx,
int w,
Ice.Current __current)
Removes the specified context from the chain.
|
void |
render_async(AMD_RenderingEngine_render __cb,
PlaneDef def,
Ice.Current __current)
Renders the data selected by
def according to
the current rendering settings. |
void |
renderAsPackedInt_async(AMD_RenderingEngine_renderAsPackedInt __cb,
PlaneDef def,
Ice.Current __current)
Renders the data selected by
def according to
the current rendering settings. |
void |
renderCompressed_async(AMD_RenderingEngine_renderCompressed __cb,
PlaneDef def,
Ice.Current __current)
Renders the data selected by
def according to
the current rendering settings and compresses the resulting
RGBA composite image. |
void |
renderProjectedAsPackedInt_async(AMD_RenderingEngine_renderProjectedAsPackedInt __cb,
ProjectionType algorithm,
int timepoint,
int stepping,
int start,
int end,
Ice.Current __current)
Performs a projection through selected optical sections of
a particular timepoint with the currently active channels
and renders the data for display.
|
void |
renderProjectedCompressed_async(AMD_RenderingEngine_renderProjectedCompressed __cb,
ProjectionType algorithm,
int timepoint,
int stepping,
int start,
int end,
Ice.Current __current)
Performs a projection through selected optical sections of
a particular timepoint with the currently active channels,
renders the data for display and compresses the resulting
RGBA composite image.
|
void |
resetDefaultSettings_async(AMD_RenderingEngine_resetDefaultSettings __cb,
boolean save,
Ice.Current __current)
Resets the default settings i.e.
|
void |
saveAsNewSettings_async(AMD_RenderingEngine_saveAsNewSettings __cb,
Ice.Current __current)
Saves the current rendering settings in the database
as a new
RenderingDef and loads the
object into the current RenderingEngine . |
void |
saveCurrentSettings_async(AMD_RenderingEngine_saveCurrentSettings __cb,
Ice.Current __current)
Saves the current rendering settings in the database.
|
void |
setActive_async(AMD_RenderingEngine_setActive __cb,
int w,
boolean active,
Ice.Current __current)
Maps the specified channel if
true , unmaps the
channel otherwise. |
void |
setChannelLookupTable_async(AMD_RenderingEngine_setChannelLookupTable __cb,
int w,
java.lang.String lookup,
Ice.Current __current) |
void |
setChannelWindow_async(AMD_RenderingEngine_setChannelWindow __cb,
int w,
double start,
double end,
Ice.Current __current)
Returns the pixels intensity interval.
|
void |
setCodomainInterval_async(AMD_RenderingEngine_setCodomainInterval __cb,
int start,
int end,
Ice.Current __current)
Sets the sub-interval of the device space i.e.
|
void |
setCompressionLevel_async(AMD_RenderingEngine_setCompressionLevel __cb,
float percentage,
Ice.Current __current)
Sets the current compression level for the service.
|
void |
setDefaultT_async(AMD_RenderingEngine_setDefaultT __cb,
int t,
Ice.Current __current)
Sets the default timepoint index.
|
void |
setDefaultZ_async(AMD_RenderingEngine_setDefaultZ __cb,
int z,
Ice.Current __current)
Sets the index of the default focal section.
|
void |
setModel_async(AMD_RenderingEngine_setModel __cb,
RenderingModel model,
Ice.Current __current)
Specifies the model that dictates how transformed raw data
has to be mapped onto a color space.
|
void |
setOverlays_async(AMD_RenderingEngine_setOverlays __cb,
RLong tableId,
RLong imageId,
java.util.Map<java.lang.Long,java.lang.Integer> rowColorMap,
Ice.Current __current)
Informs the rendering engine that it should render a set of
overlays on each rendered frame.
|
void |
setQuantizationMap_async(AMD_RenderingEngine_setQuantizationMap __cb,
int w,
Family fam,
double coefficient,
boolean noiseReduction,
Ice.Current __current)
Sets the quantization map, one per channel.
|
void |
setQuantumStrategy_async(AMD_RenderingEngine_setQuantumStrategy __cb,
int bitResolution,
Ice.Current __current)
Sets the quantization strategy.
|
void |
setRGBA_async(AMD_RenderingEngine_setRGBA __cb,
int w,
int red,
int green,
int blue,
int alpha,
Ice.Current __current)
Sets the four components composing the color associated to
the specified channel.
|
void |
setServiceFactory(ServiceFactoryI sf) |
void |
updateCodomainMap_async(AMD_RenderingEngine_updateCodomainMap __cb,
CodomainMapContext mapCtx,
Ice.Current __current)
Updates the specified context.
|
void |
updateSettings_async(AMD_RenderingEngine_updateSettings __cb,
RenderingDef settings,
Ice.Current __current)
Updates the current rendering settings based on a provided rendering
definition and associated sub-objects.
|
getResolutionDescriptions_async, getResolutionLevel_async, getResolutionLevels_async, getTileSize_async, postClose, preClose, requiresPixelsPyramid_async, setResolutionLevel_async
close_async, close
activate_async, applyHardWiredInterceptors, callInvokerOnMappedArgs, callInvokerOnRawArgs, executorWorkCall, getCurrentEventContext_async, onSetOmeroContext, passivate_async, runnableCall, safeRunnableCall, setApplicationContext, setHolder
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getResolutionDescriptions_async, getResolutionLevel_async, getResolutionLevels_async, getTileSize_async, requiresPixelsPyramid_async, setResolutionLevel_async
activate_async, close_async, getCurrentEventContext_async, passivate_async
public RenderingEngineI(omeis.providers.re.RenderingEngine service, BlitzExecutor be)
public void setServiceFactory(ServiceFactoryI sf) throws ServerError
setServiceFactory
in interface ServiceFactoryAware
ServerError
public void addCodomainMap_async(AMD_RenderingEngine_addCodomainMap __cb, CodomainMapContext mapCtx, Ice.Current __current) throws ServerError
_RenderingEngineOperations
addCodomainMap_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.mapCtx
- The context to add.__current
- The Current object for the invocation.ServerError
public void addCodomainMapToChannel_async(AMD_RenderingEngine_addCodomainMapToChannel __cb, CodomainMapContext mapCtx, int w, Ice.Current __current) throws ServerError
_RenderingEngineOperations
addCodomainMapToChannel_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.mapCtx
- The context to add.__current
- The Current object for the invocation.ServerError
public void getAvailableFamilies_async(AMD_RenderingEngine_getAvailableFamilies __cb, Ice.Current __current) throws ServerError
_RenderingEngineOperations
getAvailableFamilies_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void getAvailableModels_async(AMD_RenderingEngine_getAvailableModels __cb, Ice.Current __current) throws ServerError
_RenderingEngineOperations
getAvailableModels_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void getChannelCurveCoefficient_async(AMD_RenderingEngine_getChannelCurveCoefficient __cb, int w, Ice.Current __current) throws ServerError
_RenderingEngineOperations
getChannelCurveCoefficient_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.w
- The channel index.__current
- The Current object for the invocation.ServerError
public void getChannelFamily_async(AMD_RenderingEngine_getChannelFamily __cb, int w, Ice.Current __current) throws ServerError
_RenderingEngineOperations
getChannelFamily_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.w
- The channel index.__current
- The Current object for the invocation.ServerError
public void getChannelNoiseReduction_async(AMD_RenderingEngine_getChannelNoiseReduction __cb, int w, Ice.Current __current) throws ServerError
_RenderingEngineOperations
true
if the noise reduction algorithm
used to map the pixels intensity values is turned on,
false
if the algorithm is turned off. Each
channel has an algorithm associated to it.getChannelNoiseReduction_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.w
- The channel index.__current
- The Current object for the invocation.ServerError
public void getChannelStats_async(AMD_RenderingEngine_getChannelStats __cb, int w, Ice.Current __current) throws ServerError
getChannelStats_async
in interface _RenderingEngineOperations
ServerError
public void getChannelWindowEnd_async(AMD_RenderingEngine_getChannelWindowEnd __cb, int w, Ice.Current __current) throws ServerError
_RenderingEngineOperations
getChannelWindowEnd_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.w
- The channel index.__current
- The Current object for the invocation.ServerError
public void getChannelWindowStart_async(AMD_RenderingEngine_getChannelWindowStart __cb, int w, Ice.Current __current) throws ServerError
_RenderingEngineOperations
getChannelWindowStart_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.w
- The channel index.__current
- The Current object for the invocation.ServerError
public void getCompressionLevel_async(AMD_RenderingEngine_getCompressionLevel __cb, Ice.Current __current) throws ServerError
_RenderingEngineOperations
getCompressionLevel_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void getDefaultT_async(AMD_RenderingEngine_getDefaultT __cb, Ice.Current __current) throws ServerError
_RenderingEngineOperations
getDefaultT_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void getDefaultZ_async(AMD_RenderingEngine_getDefaultZ __cb, Ice.Current __current) throws ServerError
_RenderingEngineOperations
getDefaultZ_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void getModel_async(AMD_RenderingEngine_getModel __cb, Ice.Current __current) throws ServerError
_RenderingEngineOperations
getModel_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void getPixelsTypeLowerBound_async(AMD_RenderingEngine_getPixelsTypeLowerBound __cb, int w, Ice.Current __current) throws ServerError
_RenderingEngineOperations
getPixelsTypeLowerBound_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.w
- The channel index.__current
- The Current object for the invocation.ServerError
public void getPixelsTypeUpperBound_async(AMD_RenderingEngine_getPixelsTypeUpperBound __cb, int w, Ice.Current __current) throws ServerError
_RenderingEngineOperations
getPixelsTypeUpperBound_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.w
- The channel index.__current
- The Current object for the invocation.ServerError
public void getPixels_async(AMD_RenderingEngine_getPixels __cb, Ice.Current __current) throws ServerError
_RenderingEngineOperations
Pixels
set the Rendering
engine is for.getPixels_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void getQuantumDef_async(AMD_RenderingEngine_getQuantumDef __cb, Ice.Current __current) throws ServerError
_RenderingEngineOperations
getQuantumDef_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void getRGBA_async(AMD_RenderingEngine_getRGBA __cb, int w, Ice.Current __current) throws ServerError
_RenderingEngineOperations
getRGBA_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.w
- The channel index.__current
- The Current object for the invocation.ServerError
public void isActive_async(AMD_RenderingEngine_isActive __cb, int w, Ice.Current __current) throws ServerError
_RenderingEngineOperations
true
if the channel is mapped,
false
otherwise.isActive_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.w
- The channel index.__current
- The Current object for the invocation.ServerError
public void isPixelsTypeSigned_async(AMD_RenderingEngine_isPixelsTypeSigned __cb, Ice.Current __current) throws ServerError
_RenderingEngineOperations
true
if the pixels type is signed,
false
otherwise.isPixelsTypeSigned_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void loadRenderingDef_async(AMD_RenderingEngine_loadRenderingDef __cb, long renderingDefId, Ice.Current __current) throws ServerError
_RenderingEngineOperations
omero.api.IRenderingSettings.sanityCheckPixels
.loadRenderingDef_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.renderingDefId
- The rendering definition ID.__current
- The Current object for the invocation.ServerError
public void setOverlays_async(AMD_RenderingEngine_setOverlays __cb, RLong tableId, RLong imageId, java.util.Map<java.lang.Long,java.lang.Integer> rowColorMap, Ice.Current __current) throws ServerError
_RenderingEngineOperations
setOverlays_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.rowColorMap
- Binary mask to color map.__current
- The Current object for the invocation.ServerError
public void load_async(AMD_RenderingEngine_load __cb, Ice.Current __current) throws ServerError
_RenderingEngineOperations
load_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void lookupPixels_async(AMD_RenderingEngine_lookupPixels __cb, long pixelsId, Ice.Current __current) throws ServerError
_RenderingEngineOperations
lookupPixels_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.pixelsId
- The pixels set ID.__current
- The Current object for the invocation.ServerError
public void lookupRenderingDef_async(AMD_RenderingEngine_lookupRenderingDef __cb, long pixelsId, Ice.Current __current) throws ServerError
_RenderingEngineOperations
lookupRenderingDef_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.pixelsId
- The pixels set ID.__current
- The Current object for the invocation.ServerError
public void removeCodomainMap_async(AMD_RenderingEngine_removeCodomainMap __cb, CodomainMapContext mapCtx, Ice.Current __current) throws ServerError
_RenderingEngineOperations
removeCodomainMap_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.mapCtx
- The context to remove.__current
- The Current object for the invocation.ServerError
public void removeCodomainMapFromChannel_async(AMD_RenderingEngine_removeCodomainMapFromChannel __cb, CodomainMapContext mapCtx, int w, Ice.Current __current) throws ServerError
_RenderingEngineOperations
removeCodomainMapFromChannel_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.mapCtx
- The context to remove.__current
- The Current object for the invocation.ServerError
public void renderAsPackedInt_async(AMD_RenderingEngine_renderAsPackedInt __cb, PlaneDef def, Ice.Current __current) throws ServerError
_RenderingEngineOperations
def
according to
the current rendering settings.
The passed argument selects a plane orthogonal to one
of the X, Y, or Z axes. How many
wavelengths are rendered and what color model is used
depends on the current rendering settings.renderAsPackedInt_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.def
- Selects a plane orthogonal to one of the
X, Y, or Z axes.__current
- The Current object for the invocation.ServerError
public void renderCompressed_async(AMD_RenderingEngine_renderCompressed __cb, PlaneDef def, Ice.Current __current) throws ServerError
_RenderingEngineOperations
def
according to
the current rendering settings and compresses the resulting
RGBA composite image.renderCompressed_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.def
- Selects a plane orthogonal to one of the
X, Y or Z axes.__current
- The Current object for the invocation.ServerError
public void renderProjectedAsPackedInt_async(AMD_RenderingEngine_renderProjectedAsPackedInt __cb, ProjectionType algorithm, int timepoint, int stepping, int start, int end, Ice.Current __current) throws ServerError
_RenderingEngineOperations
renderProjectedAsPackedInt_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.algorithm
- IProjection.MAXIMUM_INTENSITY
,
IProjection.MEAN_INTENSITY
or
IProjection.SUM_INTENSITY
.stepping
- Stepping value to use while calculating the
projection.
For example, stepping=1
will
use every optical section from
start
to end
where stepping=2
will use every
other section from start
to
end
to perform the projection.start
- Optical section to start projecting from.__current
- The Current object for the invocation.ServerError
public void renderProjectedCompressed_async(AMD_RenderingEngine_renderProjectedCompressed __cb, ProjectionType algorithm, int timepoint, int stepping, int start, int end, Ice.Current __current) throws ServerError
_RenderingEngineOperations
renderProjectedCompressed_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.algorithm
- IProjection.MAXIMUM_INTENSITY
,
IProjection.MEAN_INTENSITY
or
IProjection.SUM_INTENSITY
.stepping
- Stepping value to use while calculating the
projection.
For example, stepping=1
will
use every optical section from
start
to end
where stepping=2
will use every
other section from start
to
end
to perform the projection.start
- Optical section to start projecting from.__current
- The Current object for the invocation.ServerError
public void render_async(AMD_RenderingEngine_render __cb, PlaneDef def, Ice.Current __current) throws ServerError
_RenderingEngineOperations
def
according to
the current rendering settings.
The passed argument selects a plane orthogonal to one
of the X, Y, or Z axes. How many
wavelengths are rendered and what color model is used
depends on the current rendering settings.render_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.def
- Selects a plane orthogonal to one of the
X, Y, or Z axes.__current
- The Current object for the invocation.ServerError
public void resetDefaultSettings_async(AMD_RenderingEngine_resetDefaultSettings __cb, boolean save, Ice.Current __current) throws ServerError
_RenderingEngineOperations
resetDefaultSettings_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.save
- Pass true
to save the settings,
false
otherwise.__current
- The Current object for the invocation.ServerError
public void saveAsNewSettings_async(AMD_RenderingEngine_saveAsNewSettings __cb, Ice.Current __current) throws ServerError
_RenderingEngineOperations
RenderingDef
and loads the
object into the current RenderingEngine
.saveAsNewSettings_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void saveCurrentSettings_async(AMD_RenderingEngine_saveCurrentSettings __cb, Ice.Current __current) throws ServerError
_RenderingEngineOperations
saveCurrentSettings_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void setActive_async(AMD_RenderingEngine_setActive __cb, int w, boolean active, Ice.Current __current) throws ServerError
_RenderingEngineOperations
true
, unmaps the
channel otherwise.setActive_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.w
- The channel index.__current
- The Current object for the invocation.ServerError
public void setChannelWindow_async(AMD_RenderingEngine_setChannelWindow __cb, int w, double start, double end, Ice.Current __current) throws ServerError
_RenderingEngineOperations
setChannelWindow_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.w
- The channel index.end
- The upper bound of the interval.__current
- The Current object for the invocation.ServerError
public void setCodomainInterval_async(AMD_RenderingEngine_setCodomainInterval __cb, int start, int end, Ice.Current __current) throws ServerError
_RenderingEngineOperations
setCodomainInterval_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.start
- The lower bound of the interval.__current
- The Current object for the invocation.ServerError
public void setCompressionLevel_async(AMD_RenderingEngine_setCompressionLevel __cb, float percentage, Ice.Current __current) throws ServerError
_RenderingEngineOperations
setCompressionLevel_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.percentage
- A percentage compression level from 1.00 (100%) to 0.01 (1%).__current
- The Current object for the invocation.ServerError
public void setDefaultT_async(AMD_RenderingEngine_setDefaultT __cb, int t, Ice.Current __current) throws ServerError
_RenderingEngineOperations
setDefaultT_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.t
- The value to set.__current
- The Current object for the invocation.ServerError
public void setDefaultZ_async(AMD_RenderingEngine_setDefaultZ __cb, int z, Ice.Current __current) throws ServerError
_RenderingEngineOperations
setDefaultZ_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.z
- The value to set.__current
- The Current object for the invocation.ServerError
public void setModel_async(AMD_RenderingEngine_setModel __cb, RenderingModel model, Ice.Current __current) throws ServerError
_RenderingEngineOperations
setModel_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.model
- Identifies the color space model.__current
- The Current object for the invocation.ServerError
public void setQuantizationMap_async(AMD_RenderingEngine_setQuantizationMap __cb, int w, Family fam, double coefficient, boolean noiseReduction, Ice.Current __current) throws ServerError
_RenderingEngineOperations
setQuantizationMap_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.w
- The channel index.coefficient
- The coefficient identifying a curve in
the family.noiseReduction
- Pass true
to turn the
noise reduction algorithm on,
false
otherwise.__current
- The Current object for the invocation.ServerError
public void setQuantumStrategy_async(AMD_RenderingEngine_setQuantumStrategy __cb, int bitResolution, Ice.Current __current) throws ServerError
_RenderingEngineOperations
setQuantumStrategy_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.bitResolution
- The bit resolution defining associated
to the strategy.__current
- The Current object for the invocation.ServerError
public void setRGBA_async(AMD_RenderingEngine_setRGBA __cb, int w, int red, int green, int blue, int alpha, Ice.Current __current) throws ServerError
_RenderingEngineOperations
setRGBA_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.w
- The channel index.green
- The green component. A value between 0 and 255.alpha
- The alpha component. A value between 0 and 255.__current
- The Current object for the invocation.ServerError
public void updateSettings_async(AMD_RenderingEngine_updateSettings __cb, RenderingDef settings, Ice.Current __current) throws ServerError
_RenderingEngineOperations
updateSettings_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.settings
- Rendering definition to copy from. Each sub-object
will be processed as though the specific method was called with
related attributes provided as arguments. The following methods are
called underneath: RenderingEngine.setModel
RenderingEngine.setDefaultZ
RenderingEngine.setDefaultT
RenderingEngine.setQuantumStrategy
RenderingEngine.setCodomainInterval
RenderingEngine.setActive
RenderingEngine.setChannelWindow
RenderingEngine.setQuantizationMap
RenderingEngine.setRGBA
RenderingEngine.setChannelLookupTable
null
it will be skipped in its entirety. The
underlying Renderer is not able to handle partial field updates.
Furthermore, ChannelBinding
references that are
null
and indexes in the RenderingDef.WAVERENDERING
array greater than the currently looked up Pixels.SIZEC
will be
skipped.__current
- The Current object for the invocation.ServerError
public void updateCodomainMap_async(AMD_RenderingEngine_updateCodomainMap __cb, CodomainMapContext mapCtx, Ice.Current __current) throws ServerError
_RenderingEngineOperations
updateCodomainMap_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.mapCtx
- The context to update.__current
- The Current object for the invocation.ServerError
public void getRenderingDefId_async(AMD_RenderingEngine_getRenderingDefId __cb, Ice.Current __current) throws ServerError
_RenderingEngineOperations
getRenderingDefId_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void getChannelLookupTable_async(AMD_RenderingEngine_getChannelLookupTable __cb, int w, Ice.Current __current) throws ServerError
getChannelLookupTable_async
in interface _RenderingEngineOperations
ServerError
public void setChannelLookupTable_async(AMD_RenderingEngine_setChannelLookupTable __cb, int w, java.lang.String lookup, Ice.Current __current) throws ServerError
setChannelLookupTable_async
in interface _RenderingEngineOperations
ServerError
public void getCodomainMapContext_async(AMD_RenderingEngine_getCodomainMapContext __cb, int w, Ice.Current __current) throws ServerError
_RenderingEngineOperations
getCodomainMapContext_async
in interface _RenderingEngineOperations
__cb
- The callback object for the operation.w
- The channel index.__current
- The Current object for the invocation.ServerError