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

A data attribute set descriptor configures and communicates the attributes for a data subset. More...

#include <idistributed_data_subset.h>

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

Public Member Functions

virtual bool is_valid () const =0
 Verifying the correctness of a data subset descriptor. More...
 

Detailed Description

A data attribute set descriptor configures and communicates the attributes for a data subset.

This interface class can be used by an application to define the attribute set of a subset data or by the NVIDIA IndeX library to communicate the information the attributes set aggregated by a data subset. Typically, a dataset can have multiple attributes.

Note
Typically, an instance of IDistributed_data_attribute_set_descriptor implementation is exposed by data subset interfaces. Please note that an attribute set descriptor mandatory.

Member Function Documentation

 is_valid()

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

Verifying the correctness of a data subset descriptor.

Returns
Returns true if the attribute set descriptor is valid Otherwise it returns false.

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