NVIDIA IndeX API nvidia_logo_transpbg.gif Up

Classes

class  nv::index::IError
 The base class of all errors generated by NVIDIA IndeX. More...
 
class  nv::index::IOut_of_memory_error
 The base class for out-of-memory errors generated by NVIDIA IndeX. More...
 
class  nv::index::IHost_out_of_memory_error
 This class specializes the generic out-of-memory error interface (IOut_of_memory_error) to indicate the host memory system as the source of the resource allocation failure. More...
 
class  nv::index::IDevice_out_of_memory_error
 This class specializes the generic out-of-memory error interface (IOut_of_memory_error) to indicate the GPU-device memory system as the source of the resource allocation failure. More...
 
class  nv::index::IDevice_execution_error
 This error interface specialization indicates a failure to execute a GPU-device kernel at runtime. More...
 
class  nv::index::IRuntime_error
 This error interface specialization indicates general runtime failures. More...
 
class  nv::index::IError_set
 This class serves as a collection of runtime errors potentially generated during the execution of distributed NVIDIA IndeX processes such as multi-GPU or cluster-based rendering. More...
 

Detailed Description