Skip to content

Commit

Permalink
[SWIG] ignore swap and *full_data_ptr
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisThielemans committed Feb 12, 2024
1 parent 104ea83 commit bc63f52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/swig/stir.i
Original file line number Diff line number Diff line change
Expand Up @@ -576,13 +576,18 @@
%newobject *::get_empty_copy;
%newobject *::read_from_file;

%ignore **::swap;
%ignore *::ask_parameters;
%ignore *::create_shared_clone;
%ignore *::read_from_stream;
%ignore *::get_data_ptr;
%ignore *::get_const_data_ptr;
%ignore *::release_data_ptr;
%ignore *::release_const_data_ptr;
%ignore *::get_full_data_ptr;
%ignore *::get_const_full_data_ptr;
%ignore *::release_full_data_ptr;
%ignore *::release_const_full_data_ptr;

#if defined(SWIGPYTHON)
%rename(__assign__) *::operator=;
Expand Down

0 comments on commit bc63f52

Please sign in to comment.