polyvox/library/bindings/MarchingCubesSurfaceExtractor.i
Matt Williams bb3d3c4b68 Add a EXTRACTORS macro to automate the generation of the extractors
Like with VOLUMETYPES it is centralising the definitions of the volume and
voxel types.
2012-11-24 15:37:46 +00:00

12 lines
248 B
OpenEdge ABL

%module MarchingCubesSurfaceExtractor
%{
#include "SimpleVolume.h"
#include "Material.h"
#include "MarchingCubesSurfaceExtractor.h"
%}
%include "SimpleVolume.h"
%include "MarchingCubesSurfaceExtractor.h"
EXTRACTORS(MarchingCubesSurfaceExtractor)