icetSingleImageStrategy(3) | IceT Reference | icetSingleImageStrategy(3) |
icetSingleImageStrategy -- set the sub-strategy used to composite the image for a single tile.
#include <IceT.h>
void icetSingleImageStrategy( | IceTEnum | strategy ); |
The main IceT algorithms are specially designed to composite data defined on multiple tiles. Some of these algorithms, namely ICET_STRATEGY_REDUCE and ICET_STRATEGY_SEQUENTIAL, operate at least in part by compositing single images together. IceT also comes with multiple separate strategies for performing this single image compositing, and this can be selected with the icetSingleImageStrategy function.
A single image strategy is chosen from one of the following provided enumerated values:
By default IceT sets the single image strategy to ICET_SINGLE_IMAGE_STRATEGY_AUTOMATIC when a context is created. This is the single image strategy that will be used if no other is selected.
None.
None known.
Copyright (C)2010 Sandia Corporation
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains certain rights in this software.
This source code is released under the New BSD License.
icetCompositeImage(3), icetDrawFrame(3), icetGetStrategyName(3), icetGLDrawFrame(3), icetSingleImageStrategy(3)
September 26, 2014 | IceT Reference |