NVIDIA IndeX API nvidia_logo_transpbg.gif Up
nv::index::ILine_set_pick_result Class Referenceabstract

Interface class that returns the line set specific result of a pick operation/query. More...

#include <iline_set_pick_result.h>

Inherits mi::base::Interface_declare< 0x42feaea6, ... >.

Public Member Functions

virtual mi::Uint32 get_segment () const =0
 Returns the index that of a line segment in the set of lines. More...
 

Detailed Description

Interface class that returns the line set specific result of a pick operation/query.

The interface class sub classes from IScene_pick_result to provide additional intersection results specific to ILine_set scene elements.

Member Function Documentation

 get_segment()

virtual mi::Uint32 nv::index::ILine_set_pick_result::get_segment ( ) const
pure virtual

Returns the index that of a line segment in the set of lines.

The line set contains an ordered set of lines that can be picked separately. A returned index i corresponds to the i-th segment in the set.

Returns
Returns the index of the picked point in the set of points.

The documentation for this class was generated from the following file: