Remove Density and Material tyes from bindings
We now only have the bindings for (u)int{8,16,32}_t and float. This will hopefully simplify things.
This commit is contained in:
@ -1,12 +1,8 @@
|
||||
%module SimpleVolume
|
||||
%{
|
||||
#include "Material.h"
|
||||
#include "Density.h"
|
||||
#include "SimpleVolume.h"
|
||||
%}
|
||||
|
||||
%include "Material.h"
|
||||
%include "Density.h"
|
||||
%include "SimpleVolume.h"
|
||||
|
||||
VOLUMETYPES(SimpleVolume)
|
||||
|
Reference in New Issue
Block a user