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

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

#include <ipoint_set_pick_result.h>

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

Public Member Functions

virtual mi::Uint32 get_point () const =0
 Returns the index that of a point in the set of points. More...
 

Detailed Description

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

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

Member Function Documentation

 get_point()

virtual mi::Uint32 nv::index::IPoint_set_pick_result::get_point ( ) const
pure virtual

Returns the index that of a point in the set of points.

The point set contains an ordered set of points that can be picked separately. A returned index i corresponds to the i-th point 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: