NVIDIA IndeX API nvidia_logo_transpbg.gif Up
isparse_volume_scene_element.h
Go to the documentation of this file.
1/******************************************************************************
2 * Copyright 2023 NVIDIA Corporation. All rights reserved.
3 *****************************************************************************/
6
7#ifndef NVIDIA_INDEX_ISPARSE_VOLUME_SCENE_ELEMENT_H
8#define NVIDIA_INDEX_ISPARSE_VOLUME_SCENE_ELEMENT_H
9
10#include <mi/base/interface_declare.h>
11#include <mi/dice.h>
12
14
15namespace nv {
16namespace index {
17
23 public mi::base::Interface_declare<0xbb6ad4b7,0xd42c,0x47f7,0xb4,0x46,0xe1,0xb,0x1,0xb,0x76,0x1b,
24 nv::index::IDistributed_data>
25{
26public:
27};
28
29} // namespace index
30} // namespace nv
31
32#endif // NVIDIA_INDEX_ISPARSE_VOLUME_SCENE_ELEMENT_H
Interface for sparse volume scene elements.
Definition: isparse_volume_scene_element.h:25
Interface class representing NVIDIA IndeX's distributed datasets.
Common namespace for all NVIDIA APIs.
Definition: iindex.h:349