NVIDIA IndeX API nvidia_logo_transpbg.gif Up
iheight_field_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_IHEIGHT_FIELD_SCENE_ELEMENT_H
8#define NVIDIA_INDEX_IHEIGHT_FIELD_SCENE_ELEMENT_H
9
10#include <mi/base/interface_declare.h>
11#include <mi/dice.h>
12
15
16namespace nv
17{
18namespace index
19{
20
26 public mi::base::Interface_declare<0x9c51971c,0xf04e,0x4761,0xbb,0x69,0x34,0xbd,0x7f,0xd5,0x8c,0xd1,
27 nv::index::IDistributed_data>
28{
29};
30
31}} // namespace index / nv
32
33#endif // NVIDIA_INDEX_IHEIGHT_FIELD_SCENE_ELEMENT_H
Interface for height field volume scene elements.
Definition: iheight_field_scene_element.h:28
Interface class representing NVIDIA IndeX's distributed datasets.
Results exposed by the NVIDIA IndeX library when querying a scene's contents.
Common namespace for all NVIDIA APIs.
Definition: iindex.h:349