Exposed 'VoxelType' in BaseVolume.

This commit is contained in:
unknown
2012-04-16 16:50:41 +02:00
parent 86b84339af
commit 309f270e67
6 changed files with 17 additions and 13 deletions

View File

@ -94,7 +94,7 @@ void testForType(SurfaceMesh<PositionMaterialNormal>& result)
}
}
CubicSurfaceExtractorWithNormals<SimpleVolume, VoxelType > extractor(&volData, volData.getEnclosingRegion(), &result, VoxelType::isQuadNeeded);
CubicSurfaceExtractorWithNormals< SimpleVolume<VoxelType> > extractor(&volData, volData.getEnclosingRegion(), &result, VoxelType::isQuadNeeded);
extractor.execute();
}