DOKK / manpages / debian 11 / paraview / icetGetStrategyName.3.en
icetGetStrategyName(3) IceT Reference icetGetStrategyName(3)

icetGetStrategyName -- retrieve strategy name.

#include <IceT.h>

const char *icetGetStrategyName( void );

icetGetStrategyName retrieves a human-readable name for the current strategy.

Returns a short, null terminated string identifying the strategy currently in effect. Helpful for printing out debugging or diagnostic statements. If no strategy is set, NULL is returned.


A strategy was never set with icetStrategy.

None.

None known.

The string returned does not contain the identifier used in a C program. For example, if the current strategy is ICET_STRATEGY_REDUCE, icetGetStrategyName returns ``Reduce,'' not ``ICET_STRATEGY_REDUCE.''

Copyright (C)2003 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.

icetGetSingleImageStrategyName(3), icetStrategy(3)

August 23, 2010 IceT Reference