Add Compressor and subclasses to the bindings
This relates to issue 20 and should fix the compilation error mentioned there.
This commit is contained in:
parent
608777bb9b
commit
66bdf0e5a9
6
library/bindings/Compressor.i
Normal file
6
library/bindings/Compressor.i
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
%module Compressor
|
||||||
|
%{
|
||||||
|
#include "Compressor.h"
|
||||||
|
%}
|
||||||
|
|
||||||
|
%include "Compressor.h"
|
6
library/bindings/MinizCompressor.i
Normal file
6
library/bindings/MinizCompressor.i
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
%module MinizCompressor
|
||||||
|
%{
|
||||||
|
#include "MinizCompressor.h"
|
||||||
|
%}
|
||||||
|
|
||||||
|
%include "MinizCompressor.h"
|
@ -75,6 +75,9 @@ EXTRACTOR(shortname, LargeVolume)
|
|||||||
%include "Vector.i"
|
%include "Vector.i"
|
||||||
%include "DefaultMarchingCubesController.i"
|
%include "DefaultMarchingCubesController.i"
|
||||||
%include "Region.i"
|
%include "Region.i"
|
||||||
|
%include "Compressor.i"
|
||||||
|
%include "MinizCompressor.i"
|
||||||
|
%include "RLECompressor.i"
|
||||||
%include "BaseVolume.i"
|
%include "BaseVolume.i"
|
||||||
%include "SimpleVolume.i"
|
%include "SimpleVolume.i"
|
||||||
%include "RawVolume.i"
|
%include "RawVolume.i"
|
||||||
|
6
library/bindings/RLECompressor.i
Normal file
6
library/bindings/RLECompressor.i
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
%module RLECompressor
|
||||||
|
%{
|
||||||
|
#include "RLECompressor.h"
|
||||||
|
%}
|
||||||
|
|
||||||
|
%include "RLECompressor.h"
|
Loading…
x
Reference in New Issue
Block a user