debian man page for icetgetstrategyname

Query: icetgetstrategyname

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

icetGetStrategyName(3)						  IceT Reference					    icetGetStrategyName(3)

NAME
icetGetStrategyName -- retrieve strategy name. Synopsis #include <IceT.h> const char *icetGetStrategyName( void ); Description icetGetStrategyName retrieves a human-readable name for the current strategy. Return Value 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. Errors ICET_INVALID_ENUM A strategy was never set with icetStrategy. Warnings None. Bugs None known. Notes 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 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. See Also icetGetSingleImageStrategyName(3), icetStrategy(3) IceT Reference August 23, 2010 icetGetStrategyName(3)
Related Man Pages
icetcreatecontext(3) - debian
icetglsetreadbuffer(3) - debian
icetimagenull(3) - debian
icetsingleimagestrategy(3) - debian
icetstrategy(3) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Is UNIX an open source OS ?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file