NVIDIA IndeX API nvidia_logo_transpbg.gif Up
nv::index::IIndex_debug_configuration Class Referenceabstract

Interface to set debug options for the NVIDIA IndeX library. More...

#include <iindex_debug_configuration.h>

Inherits mi::base::Interface_declare< 0x7d1a4588, ... >.

Public Member Functions

virtual mi::Sint32 set_option (const char *option)=0
 Sets a debug option. More...
 

Detailed Description

Interface to set debug options for the NVIDIA IndeX library.

Member Function Documentation

 set_option()

virtual mi::Sint32 nv::index::IIndex_debug_configuration::set_option ( const char *  option)
pure virtual

Sets a debug option.

The option has to be of the form "key=value".

Parameters
[in]optionThe option "key=value" to be set.
Returns
0: Success. -1: The option could not be successfully parsed. This happens for example if the option is not of the form "key=value".

The documentation for this class was generated from the following file: