NTrace
GPU ray tracing framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
FW::KDTree::BuildParams Struct Reference

Strucure holding build parameters. More...

#include <KDTree.hpp>

Public Member Functions

 BuildParams (void)
 Constructor. More...
 

Public Attributes

Statsstats
 Statistics collected during build phase. Set to NULL if no stats should be collected. More...
 
bool enablePrints
 Flag whether to print information during build phase. More...
 
BuilderType builder
 Defines which builder type will be used to build the k-d tree. More...
 

Detailed Description

Strucure holding build parameters.

Definition at line 85 of file KDTree.hpp.

Constructor & Destructor Documentation

FW::KDTree::BuildParams::BuildParams ( void  )
inline

Constructor.

Definition at line 90 of file KDTree.hpp.

Member Data Documentation

BuilderType FW::KDTree::BuildParams::builder

Defines which builder type will be used to build the k-d tree.

Definition at line 99 of file KDTree.hpp.

bool FW::KDTree::BuildParams::enablePrints

Flag whether to print information during build phase.

Definition at line 98 of file KDTree.hpp.

Stats* FW::KDTree::BuildParams::stats

Statistics collected during build phase. Set to NULL if no stats should be collected.

Definition at line 97 of file KDTree.hpp.


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