Documentation changes.

This commit is contained in:
David Williams
2016-01-11 22:54:27 +00:00
parent e433a697cb
commit 0fe41fe28c
5 changed files with 21 additions and 24 deletions

View File

@ -29,6 +29,10 @@
namespace PolyVox
{
/**
* This class can be used to copy data from one volume to another, possibly while
* resizing it. It has not been heavily used an may or may not work as expected.
*/
template< typename SrcVolumeType, typename DstVolumeType>
class VolumeResampler
{