- SimpleVolume is now derived from BasicGrid<VOX_TYPE::Scalar> (change has been validated by Fabio Ganovelli)
This commit is contained in:
parent
211274ab04
commit
5e099ffd51
|
|
@ -29,7 +29,7 @@ namespace vcg {
|
||||||
// just an example of the interface that the trivial walker expects
|
// just an example of the interface that the trivial walker expects
|
||||||
|
|
||||||
template <class VOX_TYPE>
|
template <class VOX_TYPE>
|
||||||
class SimpleVolume : public BasicGrid<float>
|
class SimpleVolume : public BasicGrid<typename VOX_TYPE::ScalarType>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
typedef VOX_TYPE VoxelType;
|
typedef VOX_TYPE VoxelType;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue