26 |
#include "plot.h" |
#include "plot.h" |
27 |
#include "curve.h" |
#include "curve.h" |
28 |
#include "solverparameters.h" |
#include "solverparameters.h" |
29 |
|
#include "incidencematrix.h" |
30 |
%} |
%} |
31 |
|
|
32 |
// All STL runtime_errors caught to Python |
// All STL runtime_errors caught to Python |
97 |
%template(StringVector) std::vector<std::string>; |
%template(StringVector) std::vector<std::string>; |
98 |
|
|
99 |
%rename(Instance) Instanc; |
%rename(Instance) Instanc; |
100 |
%rename(Name) Nam; |
%rename(Name) Nam;#include "incidencematrix.h" |
101 |
%rename(getSetIntValue) Instanc::getSetValue<long>; |
%rename(getSetIntValue) Instanc::getSetValue<long>; |
102 |
%rename(getSetStringValue) Instanc::getSetValue<SymChar>; |
%rename(getSetStringValue) Instanc::getSetValue<SymChar>; |
103 |
%rename(Units) UnitsM; |
%rename(Units) UnitsM; |