Retrieve single image sub-strategy name.
#include <IceT.h>
const char *icetGetSingleImageStrategyName( | void | ); |
---|
icetGetSingleImageStrategyName retrieves a human-readable name for the current single image sub-strategy.
Returns a short, null terminated string identifying the single image strategy currently in effect. Helpful for printing out debugging or diagnostic statements.
None.
None.
None known.
The string returned does not contain the identifier used in a C program. For example, if the current single image strategy is ICET_SINGLE_IMAGE_STRATEGY_BSWAP, icetGetSingleImageStrategyName returns ``Binary Swap,'' not ``ICET_SINGLE_IMAGE_STRATEGY_BSWAP.''
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.