PolyVox  0.2.1
Open source voxel management library
Public Member Functions
PolyVox::LowPassFilter< SrcVolumeType, DstVolumeType, AccumulationType > Class Template Reference

#include <LowPassFilter.h>

List of all members.

Public Member Functions

 LowPassFilter (SrcVolumeType *pVolSrc, Region regSrc, DstVolumeType *pVolDst, Region regDst, uint32_t uKernelSize)
void execute ()
void executeSAT ()

Detailed Description

template<typename SrcVolumeType, typename DstVolumeType, typename AccumulationType>
class PolyVox::LowPassFilter< SrcVolumeType, DstVolumeType, AccumulationType >

Definition at line 34 of file LowPassFilter.h.


Constructor & Destructor Documentation

template<typename SrcVolumeType , typename DstVolumeType , typename AccumulationType >
PolyVox::LowPassFilter< SrcVolumeType, DstVolumeType, AccumulationType >::LowPassFilter ( SrcVolumeType *  pVolSrc,
Region  regSrc,
DstVolumeType *  pVolDst,
Region  regDst,
uint32_t  uKernelSize 
)
Parameters:
pVolSrc
regSrc
[out]pVolDst
regDst
uKernelSize

Definition at line 34 of file LowPassFilter.inl.


Member Function Documentation

template<typename SrcVolumeType , typename DstVolumeType , typename AccumulationType >
void PolyVox::LowPassFilter< SrcVolumeType, DstVolumeType, AccumulationType >::execute ( )

Definition at line 54 of file LowPassFilter.inl.

template<typename SrcVolumeType , typename DstVolumeType , typename AccumulationType >
void PolyVox::LowPassFilter< SrcVolumeType, DstVolumeType, AccumulationType >::executeSAT ( )

Definition at line 123 of file LowPassFilter.inl.

+ Here is the call graph for this function:


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