Public Member Functions

PolyVox::AmbientOcclusionCalculator< VolumeType, VoxelType > Class Template Reference

#include <AmbientOcclusionCalculator.h>

Collaboration diagram for PolyVox::AmbientOcclusionCalculator< VolumeType, VoxelType >:

List of all members.

Public Member Functions

 AmbientOcclusionCalculator (VolumeType< VoxelType > *volInput, Array< 3, uint8_t > *arrayResult, Region region, float fRayLength, uint8_t uNoOfSamplesPerOutputElement)
 ~AmbientOcclusionCalculator ()
void execute (void)

Detailed Description

template<template< typename > class VolumeType, typename VoxelType>
class PolyVox::AmbientOcclusionCalculator< VolumeType, VoxelType >

Definition at line 39 of file AmbientOcclusionCalculator.h.


Constructor & Destructor Documentation

template<template< typename > class VolumeType, typename VoxelType >
PolyVox::AmbientOcclusionCalculator< VolumeType, VoxelType >::AmbientOcclusionCalculator ( VolumeType< VoxelType > *  volInput,
Array< 3, uint8_t > *  arrayResult,
Region  region,
float  fRayLength,
uint8_t  uNoOfSamplesPerOutputElement 
)

Definition at line 27 of file AmbientOcclusionCalculator.inl.

Here is the call graph for this function:

template<template< typename > class VolumeType, typename VoxelType >
PolyVox::AmbientOcclusionCalculator< VolumeType, VoxelType >::~AmbientOcclusionCalculator (  ) 

Definition at line 53 of file AmbientOcclusionCalculator.inl.


Member Function Documentation

template<template< typename > class VolumeType, typename VoxelType >
void PolyVox::AmbientOcclusionCalculator< VolumeType, VoxelType >::execute ( void   ) 

Definition at line 58 of file AmbientOcclusionCalculator.inl.

Here is the call graph for this function:


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