NVIDIA IndeX API nvidia_logo_transpbg.gif Up
Distributed Rendering and Computing

Classes

class  nv::index::IDistributed_compute_destination_buffer
 The interface class enables the asynchronous generation of 2D texture buffers and 3D volume data. More...
 
class  nv::index::IDistributed_compute_destination_buffer_3d_sparse_volume
 Compute-destination buffer for 3D sparse-volume generation techniques. More...
 
class  nv::index::IDistributed_compute_destination_buffer_irregular_volume
 Compute-destination buffer for irregular volume generation techniques. More...
 
class  nv::index::IDistributed_compute_destination_buffer_VDB
 Compute-destination buffer for VDB (NanoVDB) volume generation techniques. More...
 
class  nv::index::IDistributed_compute_destination_buffer_particle_volume
 Compute-destination buffer for particle volumes (point sets). More...
 
class  nv::index::IDistributed_compute_intersection_points
 The interface class exposes intersection points that can be used, for instance, to texture or shade the surface of geometry. More...
 
class  nv::index::IDistributed_compute_destination_buffer_2d_texture
 Compute-destination buffer for 2D texture generation techniques. More...
 
class  nv::index::IDistributed_compute_destination_buffer_2d_texture_LOD_configuration
 
class  nv::index::IDistributed_compute_destination_buffer_2d_texture_LOD
 Compute-destination buffer for 2D LOD-texture generation techniques. More...
 
class  nv::index::IDistributed_compute_technique
 Interface class for user-defined techniques for computing data (2D textures on plane and heightfield shapes and 3D volume data) on demand. More...
 
class  nv::index::IDistributed_compute_technique_LOD
 Interface class for user-defined techniques for computing 2D LOD-texture data on demand. More...
 
class  nv::index::Distributed_compute_technique<i_id1, i_id2, i_id3, i_id4, i_id5, i_id6, i_id7, i_id8, i_id9, i_id10, i_id11, I>
 Mixin class for implementing the IDistributed_compute_technique interface. More...
 
class  nv::index::Distributed_compute_technique_LOD<i_id1, i_id2, i_id3, i_id4, i_id5, i_id6, i_id7, i_id8, i_id9, i_id10, i_id11, I>
 Mixin class for implementing the IDistributed_compute_technique_LOD interface. More...
 
class  nv::index::IDistributed_inference_technique
 Interface class for user-defined AI/DL inference techniques. More...
 
class  nv::index::Distributed_inference_technique<i_id1, i_id2, i_id3, i_id4, i_id5, i_id6, i_id7, i_id8, i_id9, i_id10, i_id11, I>
 Mixin class for implementing the IDistributed_inference_technique interface. More...
 
class  nv::index::IInference_result
 Interface class representing AI/DL inference results to be consumed by NVIDIA IndeX. More...
 

Detailed Description