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

Interfaces for data samples returned for example by IScene_pick_results instances. More...

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

Go to the source code of this file.

Classes

class  nv::index::IData_sample
 Base-interface class for all data-sample interface classes. More...
 
class  nv::index::IData_sample_typed<T>
 Intermediate-interface class for all typed data-sample interfaces. More...
 
class  nv::index::IData_sample_uint8
 Single-channel 8bit unsigned data sample. More...
 
class  nv::index::IData_sample_uint16
 Single-channel 16bit unsigned data sample. More...
 
class  nv::index::IData_sample_float32
 Single-channel 32bit floating point data sample. More...
 
class  nv::index::IData_sample_rgba8
 Four-channel 8bit per channel unsigned integer data sample. More...
 

Namespaces

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

Detailed Description

Interfaces for data samples returned for example by IScene_pick_results instances.