NVIDIA IndeX API nvidia_logo_transpbg.gif Up
idistributed_data_subset.h File Reference

Distributed subset interaces for a large-scale distributed datasets. More...

#include <mi/dice.h>
#include <mi/base/interface_declare.h>
#include <mi/neuraylib/iserializer.h>

Go to the source code of this file.

Classes

class  nv::index::IDistributed_data_attribute_set_descriptor
 A data attribute set descriptor configures and communicates the attributes for a data subset. More...
 
class  nv::index::IDistributed_data_subset_data_descriptor
 Subset data descriptors communicate the structural data representations about a subset data to an application. More...
 
class  nv::index::IDistributed_data_subset
 A data subset represent the unique entity representing a distributed dataset inside a single subregion. More...
 
class  nv::index::IData_subset_factory
 Factory for creating an empty data subset for a specific distributed dataset type. More...
 

Namespaces

namespace  nv
 Common namespace for all NVIDIA APIs.
 
namespace  nv::index
 Namespace for NVIDIA IndeX library APIs.
 

Enumerations

enum  nv::index::Distributed_data_attribute_format {
  nv::index::ATTRIB_FORMAT_UINT8 = 0x00u ,
  nv::index::ATTRIB_FORMAT_UINT8_2 ,
  nv::index::ATTRIB_FORMAT_UINT8_3 ,
  nv::index::ATTRIB_FORMAT_UINT8_4 ,
  nv::index::ATTRIB_FORMAT_SINT8 ,
  nv::index::ATTRIB_FORMAT_SINT8_2 ,
  nv::index::ATTRIB_FORMAT_SINT8_3 ,
  nv::index::ATTRIB_FORMAT_SINT8_4 ,
  nv::index::ATTRIB_FORMAT_UINT16 ,
  nv::index::ATTRIB_FORMAT_UINT16_2 ,
  nv::index::ATTRIB_FORMAT_UINT16_3 ,
  nv::index::ATTRIB_FORMAT_UINT16_4 ,
  nv::index::ATTRIB_FORMAT_SINT16 ,
  nv::index::ATTRIB_FORMAT_SINT16_2 ,
  nv::index::ATTRIB_FORMAT_SINT16_3 ,
  nv::index::ATTRIB_FORMAT_SINT16_4 ,
  nv::index::ATTRIB_FORMAT_UINT32 ,
  nv::index::ATTRIB_FORMAT_UINT32_2 ,
  nv::index::ATTRIB_FORMAT_UINT32_3 ,
  nv::index::ATTRIB_FORMAT_UINT32_4 ,
  nv::index::ATTRIB_FORMAT_SINT32 ,
  nv::index::ATTRIB_FORMAT_SINT32_2 ,
  nv::index::ATTRIB_FORMAT_SINT32_3 ,
  nv::index::ATTRIB_FORMAT_SINT32_4 ,
  nv::index::ATTRIB_FORMAT_FLOAT16 ,
  nv::index::ATTRIB_FORMAT_FLOAT16_2 ,
  nv::index::ATTRIB_FORMAT_FLOAT16_3 ,
  nv::index::ATTRIB_FORMAT_FLOAT16_4 ,
  nv::index::ATTRIB_FORMAT_FLOAT32 ,
  nv::index::ATTRIB_FORMAT_FLOAT32_2 ,
  nv::index::ATTRIB_FORMAT_FLOAT32_3 ,
  nv::index::ATTRIB_FORMAT_FLOAT32_4 ,
  ATTRIB_FORMAT_COUNT ,
  ATTRIB_FORMAT_INVALID = ATTRIB_FORMAT_COUNT
}
 Attribute formats for distributed dataset types. More...
 

Detailed Description

Distributed subset interaces for a large-scale distributed datasets.