Skip to content
Snippets Groups Projects
Commit 0e86971e authored by Jesse Mapel's avatar Jesse Mapel Committed by Lauren Adoram-Kershner
Browse files

Exposed sensorpartials (#21)

* Exposed sensorpartials

* Templated double vector
parent 47ad7002
Branches
Tags
No related merge requests found
%module(package="csmapi") rastergm
%include <std_pair.i>
%include <std_vector.i>
%template(VecDouble) std::vector<double>;
%template(SensorPartials) std::pair<double, double>;
%template(VecSensorPartials) std::vector<std::pair<double, double>>;
%{
#include "RasterGM.h"
%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment