Mitsuba Renderer  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
mitsuba::SAHKDTree3D< Derived >::RayStatistics Struct Reference

#include <mitsuba/render/sahkdtree3.h>

Public Member Functions

 RayStatistics (bool foundIntersection, uint32_t numTraversals, uint32_t numIntersections, uint64_t time)
 

Public Attributes

bool foundIntersection
 
uint32_t numTraversals
 
uint32_t numIntersections
 
uint64_t time
 

Constructor & Destructor Documentation

template<typename Derived>
mitsuba::SAHKDTree3D< Derived >::RayStatistics::RayStatistics ( bool  foundIntersection,
uint32_t  numTraversals,
uint32_t  numIntersections,
uint64_t  time 
)
inline

Member Data Documentation

template<typename Derived>
bool mitsuba::SAHKDTree3D< Derived >::RayStatistics::foundIntersection
template<typename Derived>
uint32_t mitsuba::SAHKDTree3D< Derived >::RayStatistics::numIntersections
template<typename Derived>
uint32_t mitsuba::SAHKDTree3D< Derived >::RayStatistics::numTraversals
template<typename Derived>
uint64_t mitsuba::SAHKDTree3D< Derived >::RayStatistics::time

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