Photon Engine 2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
ph::RenderObservationInfo Class Referencefinal

Meta information for data related to ongoing render operation. More...

#include <RenderObservationInfo.h>

Public Member Functions

void setProgressTimeMeasurement (const std::string &measurement)
 
void setLayer (std::size_t index, const std::string &name)
 
void setIntegerStat (std::size_t index, const std::string &name)
 
void setRealStat (std::size_t index, const std::string &name)
 
std::string getProgressTimeMeasurement () const
 
std::string getLayerName (std::size_t index) const
 
std::string getIntegerStatName (std::size_t index) const
 
std::string getRealStatName (std::size_t index) const
 
std::size_t numLayers () const
 
std::size_t numIntegerStats () const
 
std::size_t numRealStats () const
 

Detailed Description

Meta information for data related to ongoing render operation.

Member Function Documentation

◆ getIntegerStatName()

std::string ph::RenderObservationInfo::getIntegerStatName ( std::size_t index) const
inline

◆ getLayerName()

std::string ph::RenderObservationInfo::getLayerName ( std::size_t index) const
inline

◆ getProgressTimeMeasurement()

std::string ph::RenderObservationInfo::getProgressTimeMeasurement ( ) const
inline

◆ getRealStatName()

std::string ph::RenderObservationInfo::getRealStatName ( std::size_t index) const
inline

◆ numIntegerStats()

std::size_t ph::RenderObservationInfo::numIntegerStats ( ) const
inline

◆ numLayers()

std::size_t ph::RenderObservationInfo::numLayers ( ) const
inline

◆ numRealStats()

std::size_t ph::RenderObservationInfo::numRealStats ( ) const
inline

◆ setIntegerStat()

void ph::RenderObservationInfo::setIntegerStat ( std::size_t index,
const std::string & name )
inline

◆ setLayer()

void ph::RenderObservationInfo::setLayer ( std::size_t index,
const std::string & name )
inline

◆ setProgressTimeMeasurement()

void ph::RenderObservationInfo::setProgressTimeMeasurement ( const std::string & measurement)
inline

◆ setRealStat()

void ph::RenderObservationInfo::setRealStat ( std::size_t index,
const std::string & name )
inline

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