NVIDIA IndeX API nvidia_logo_transpbg.gif Up
iparticle_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_IPARTICLE_VOLUME_SCENE_ELEMENT_H
8#define NVIDIA_INDEX_IPARTICLE_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<0xf81de023,0xd8a8,0x4fea,0x90,0x62,0x8a,0x1c,0x3d,0x8e,0xbd,0x1c,
24 nv::index::IDistributed_data>
25{
26public:
27};
28
29} // namespace index
30} // namespace nv
31
32#endif // NVIDIA_INDEX_IPARTICLE_VOLUME_SCENE_ELEMENT_H
Interface for particle volume scene elements.
Definition: iparticle_volume_scene_element.h:25
Interface class representing NVIDIA IndeX's distributed datasets.
Common namespace for all NVIDIA APIs.
Definition: iindex.h:349