PolyVox  0.3.0-dev
Open source voxel management library
Public Member Functions | List of all members
PolyVox::VolumeResampler< SrcVolumeType, DstVolumeType > Class Template Reference

#include <VolumeResampler.h>

Public Member Functions

 VolumeResampler (SrcVolumeType *pVolSrc, const Region &regSrc, DstVolumeType *pVolDst, const Region &regDst)
 
void execute ()
 

Detailed Description

template<typename SrcVolumeType, typename DstVolumeType>
class PolyVox::VolumeResampler< SrcVolumeType, DstVolumeType >

Definition at line 32 of file VolumeResampler.h.

Constructor & Destructor Documentation

template<typename SrcVolumeType , typename DstVolumeType >
PolyVox::VolumeResampler< SrcVolumeType, DstVolumeType >::VolumeResampler ( SrcVolumeType *  pVolSrc,
const Region regSrc,
DstVolumeType *  pVolDst,
const Region regDst 
)
Parameters
pVolSrc
regSrc
[out]pVolDst
regDst

Definition at line 37 of file VolumeResampler.inl.

Member Function Documentation

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

Definition at line 46 of file VolumeResampler.inl.


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