NVIDIA IndeX API nvidia_logo_transpbg.gif Up
ivdb_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_IVDB_SCENE_ELEMENT_H
8#define NVIDIA_INDEX_IVDB_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<0x5c983181,0x8b9,0x4603,0xb9,0xf9,0xc3,0x7d,0xfe,0x3c,0x34,0xe1,
24 nv::index::IDistributed_data>
25{
26public:
27};
28
29} // namespace index
30} // namespace nv
31
32#endif // NVIDIA_INDEX_IVDB_SCENE_ELEMENT_H
Interface for VDB scene elements.
Definition: ivdb_scene_element.h:25
Interface class representing NVIDIA IndeX's distributed datasets.
Common namespace for all NVIDIA APIs.
Definition: iindex.h:349