Skip to content

Hide vector of pointers and related methods from the SWIG Python API

Ammar Nejati requested to merge a.cleanUpSWIG_nodeChildren into main

The methods which produce a std::vector<const INode*>, std::vector<const Layer*> and std::vector<const IReParticle*> are hidden from the SWIG-produced Python API.

These methods are not needed for the Python interface.

Related to #127 (closed)

Merge request reports

Loading