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

Interface to access results of compute launch. More...

#include <icompute.h>

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

Public Member Functions

virtual bool is_valid () const =0
 Return true if result is valid. More...
 
virtual const IError_setget_error_set () const =0
 Returns an instance of the error set interface IError_set containing information about the success or failure of the compute process. More...
 
virtual IDistributed_data_accessaccess_compute_results () const =0
 Get interface to fetch computed data. More...
 

Detailed Description

Interface to access results of compute launch.

Member Function Documentation

 access_compute_results()

virtual IDistributed_data_access * nv::index::ICompute_results::access_compute_results ( ) const
pure virtual

Get interface to fetch computed data.

 get_error_set()

virtual const IError_set * nv::index::ICompute_results::get_error_set ( ) const
pure virtual

Returns an instance of the error set interface IError_set containing information about the success or failure of the compute process.

 is_valid()

virtual bool nv::index::ICompute_results::is_valid ( ) const
pure virtual

Return true if result is valid.


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