NVIDIA IndeX API nvidia_logo_transpbg.gif Up
iline_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_ILINE_SET_PICK_RESULT_H
8#define NVIDIA_INDEX_ILINE_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<0x42feaea6,0xf3b0,0x4427,0x8a,0xef,0xfa,0x0f,0x8a,0x5f,0xd0,0x4a,
28 nv::index::IScene_pick_result>
29{
30public:
37 virtual mi::Uint32 get_segment() const = 0;
38};
39
40}} // namespace index / nv
41
42#endif // NVIDIA_INDEX_ILINE_SET_PICK_RESULT_H
Interface class that returns the line set specific result of a pick operation/query.
Definition: iline_set_pick_result.h:29
virtual mi::Uint32 get_segment() const =0
Returns the index that of a line segment in the set of lines.
Results exposed by the NVIDIA IndeX library when querying a scene's contents.
Common namespace for all NVIDIA APIs.
Definition: iindex.h:349