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

List of rendering results for multi-view rendering. More...

#include <iindex.h>

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

Public Member Functions

virtual mi::Size size () const =0
 Returns the number of frame results in the list. More...
 
virtual nv::index::IFrame_resultsget (mi::Size index) const =0
 Returns the frame result at the given position. More...
 

Detailed Description

List of rendering results for multi-view rendering.

Each list entry contains the rendering results of a single viewport.

Member Function Documentation

 get()

virtual nv::index::IFrame_results * nv::index::IFrame_results_list::get ( mi::Size  index) const
pure virtual

Returns the frame result at the given position.

Parameters
[in]indexPosition in the list
Returns
frame results, or 0 when index is invalid

 size()

virtual mi::Size nv::index::IFrame_results_list::size ( ) const
pure virtual

Returns the number of frame results in the list.

Returns
number of results

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