- SimpleVolume is now derived from BasicGrid<VOX_TYPE::Scalar> (change has been validated by Fabio Ganovelli)

This commit is contained in:
granzuglia 2014-08-21 16:18:04 +00:00
parent 211274ab04
commit 5e099ffd51
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ namespace vcg {
// just an example of the interface that the trivial walker expects
template <class VOX_TYPE>
class SimpleVolume : public BasicGrid<float>
class SimpleVolume : public BasicGrid<typename VOX_TYPE::ScalarType>
{
public:
typedef VOX_TYPE VoxelType;