Add LargeVolume binding
This commit is contained in:
12
library/bindings/LargeVolume.i
Normal file
12
library/bindings/LargeVolume.i
Normal file
@ -0,0 +1,12 @@
|
||||
%module LargeVolume
|
||||
%{
|
||||
#include "Material.h"
|
||||
#include "Density.h"
|
||||
#include "LargeVolume.h"
|
||||
%}
|
||||
|
||||
%include "Material.h"
|
||||
%include "Density.h"
|
||||
%include "LargeVolume.h"
|
||||
|
||||
VOLUMETYPES(LargeVolume, PolyVox::LargeVolume)
|
@ -50,6 +50,7 @@ const char* __str__() {
|
||||
%include "BaseVolume.i"
|
||||
%include "SimpleVolume.i"
|
||||
%include "RawVolume.i"
|
||||
%include "LargeVolume.i"
|
||||
//%include "TypeDef.i"
|
||||
//%include "SubArray.i"
|
||||
//%include "Array.i"
|
||||
|
Reference in New Issue
Block a user