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

Interface to access information about the sampled object. More...

#include <isampling_rays.h>

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

Public Member Functions

virtual mi::neuraylib::Tag_struct get_scene_element () const =0
 Returns the intersected scene element's tag. More...
 
virtual const IScene_pathget_scene_path () const =0
 Returns the scene path from the scene root to the intersected scene element. More...
 

Detailed Description

Interface to access information about the sampled object.

This interface provides information to identify the scene object, from which ray samples were taken. Use the IRay_sampling_result interface to get this information for a certain sample.

Member Function Documentation

 get_scene_element()

virtual mi::neuraylib::Tag_struct nv::index::IRay_sampling_object_info::get_scene_element ( ) const
pure virtual

Returns the intersected scene element's tag.

 get_scene_path()

virtual const IScene_path * nv::index::IRay_sampling_object_info::get_scene_path ( ) const
pure virtual

Returns the scene path from the scene root to the intersected scene element.


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