1 // SWIG file DomainEvent.i 2 3 %{ 4 #include "openturns/DomainEvent.hxx" 5 %} 6 7 %include DomainEvent_doc.i 8 9 %include openturns/DomainEvent.hxx DomainEvent(const DomainEvent & other)10namespace OT { %extend DomainEvent { DomainEvent(const DomainEvent & other) { return new OT::DomainEvent(other); } } } 11