/usr/include/openturns/swig/SpaceFillingC2.i is in libopenturns-dev 1.9-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | // SWIG file
%{
#include "openturns/SpaceFillingC2.hxx"
%}
%include SpaceFillingC2_doc.i
%include openturns/SpaceFillingC2.hxx
namespace OT { %extend SpaceFillingC2 { SpaceFillingC2(const SpaceFillingC2 & other) { return new OT::SpaceFillingC2(other); } } }
|