NVIDIA IndeX API nvidia_logo_transpbg.gif Up
ipoint_set_pick_result.h
Go to the documentation of this file.
1/******************************************************************************
2 * Copyright 2023 NVIDIA Corporation. All rights reserved.
3 *****************************************************************************/
6
7#ifndef NVIDIA_INDEX_IPOINT_SET_PICK_RESULT_H
8#define NVIDIA_INDEX_IPOINT_SET_PICK_RESULT_H
9
10#include <mi/base/interface_declare.h>
11#include <mi/dice.h>
12
14
15namespace nv
16{
17namespace index
18{
19
27 public mi::base::Interface_declare<0x22be608a,0x48da,0x4c6a,0xa7,0xb7,0x5e,0x5c,0xa3,0x66,0x15,0x99,
28 nv::index::IScene_pick_result>
29{
30public:
37 virtual mi::Uint32 get_point() const = 0;
38};
39
40}} // namespace index / nv
41
42#endif // NVIDIA_INDEX_IPOINT_SET_PICK_RESULT_H
Interface class that returns the point set specific result of a pick operation/query.
Definition: ipoint_set_pick_result.h:29
virtual mi::Uint32 get_point() const =0
Returns the index that of a point in the set of points.
Results exposed by the NVIDIA IndeX library when querying a scene's contents.
Common namespace for all NVIDIA APIs.
Definition: iindex.h:349